Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jt/clone-not-quite-empty' | Junio C Hamano | 2022-02-09 | 1 | -6/+6 |
|\ | |||||
| * | clone: support unusual remote ref configurations | Jonathan Tan | 2022-01-26 | 1 | -6/+6 |
* | | Merge branch 'jt/sparse-checkout-leading-dir-fix' | Junio C Hamano | 2022-02-09 | 1 | -0/+3 |
|\ \ | |||||
| * | | sparse-checkout: create leading directory | Jonathan Tan | 2022-01-21 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch 'en/plug-leaks-in-merge' | Junio C Hamano | 2022-02-09 | 1 | -1/+5 |
|\ \ | |||||
| * | | merge: fix memory leaks in cmd_merge() | Elijah Newren | 2022-01-22 | 1 | -1/+5 |
* | | | Merge branch 'ab/config-based-hooks-2' | Junio C Hamano | 2022-02-09 | 9 | -25/+112 |
|\ \ \ | |||||
| * | | | receive-pack: convert push-to-checkout hook to hook.h | Emily Shaffer | 2022-01-08 | 1 | -2/+5 |
| * | | | git hook run: add an --ignore-missing flag | Ævar Arnfjörð Bjarmason | 2022-01-08 | 1 | -2/+6 |
| * | | | hooks: convert worktree 'post-checkout' hook to hook library | Emily Shaffer | 2022-01-08 | 1 | -15/+11 |
| * | | | hooks: convert non-worktree 'post-checkout' hook to hook library | Emily Shaffer | 2022-01-08 | 2 | -2/+4 |
| * | | | merge: convert post-merge to use hook.h | Emily Shaffer | 2022-01-08 | 1 | -1/+1 |
| * | | | am: convert applypatch-msg to use hook.h | Emily Shaffer | 2022-01-08 | 1 | -1/+1 |
| * | | | rebase: convert pre-rebase to use hook.h | Emily Shaffer | 2022-01-08 | 1 | -1/+2 |
| * | | | am: convert {pre,post}-applypatch to use hook.h | Emily Shaffer | 2022-01-08 | 1 | -2/+2 |
| * | | | gc: use hook library for pre-auto-gc hook | Emily Shaffer | 2022-01-08 | 1 | -1/+2 |
| * | | | hook: add 'run' subcommand | Emily Shaffer | 2022-01-08 | 1 | -0/+80 |
* | | | | Merge branch 'jc/name-rev-stdin' | Junio C Hamano | 2022-02-09 | 1 | -11/+19 |
|\ \ \ \ | |||||
| * | | | | name-rev.c: use strbuf_getline instead of limited size buffer | John Cai | 2022-01-10 | 1 | -6/+5 |
| * | | | | name-rev: deprecate --stdin in favor of --annotate-stdin | John Cai | 2022-01-10 | 1 | -5/+14 |
* | | | | | Merge branch 'gc/fetch-negotiate-only-early-return' | Junio C Hamano | 2022-02-09 | 1 | -3/+38 |
|\ \ \ \ \ | |||||
| * | | | | | fetch: help translators by reusing the same message template | Junio C Hamano | 2022-01-21 | 1 | -1/+2 |
| * | | | | | fetch --negotiate-only: do not update submodules | Glen Choo | 2022-01-19 | 1 | -1/+23 |
| * | | | | | fetch: skip tasks related to fetching objects | Glen Choo | 2022-01-19 | 1 | -0/+11 |
| * | | | | | fetch: use goto cleanup in cmd_fetch() | Glen Choo | 2022-01-19 | 1 | -3/+4 |
* | | | | | | Merge branch 'ms/update-index-racy' | Junio C Hamano | 2022-02-05 | 1 | -0/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | update-index: refresh should rewrite index in case of racy timestamps | Marc Strapetz | 2022-01-07 | 1 | -0/+11 |
* | | | | | | | Merge branch 'jc/reflog-parse-options' | Junio C Hamano | 2022-02-05 | 1 | -79/+97 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/reflog.c: use parse-options api for expire, delete subcommands | John Cai | 2022-01-10 | 1 | -79/+97 |
| * | | | | | | | Merge branch 'ab/reflog-prep' into jc/reflog-parse-options | Junio C Hamano | 2022-01-04 | 1 | -94/+129 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ab/cat-file' | Junio C Hamano | 2022-02-05 | 2 | -74/+112 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cat-file: s/_/-/ in typo'd usage_msg_optf() message | Ævar Arnfjörð Bjarmason | 2022-01-12 | 1 | -1/+1 |
| * | | | | | | | | cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output | Ævar Arnfjörð Bjarmason | 2022-01-12 | 1 | -3/+3 |
| * | | | | | | | | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters) | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -10/+6 |
| * | | | | | | | | cat-file: correct and improve usage information | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -20/+29 |
| * | | | | | | | | cat-file: fix remaining usage bugs | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -32/+63 |
| * | | | | | | | | cat-file: make --batch-all-objects a CMDMODE | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -14/+11 |
| * | | | | | | | | cat-file: move "usage" variable to cmd_cat_file() | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -19/+18 |
| * | | | | | | | | cat-file docs: fix SYNOPSIS and "-h" output | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -2/+8 |
| * | | | | | | | | parse-options API: add a usage_msg_optf() | Ævar Arnfjörð Bjarmason | 2021-12-30 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'jc/find-header' | Junio C Hamano | 2022-02-05 | 1 | -23/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | receive-pack.c: consolidate find header logic | John Cai | 2022-01-06 | 1 | -23/+10 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'pb/pull-rebase-autostash-fix' | Junio C Hamano | 2022-02-05 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pull --rebase: honor rebase.autostash when fast-forwarding | Philippe Blain | 2022-01-14 | 1 | -4/+3 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'en/keep-cwd' | Junio C Hamano | 2022-01-27 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | sequencer, stash: fix running from worktree subdir | Elijah Newren | 2022-01-26 | 1 | -1/+5 |
* | | | | | | | | | | Merge branch 'ab/checkout-branch-info-leakfix' | Junio C Hamano | 2022-01-24 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | checkout: avoid BUG() when hitting a broken repository | Junio C Hamano | 2022-01-22 | 1 | -3/+0 |
* | | | | | | | | | | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 2022-01-21 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | branch,checkout: fix --track documentation | René Scharfe | 2022-01-20 | 2 | -2/+2 |