summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-01-27add: remove support for `git-legacy-stash`Johannes Schindelin-14/+0
2022-01-27git-sh-setup: remove remnant bits referring to `git-legacy-stash`Johannes Schindelin-1/+0
2022-01-27SubmittingPatches: explain why we care about log messagesJunio C Hamano-0/+29
2022-01-27CodingGuidelines: hint why we value clearly written log messagesJunio C Hamano-0/+7
2022-01-27SubmittingPatches: write problem statement in the log in the present tenseJunio C Hamano-0/+7
2022-01-27object-name: re-use "struct strbuf" in show_ambiguous_object()Ævar Arnfjörð Bjarmason-10/+13
2022-01-27object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason-6/+24
2022-01-27object-name: show date for ambiguous tag objectsÆvar Arnfjörð Bjarmason-4/+9
2022-01-27object-name: make ambiguous object output translatableÆvar Arnfjörð Bjarmason-10/+68
2022-01-27object-name: explicitly handle bad tags in show_ambiguous_object()Ævar Arnfjörð Bjarmason-0/+2
2022-01-27object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason-3/+13
2022-01-27object-name tests: add tests for ambiguous object blind spotsÆvar Arnfjörð Bjarmason-0/+82
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau-0/+51
2022-01-27midx: read `RIDX` chunk when presentTaylor Blau-7/+54
2022-01-27t/lib-bitmap.sh: parameterize tests over reverse index sourceTaylor Blau-6/+14
2022-01-27t5326: move tests to t/lib-bitmap.shTaylor Blau-171/+179
2022-01-27t5326: extract `test_rev_exists`Taylor Blau-15/+22
2022-01-27t5326: drop unnecessary setupTaylor Blau-4/+0
2022-01-27pack-revindex.c: instrument loading on-disk reverse indexTaylor Blau-0/+3
2022-01-27midx.c: make changing the preferred pack safeTaylor Blau-10/+29
2022-01-27t5326: demonstrate bitmap corruption after permutationTaylor Blau-0/+31
2022-01-26Merge branch 'en/keep-cwd'Junio C Hamano-2/+30
2022-01-26Start post 2.35 cycleJunio C Hamano-1/+1
2022-01-26Documentation/config/pgp.txt: add missing apostropheGreg Hurrell-1/+1
2022-01-26Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>Greg Hurrell-1/+1
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason-77/+33
2022-01-26sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failureÆvar Arnfjörð Bjarmason-6/+4
2022-01-26rebase -m: don't fork git checkoutPhillip Wood-27/+11
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood-1/+34
2022-01-26rebase --apply: fix reflogPhillip Wood-6/+41
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood-48/+92
2022-01-26rebase: cleanup reset_head() callsPhillip Wood-2/+2
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood-13/+9
2022-01-26reset_head(): make default_reflog_action optionalPhillip Wood-10/+16
2022-01-26reset_head(): factor out ref updatesPhillip Wood-48/+62
2022-01-26reset_head(): remove action parameterPhillip Wood-12/+12
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorPhillip Wood-2/+6
2022-01-26rebase: do not remove untracked files on checkoutPhillip Wood-1/+11
2022-01-26rebase: pass correct arguments to post-checkout hookPhillip Wood-9/+22
2022-01-26t5403: refactor rebase post-checkout hook testsPhillip Wood-16/+26
2022-01-26rebase: factor out checkout for up to date branchPhillip Wood-14/+19
2022-01-26sequencer, stash: fix running from worktree subdirElijah Newren-2/+30
2022-01-26clone: support unusual remote ref configurationsJonathan Tan-6/+21
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason-46/+21
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesJessica Clarke-3/+23
2022-01-24Git 2.35v2.35.0Junio C Hamano-1/+11
2022-01-24Merge branch 'ab/checkout-branch-info-leakfix'Junio C Hamano-3/+13
2022-01-24Merge tag 'l10n-2.35.0-rnd2' of git://github.com/git-l10n/git-poJunio C Hamano-39598/+36951
2022-01-23split-index: it really is incompatible with the sparse indexJohannes Schindelin-0/+6
2022-01-23t1091: disable split indexJohannes Schindelin-28/+26