summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | refs: demonstrate excessive execution of the reference-transaction hookPatrick Steinhardt2022-01-171-0/+64
| * | | | | | | | | | refs: allow skipping the reference-transaction hookPatrick Steinhardt2022-01-172-0/+8
| * | | | | | | | | | refs: allow passing flags when beginning transactionsPatrick Steinhardt2022-01-176-11/+15
| * | | | | | | | | | refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt2022-01-173-9/+37
* | | | | | | | | | | Merge branch 'pw/use-in-process-checkout-in-rebase'Junio C Hamano2022-02-189-163/+312
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase -m: don't fork git checkoutPhillip Wood2022-01-261-27/+11
| * | | | | | | | | | | rebase --apply: set ORIG_HEAD correctlyPhillip Wood2022-01-264-1/+34
| * | | | | | | | | | | rebase --apply: fix reflogPhillip Wood2022-01-264-6/+41
| * | | | | | | | | | | reset_head(): take struct rebase_head_optsPhillip Wood2022-01-264-48/+92
| * | | | | | | | | | | rebase: cleanup reset_head() callsPhillip Wood2022-01-261-2/+2
| * | | | | | | | | | | create_autostash(): remove unneeded parameterPhillip Wood2022-01-264-13/+9
| * | | | | | | | | | | reset_head(): make default_reflog_action optionalPhillip Wood2022-01-262-10/+16
| * | | | | | | | | | | reset_head(): factor out ref updatesPhillip Wood2022-01-261-48/+62
| * | | | | | | | | | | reset_head(): remove action parameterPhillip Wood2022-01-264-12/+12
| * | | | | | | | | | | rebase --apply: don't run post-checkout hook if there is an errorPhillip Wood2022-01-262-2/+6
| * | | | | | | | | | | rebase: do not remove untracked files on checkoutPhillip Wood2022-01-262-1/+11
| * | | | | | | | | | | rebase: pass correct arguments to post-checkout hookPhillip Wood2022-01-262-9/+22
| * | | | | | | | | | | t5403: refactor rebase post-checkout hook testsPhillip Wood2022-01-261-16/+26
| * | | | | | | | | | | rebase: factor out checkout for up to date branchPhillip Wood2022-01-261-14/+19
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano2022-02-182-0/+17
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | receive-pack: purge temporary data if no command is ready to runChen Bojun2022-02-012-0/+17
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | The fifth batchJunio C Hamano2022-02-181-0/+24
* | | | | | | | | | | Merge branch 'ab/complete-show-all-commands'Junio C Hamano2022-02-182-22/+72
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDSÆvar Arnfjörð Bjarmason2022-02-022-1/+43
| * | | | | | | | | | | completion tests: re-source git-completion.bash in a subshellÆvar Arnfjörð Bjarmason2022-02-021-21/+29
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sy/modernize-t-lib-read-tree-m-3way'Junio C Hamano2022-02-181-84/+84
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t/lib-read-tree-m-3way: indent with tabsShaoxuan Yuan2022-02-021-48/+48
| * | | | | | | | | | | t/lib-read-tree-m-3way: modernize styleShaoxuan Yuan2022-02-021-77/+77
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'po/doc-check-ignore-markup-fix'Junio C Hamano2022-02-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | doc: check-ignore: code-quote an exclamation markPhilip Oakley2022-02-031-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'js/scalar-global-options'Junio C Hamano2022-02-183-1/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | scalar: accept -C and -c options before the subcommandJohannes Schindelin2022-01-293-1/+39
* | | | | | | | | | | | Merge branch 'vd/sparse-clean-etc'Junio C Hamano2022-02-188-17/+360
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | update-index: reduce scope of index expansion in do_reupdateVictoria Dye2022-01-132-4/+15
| * | | | | | | | | | | | update-index: integrate with sparse indexVictoria Dye2022-01-133-3/+25
| * | | | | | | | | | | | update-index: add tests for sparse-checkout compatibilityVictoria Dye2022-01-132-0/+168
| * | | | | | | | | | | | checkout-index: integrate with sparse indexVictoria Dye2022-01-132-3/+36
| * | | | | | | | | | | | checkout-index: add --ignore-skip-worktree-bits optionVictoria Dye2022-01-133-12/+38
| * | | | | | | | | | | | checkout-index: expand sparse checkout compatibility testsVictoria Dye2022-01-132-0/+55
| * | | | | | | | | | | | clean: integrate with sparse indexVictoria Dye2022-01-132-0/+24
| * | | | | | | | | | | | reset: reorder wildcard pathspec conditionsVictoria Dye2022-01-131-3/+9
| * | | | | | | | | | | | reset: fix validation in sparse index testVictoria Dye2022-01-131-4/+2
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jz/rev-list-exclude-first-parent-only'Junio C Hamano2022-02-186-26/+51
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-rev-list: add --exclude-first-parent-only flagJerry Zhang2022-01-126-26/+51
* | | | | | | | | | | | | Merge branch 'jz/patch-id-hunk-header-parsing-fix'Junio C Hamano2022-02-182-36/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | patch-id: fix scan_hunk_header on diffs with 1 line of before/afterJerry Zhang2022-02-022-3/+37
| * | | | | | | | | | | | | patch-id: fix antipatterns in testsJerry Zhang2022-02-021-33/+31
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'hn/reftable-tests'Junio C Hamano2022-02-182-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t5312: prepare for reftableHan-Wen Nienhuys2022-02-011-5/+5
| * | | | | | | | | | | | | t1405: mark test that checks existence as REFFILESHan-Wen Nienhuys2022-02-011-1/+1