summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge branch 'ab/makefile-hook-list-dependency-fix'Libravatar Junio C Hamano1-2/+2
2022-01-10Merge branch 'ab/makefile-pager-env-is-used-only-by-pager.c'Libravatar Junio C Hamano1-5/+6
2022-01-10Merge branch 'ab/makefile-msgfmt-wo-stats'Libravatar Junio C Hamano1-1/+1
2022-01-10Merge branch 'hn/refs-debug-update'Libravatar Junio C Hamano6-20/+19
2022-01-10Merge branch 'ds/fetch-pull-with-sparse-index'Libravatar Junio C Hamano8-82/+168
2022-01-10Merge branch 'hn/ref-api-tests-update'Libravatar Junio C Hamano3-11/+24
2022-01-10Merge branch 'jh/p4-remove-unused'Libravatar Junio C Hamano1-76/+0
2022-01-10Merge branch 'ja/perf-use-specified-shell'Libravatar Junio C Hamano1-1/+1
2022-01-10Merge branch 'hn/test-ref-store-show-hash-algo'Libravatar Junio C Hamano1-4/+5
2022-01-10Merge branch 'ws/fast-export-with-revision-options'Libravatar Junio C Hamano2-36/+36
2022-01-10Merge branch 'js/l10n-mention-ngettext-early-in-readme'Libravatar Junio C Hamano1-0/+4
2022-01-10Merge branch 'jh/p4-human-unit-numbers'Libravatar Junio C Hamano1-6/+21
2022-01-10Merge branch 'ds/sparse-checkout-malformed-pattern-fix'Libravatar Junio C Hamano3-6/+42
2022-01-10cache.h: drop duplicate `ensure_full_index()` declarationLibravatar Martin Ågren1-2/+0
2022-01-10name-rev.c: use strbuf_getline instead of limited size bufferLibravatar John Cai1-6/+5
2022-01-10name-rev: deprecate --stdin in favor of --annotate-stdinLibravatar John Cai8-26/+67
2022-01-09lazyload: use correct calling conventionsLibravatar Matthias Aßhauer5-10/+15
2022-01-07stable-qsort: avoid using potentially unaligned accessLibravatar René Scharfe1-11/+5
2022-01-07run-command: remove old run_hook_{le,ve}() hook APILibravatar Emily Shaffer2-49/+0
2022-01-07receive-pack: convert push-to-checkout hook to hook.hLibravatar Emily Shaffer1-2/+5
2022-01-07read-cache: convert post-index-change to use hook.hLibravatar Emily Shaffer3-3/+3
2022-01-07commit: convert {pre-commit,prepare-commit-msg} hook to hook.hLibravatar Emily Shaffer1-7/+8
2022-01-07git-p4: use 'git hook' to run hooksLibravatar Emily Shaffer1-64/+6
2022-01-07send-email: use 'git hook run' for 'sendemail-validate'Libravatar Emily Shaffer2-10/+16
2022-01-07git hook run: add an --ignore-missing flagLibravatar Ævar Arnfjörð Bjarmason3-3/+20
2022-01-07hooks: convert worktree 'post-checkout' hook to hook libraryLibravatar Emily Shaffer3-15/+25
2022-01-07hooks: convert non-worktree 'post-checkout' hook to hook libraryLibravatar Emily Shaffer3-3/+6
2022-01-07merge: convert post-merge to use hook.hLibravatar Emily Shaffer1-1/+1
2022-01-07am: convert applypatch-msg to use hook.hLibravatar Emily Shaffer1-1/+1
2022-01-07rebase: convert pre-rebase to use hook.hLibravatar Emily Shaffer1-1/+2
2022-01-07hook API: add a run_hooks_l() wrapperLibravatar Ævar Arnfjörð Bjarmason2-0/+24
2022-01-07am: convert {pre,post}-applypatch to use hook.hLibravatar Emily Shaffer1-2/+2
2022-01-07gc: use hook library for pre-auto-gc hookLibravatar Emily Shaffer1-1/+2
2022-01-07hook API: add a run_hooks() wrapperLibravatar Ævar Arnfjörð Bjarmason2-0/+13
2022-01-07hook: add 'run' subcommandLibravatar Emily Shaffer11-0/+392
2022-01-07compat/qsort_s.c: avoid using potentially unaligned accessLibravatar Junio C Hamano1-10/+4
2022-01-07fetch: fix deadlock when cleaning up lockfiles in async signalsLibravatar Patrick Steinhardt4-11/+33
2022-01-07gpg-interface: trim CR from ssh-keygenLibravatar Fabian Stelzer1-10/+24
2022-01-07update-index: refresh should rewrite index in case of racy timestampsLibravatar Marc Strapetz4-1/+77
2022-01-07t7508: add tests capturing racy timestamp handlingLibravatar Marc Strapetz1-0/+22
2022-01-07t7508: fix bogus mtime verificationLibravatar Marc Strapetz1-5/+3
2022-01-07test-lib: introduce API for verifying file mtimeLibravatar Marc Strapetz1-0/+33
2022-01-07apply: use strsets to track symlinksLibravatar René Scharfe2-49/+19
2022-01-06git-p4: fix instantiation of CalledProcessErrorLibravatar Joel Holdsworth1-3/+3
2022-01-06git-p4: don't print shell commands as python listsLibravatar Joel Holdsworth1-8/+9
2022-01-06git-p4: pass command arguments as lists instead of using shellLibravatar Joel Holdsworth1-62/+43
2022-01-06git-p4: don't select shell mode using the type of the command argumentLibravatar Joel Holdsworth1-63/+63
2022-01-06grep: use grep_and_expr() in compile_pattern_and()Libravatar Taylor Blau1-6/+7
2022-01-06receive-pack.c: consolidate find header logicLibravatar John Cai3-25/+29
2022-01-06grep: extract grep_binexp() from grep_or_expr()Libravatar Taylor Blau1-2/+9