summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-28diff-filter: be more careful when looking for negative bitsLibravatar Johannes Schindelin3-17/+21
2022-01-28diff.c: move the diff filter bits definitions up a bitLibravatar Johannes Schindelin1-37/+37
2022-01-28docs(diff): lose incorrect claim about `diff-files --diff-filter=A`Libravatar Johannes Schindelin1-5/+2
2022-01-27stash: stop warning about the obsolete `stash.useBuiltin` config settingLibravatar Johannes Schindelin2-25/+0
2022-01-27stash: remove documentation for `stash.useBuiltin`Libravatar Johannes Schindelin1-7/+0
2022-01-27add: remove support for `git-legacy-stash`Libravatar Johannes Schindelin1-14/+0
2022-01-27git-sh-setup: remove remnant bits referring to `git-legacy-stash`Libravatar Johannes Schindelin1-1/+0
2022-01-27SubmittingPatches: explain why we care about log messagesLibravatar Junio C Hamano1-0/+29
2022-01-27CodingGuidelines: hint why we value clearly written log messagesLibravatar Junio C Hamano1-0/+7
2022-01-27SubmittingPatches: write problem statement in the log in the present tenseLibravatar Junio C Hamano1-0/+7
2022-01-27object-name: re-use "struct strbuf" in show_ambiguous_object()Libravatar Ævar Arnfjörð Bjarmason1-10/+13
2022-01-27object-name: iterate ambiguous objects before showing headerLibravatar Ævar Arnfjörð Bjarmason2-6/+24
2022-01-27object-name: show date for ambiguous tag objectsLibravatar Ævar Arnfjörð Bjarmason1-4/+9
2022-01-27object-name: make ambiguous object output translatableLibravatar Ævar Arnfjörð Bjarmason1-10/+68
2022-01-27object-name: explicitly handle bad tags in show_ambiguous_object()Libravatar Ævar Arnfjörð Bjarmason1-0/+2
2022-01-27object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Libravatar Ævar Arnfjörð Bjarmason2-3/+13
2022-01-27object-name tests: add tests for ambiguous object blind spotsLibravatar Ævar Arnfjörð Bjarmason1-0/+82
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXLibravatar Taylor Blau3-0/+51
2022-01-27midx: read `RIDX` chunk when presentLibravatar Taylor Blau7-7/+54
2022-01-27t/lib-bitmap.sh: parameterize tests over reverse index sourceLibravatar Taylor Blau1-6/+14
2022-01-27t5326: move tests to t/lib-bitmap.shLibravatar Taylor Blau2-171/+179
2022-01-27t5326: extract `test_rev_exists`Libravatar Taylor Blau1-15/+22
2022-01-27t5326: drop unnecessary setupLibravatar Taylor Blau1-4/+0
2022-01-27pack-revindex.c: instrument loading on-disk reverse indexLibravatar Taylor Blau1-0/+3
2022-01-27midx.c: make changing the preferred pack safeLibravatar Taylor Blau4-10/+29
2022-01-27t5326: demonstrate bitmap corruption after permutationLibravatar Taylor Blau1-0/+31
2022-01-26Merge branch 'en/keep-cwd'Libravatar Junio C Hamano3-2/+30
2022-01-26Start post 2.35 cycleLibravatar Junio C Hamano1-1/+1
2022-01-26Documentation/config/pgp.txt: add missing apostropheLibravatar Greg Hurrell1-1/+1
2022-01-26Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>Libravatar Greg Hurrell1-1/+1
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Libravatar Ævar Arnfjörð Bjarmason7-77/+33
2022-01-26sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failureLibravatar Ævar Arnfjörð Bjarmason1-6/+4
2022-01-26rebase -m: don't fork git checkoutLibravatar Phillip Wood1-27/+11
2022-01-26rebase --apply: set ORIG_HEAD correctlyLibravatar Phillip Wood4-1/+34
2022-01-26rebase --apply: fix reflogLibravatar Phillip Wood4-6/+41
2022-01-26reset_head(): take struct rebase_head_optsLibravatar Phillip Wood4-48/+92
2022-01-26rebase: cleanup reset_head() callsLibravatar Phillip Wood1-2/+2
2022-01-26create_autostash(): remove unneeded parameterLibravatar Phillip Wood4-13/+9
2022-01-26reset_head(): make default_reflog_action optionalLibravatar Phillip Wood2-10/+16
2022-01-26reset_head(): factor out ref updatesLibravatar Phillip Wood1-48/+62
2022-01-26reset_head(): remove action parameterLibravatar Phillip Wood4-12/+12
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorLibravatar Phillip Wood2-2/+6
2022-01-26rebase: do not remove untracked files on checkoutLibravatar Phillip Wood2-1/+11
2022-01-26rebase: pass correct arguments to post-checkout hookLibravatar Phillip Wood2-9/+22
2022-01-26t5403: refactor rebase post-checkout hook testsLibravatar Phillip Wood1-16/+26
2022-01-26rebase: factor out checkout for up to date branchLibravatar Phillip Wood1-14/+19
2022-01-26sequencer, stash: fix running from worktree subdirLibravatar Elijah Newren3-2/+30
2022-01-26clone: support unusual remote ref configurationsLibravatar Jonathan Tan2-6/+21
2022-01-26compat: auto-detect if zlib has uncompress2()Libravatar Ævar Arnfjörð Bjarmason8-46/+21
2022-01-24mem-pool: don't assume uintmax_t is aligned enough for all typesLibravatar Jessica Clarke1-3/+23