summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-02t5544: clarify 'hook works with partial clone' testLibravatar Jacob Vosmaer1-2/+3
2021-02-01commit-graph: prepare commit graphLibravatar Derrick Stolee2-9/+3
2021-02-01commit-graph: be extra careful about mixed generationsLibravatar Derrick Stolee1-2/+12
2021-02-01commit-graph: compute generations separatelyLibravatar Derrick Stolee1-14/+56
2021-02-01commit-graph: validate layers for generation dataLibravatar Derrick Stolee1-6/+16
2021-02-01commit-graph: always parse before commit_graph_data_at()Libravatar Derrick Stolee2-4/+33
2021-02-01commit-graph: use repo_parse_commitLibravatar Derrick Stolee2-7/+8
2021-01-30annotate-tests: quote variable expansions containing path namesLibravatar Johannes Sixt1-4/+4
2021-01-30worktree: teach `list` verbose modeLibravatar Rafael Silva3-2/+63
2021-01-30worktree: teach `list` to annotate prunable worktreeLibravatar Rafael Silva3-2/+66
2021-01-30worktree: teach `list --porcelain` to annotate locked worktreeLibravatar Rafael Silva3-2/+71
2021-01-30t2402: ensure locked worktree is properly cleaned upLibravatar Rafael Silva1-0/+1
2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeLibravatar Rafael Silva2-2/+3
2021-01-30worktree: teach worktree to lazy-load "prunable" reasonLibravatar Rafael Silva2-0/+29
2021-01-30worktree: libify should_prune_worktree()Libravatar Rafael Silva3-74/+83
2021-01-29p5303: avoid sed GNU-ismLibravatar Jeff King1-4/+8
2021-01-28t5325: check both on-disk and in-memory reverse indexLibravatar Taylor Blau1-0/+23
2021-01-28pretty: lazy-load commit data when expanding user-formatLibravatar Jeff King2-12/+13
2021-01-28rebase -i: do leave commit message intact in fixup! chainsLibravatar Johannes Schindelin2-1/+20
2021-01-28t0000: consistently use single quotes for outer testsLibravatar Jeff King1-190/+190
2021-01-28t0000: run cleaning test inside sub-testLibravatar Jeff King1-8/+17
2021-01-28t0000: run prereq tests inside sub-testLibravatar Jeff King1-80/+69
2021-01-28t0000: keep clean-up tests togetherLibravatar Jeff King1-11/+11
2021-01-28oid_pos(): access table through const pointersLibravatar Jeff King7-13/+13
2021-01-28hash_pos(): convert to oid_pos()Libravatar Jeff King7-43/+43
2021-01-28rerere: use strmap to store rerere directoriesLibravatar Jeff King1-39/+23
2021-01-28rerere: tighten rr-cache dirname checkLibravatar Jeff King1-2/+3
2021-01-28rerere: check dirname format while iterating rr_cache directoryLibravatar Jeff King1-3/+11
2021-01-28commit_graft_pos(): take an oid instead of a bare hashLibravatar Jeff King3-6/+6
2021-01-28upload-pack.c: fix filter spec quoting bugLibravatar Jacob Vosmaer2-8/+10
2021-01-27git-compat-util: always enable variadic macrosLibravatar Jeff King1-2/+5
2021-01-27ci: do not cancel all jobs of a matrix if one failsLibravatar Philippe Blain1-0/+4
2021-01-26test-lib: prevent '--stress-jobs=X' from being ignoredLibravatar SZEDER Gábor1-4/+4
2021-01-26grep/log: remove hidden --debug and --grep-debug optionsLibravatar Ævar Arnfjörð Bjarmason4-107/+2
2021-01-25pack-revindex: ensure that on-disk reverse indexes are given precedenceLibravatar Taylor Blau3-0/+14
2021-01-25t: support GIT_TEST_WRITE_REV_INDEXLibravatar Taylor Blau5-1/+13
2021-01-25t: prepare for GIT_TEST_WRITE_REV_INDEXLibravatar Taylor Blau6-11/+23
2021-01-25Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'Libravatar Taylor Blau1-0/+7
2021-01-25builtin/pack-objects.c: respect 'pack.writeReverseIndex'Libravatar Taylor Blau2-0/+20
2021-01-25builtin/index-pack.c: write reverse indexesLibravatar Taylor Blau3-8/+131
2021-01-25builtin/index-pack.c: allow stripping arbitrary extensionsLibravatar Taylor Blau1-8/+8
2021-01-25pack-write.c: prepare to write 'pack-*.rev' filesLibravatar Taylor Blau2-1/+123
2021-01-25packfile: prepare for the existence of '*.rev' filesLibravatar Taylor Blau8-14/+184
2021-01-25The fourth batchLibravatar Junio C Hamano1-0/+57
2021-01-25Merge branch 'ab/mailmap-fixup'Libravatar Junio C Hamano3-15/+22
2021-01-25Merge branch 'tb/pack-revindex-api'Libravatar Junio C Hamano6-85/+185
2021-01-25Merge branch 'ab/coc-update-to-2.0'Libravatar Junio C Hamano2-51/+104
2021-01-25Merge branch 'ps/config-env-pairs'Libravatar Junio C Hamano11-39/+491
2021-01-25Merge branch 'cc/write-promisor-file'Libravatar Junio C Hamano4-16/+28
2021-01-25Merge branch 'jx/bundle'Libravatar Junio C Hamano6-78/+576