summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-28diff.c: move the diff filter bits definitions up a bitJohannes Schindelin1-37/+37
2022-01-28docs(diff): lose incorrect claim about `diff-files --diff-filter=A`Johannes Schindelin1-5/+2
2022-01-27stash: stop warning about the obsolete `stash.useBuiltin` config settingJohannes Schindelin2-25/+0
2022-01-27stash: remove documentation for `stash.useBuiltin`Johannes Schindelin1-7/+0
2022-01-27add: remove support for `git-legacy-stash`Johannes Schindelin1-14/+0
2022-01-27git-sh-setup: remove remnant bits referring to `git-legacy-stash`Johannes Schindelin1-1/+0
2022-01-27SubmittingPatches: explain why we care about log messagesJunio C Hamano1-0/+29
2022-01-27CodingGuidelines: hint why we value clearly written log messagesJunio C Hamano1-0/+7
2022-01-27SubmittingPatches: write problem statement in the log in the present tenseJunio C Hamano1-0/+7
2022-01-27object-name: re-use "struct strbuf" in show_ambiguous_object()Ævar Arnfjörð Bjarmason1-10/+13
2022-01-27object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason2-6/+24
2022-01-27object-name: show date for ambiguous tag objectsÆvar Arnfjörð Bjarmason1-4/+9
2022-01-27object-name: make ambiguous object output translatableÆvar Arnfjörð Bjarmason1-10/+68
2022-01-27object-name: explicitly handle bad tags in show_ambiguous_object()Ævar Arnfjörð Bjarmason1-0/+2
2022-01-27object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason2-3/+13
2022-01-27object-name tests: add tests for ambiguous object blind spotsÆvar Arnfjörð Bjarmason1-0/+82
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau3-0/+51
2022-01-27midx: read `RIDX` chunk when presentTaylor Blau7-7/+54
2022-01-27t/lib-bitmap.sh: parameterize tests over reverse index sourceTaylor Blau1-6/+14
2022-01-27t5326: move tests to t/lib-bitmap.shTaylor Blau2-171/+179
2022-01-27t5326: extract `test_rev_exists`Taylor Blau1-15/+22
2022-01-27t5326: drop unnecessary setupTaylor Blau1-4/+0
2022-01-27pack-revindex.c: instrument loading on-disk reverse indexTaylor Blau1-0/+3
2022-01-27midx.c: make changing the preferred pack safeTaylor Blau4-10/+29
2022-01-27t5326: demonstrate bitmap corruption after permutationTaylor Blau1-0/+31
2022-01-26Merge branch 'en/keep-cwd'Junio C Hamano3-2/+30
2022-01-26Start post 2.35 cycleJunio C Hamano1-1/+1
2022-01-26Documentation/config/pgp.txt: add missing apostropheGreg Hurrell1-1/+1
2022-01-26Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>Greg Hurrell1-1/+1
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason7-77/+33
2022-01-26sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failureÆvar Arnfjörð Bjarmason1-6/+4
2022-01-26rebase -m: don't fork git checkoutPhillip Wood1-27/+11
2022-01-26rebase --apply: set ORIG_HEAD correctlyPhillip Wood4-1/+34
2022-01-26rebase --apply: fix reflogPhillip Wood4-6/+41
2022-01-26reset_head(): take struct rebase_head_optsPhillip Wood4-48/+92
2022-01-26rebase: cleanup reset_head() callsPhillip Wood1-2/+2
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood4-13/+9
2022-01-26reset_head(): make default_reflog_action optionalPhillip Wood2-10/+16
2022-01-26reset_head(): factor out ref updatesPhillip Wood1-48/+62
2022-01-26reset_head(): remove action parameterPhillip Wood4-12/+12
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorPhillip Wood2-2/+6
2022-01-26rebase: do not remove untracked files on checkoutPhillip Wood2-1/+11
2022-01-26rebase: pass correct arguments to post-checkout hookPhillip Wood2-9/+22
2022-01-26t5403: refactor rebase post-checkout hook testsPhillip Wood1-16/+26
2022-01-26rebase: factor out checkout for up to date branchPhillip Wood1-14/+19
2022-01-26sequencer, stash: fix running from worktree subdirElijah Newren3-2/+30
2022-01-26clone: support unusual remote ref configurationsJonathan Tan2-6/+21
2022-01-26compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason8-46/+21
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesJessica Clarke1-3/+23
2022-01-24Git 2.35v2.35.0Junio C Hamano2-1/+11