summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-06rebase: translate a die(preserve-merges) messagePhilip Oakley1-2/+2
2022-06-06rebase: note `preserve` merges may be a pull config optionPhilip Oakley1-1/+3
2022-06-06rebase: help users when dying with `preserve-merges`Philip Oakley1-2/+4
2022-06-06rebase.c: state preserve-merges has been removedPhilip Oakley1-2/+2
2022-06-06read-cache.c: reduce unnecessary cache entry name copyingZheNing Hu1-2/+0
2022-06-06builtin/show-ref.c: avoid over-iterating with --heads, --tagsTaylor Blau1-9/+8
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee4-0/+117
2022-06-03Seventh batchJunio C Hamano1-0/+36
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano32-102/+1853
2022-06-03Merge branch 'kl/setup-in-unreadable-worktree'Junio C Hamano1-1/+10
2022-06-03Merge branch 'jx/l10n-workflow-change'Junio C Hamano8-25293/+250
2022-06-03Merge branch 'tb/geom-repack-with-keep-and-max'Junio C Hamano2-12/+112
2022-06-03Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano10-46/+275
2022-06-03Merge branch 'tb/midx-race-in-pack-objects'Junio C Hamano2-19/+42
2022-06-03Merge branch 'ds/object-file-unpack-loose-header-fix'Junio C Hamano1-6/+2
2022-06-03Merge branch 'pb/use-freebsd-12.3-in-cirrus-ci'Junio C Hamano1-1/+1
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano17-191/+321
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano25-120/+513
2022-06-03Merge branch 'en/sparse-cone-becomes-default'Junio C Hamano10-100/+267
2022-06-03ls-tree: test for the regression in 9c4d58ff2c3Ævar Arnfjörð Bjarmason3-3/+204
2022-06-02run-command API users: use "env" not "env_array" in comments & namesÆvar Arnfjörð Bjarmason5-14/+14
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason24-113/+115
2022-06-02cache-tree.c: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason1-4/+4
2022-06-02receive-pack: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason1-10/+6
2022-06-02parse-options.c: use optbug() instead of BUG() "opts" checkÆvar Arnfjörð Bjarmason1-8/+9
2022-06-02parse-options.c: use new bug() API for optbug()Ævar Arnfjörð Bjarmason1-19/+17
2022-06-02usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason7-10/+174
2022-06-02common-main.c: move non-trace2 exit() behavior out of trace2.cÆvar Arnfjörð Bjarmason4-19/+21
2022-06-02gitweb: switch to an XHTML5 DOCTYPEJason Yundt2-1/+18
2022-06-01remote.c: reject 0-length branch namesGlen Choo2-1/+15
2022-06-01remote.c: don't BUG() on 0-length branch namesGlen Choo2-4/+12
2022-06-01Revert -Wno-error=dangling-pointerJunio C Hamano1-1/+0
2022-05-31Sixth batchJunio C Hamano1-0/+5
2022-05-31Merge branch 'jc/http-clear-finished-pointer'Junio C Hamano1-0/+26
2022-05-31Merge branch 'js/ci-gcc-12-fixes'Junio C Hamano3-1/+11
2022-05-31revert: --reference should apply only to 'revert', not 'cherry-pick'Junio C Hamano3-3/+14
2022-05-30Fifth batchJunio C Hamano1-0/+13
2022-05-30Merge branch 'js/use-builtin-add-i'Junio C Hamano5-35/+32
2022-05-30Merge branch 'jc/t6424-failing-merge-preserve-local-changes'Junio C Hamano1-2/+30
2022-05-30Merge branch 'cc/http-curlopt-resolve'Junio C Hamano3-0/+41
2022-05-30scalar: teach `diagnose` to gather loose objects informationMatthew John Cheetham2-1/+63
2022-05-30scalar: teach `diagnose` to gather packfile infoMatthew John Cheetham2-1/+35
2022-05-30scalar diagnose: include disk space informationJohannes Schindelin2-0/+54
2022-05-30scalar: implement `scalar diagnose`Johannes Schindelin3-0/+170
2022-05-30scalar: validate the optional enlistment argumentJohannes Schindelin2-2/+9
2022-05-30archive --add-virtual-file: allow paths containing colonsJohannes Schindelin3-14/+38
2022-05-30archive: optionally add "virtual" filesJohannes Schindelin3-19/+81
2022-05-29pathspec: correct an empty string used as a pathspec elementJunio C Hamano2-1/+182
2022-05-28Merge branch 'rs/document-archive-prefix' into js/scalar-diagnoseJunio C Hamano1-4/+12
2022-05-28archive: improve documentation of --prefixRené Scharfe1-4/+12