summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/clone-not-quite-empty'Junio C Hamano2022-02-091-6/+6
|\
| * clone: support unusual remote ref configurationsJonathan Tan2022-01-261-6/+6
* | Merge branch 'jt/sparse-checkout-leading-dir-fix'Junio C Hamano2022-02-091-0/+3
|\ \
| * | sparse-checkout: create leading directoryJonathan Tan2022-01-211-0/+3
| |/
* | Merge branch 'en/plug-leaks-in-merge'Junio C Hamano2022-02-091-1/+5
|\ \
| * | merge: fix memory leaks in cmd_merge()Elijah Newren2022-01-221-1/+5
* | | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-099-25/+112
|\ \ \
| * | | receive-pack: convert push-to-checkout hook to hook.hEmily Shaffer2022-01-081-2/+5
| * | | git hook run: add an --ignore-missing flagÆvar Arnfjörð Bjarmason2022-01-081-2/+6
| * | | hooks: convert worktree 'post-checkout' hook to hook libraryEmily Shaffer2022-01-081-15/+11
| * | | hooks: convert non-worktree 'post-checkout' hook to hook libraryEmily Shaffer2022-01-082-2/+4
| * | | merge: convert post-merge to use hook.hEmily Shaffer2022-01-081-1/+1
| * | | am: convert applypatch-msg to use hook.hEmily Shaffer2022-01-081-1/+1
| * | | rebase: convert pre-rebase to use hook.hEmily Shaffer2022-01-081-1/+2
| * | | am: convert {pre,post}-applypatch to use hook.hEmily Shaffer2022-01-081-2/+2
| * | | gc: use hook library for pre-auto-gc hookEmily Shaffer2022-01-081-1/+2
| * | | hook: add 'run' subcommandEmily Shaffer2022-01-081-0/+80
* | | | Merge branch 'jc/name-rev-stdin'Junio C Hamano2022-02-091-11/+19
|\ \ \ \
| * | | | name-rev.c: use strbuf_getline instead of limited size bufferJohn Cai2022-01-101-6/+5
| * | | | name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai2022-01-101-5/+14
* | | | | Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano2022-02-091-3/+38
|\ \ \ \ \
| * | | | | fetch: help translators by reusing the same message templateJunio C Hamano2022-01-211-1/+2
| * | | | | fetch --negotiate-only: do not update submodulesGlen Choo2022-01-191-1/+23
| * | | | | fetch: skip tasks related to fetching objectsGlen Choo2022-01-191-0/+11
| * | | | | fetch: use goto cleanup in cmd_fetch()Glen Choo2022-01-191-3/+4
* | | | | | Merge branch 'ms/update-index-racy'Junio C Hamano2022-02-051-0/+11
|\ \ \ \ \ \
| * | | | | | update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz2022-01-071-0/+11
* | | | | | | Merge branch 'jc/reflog-parse-options'Junio C Hamano2022-02-051-79/+97
|\ \ \ \ \ \ \
| * | | | | | | builtin/reflog.c: use parse-options api for expire, delete subcommandsJohn Cai2022-01-101-79/+97
| * | | | | | | Merge branch 'ab/reflog-prep' into jc/reflog-parse-optionsJunio C Hamano2022-01-041-94/+129
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ab/cat-file'Junio C Hamano2022-02-052-74/+112
|\ \ \ \ \ \ \ \
| * | | | | | | | cat-file: s/_/-/ in typo'd usage_msg_optf() messageÆvar Arnfjörð Bjarmason2022-01-121-1/+1
| * | | | | | | | cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage outputÆvar Arnfjörð Bjarmason2022-01-121-3/+3
| * | | | | | | | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)Ævar Arnfjörð Bjarmason2021-12-301-10/+6
| * | | | | | | | cat-file: correct and improve usage informationÆvar Arnfjörð Bjarmason2021-12-301-20/+29
| * | | | | | | | cat-file: fix remaining usage bugsÆvar Arnfjörð Bjarmason2021-12-301-32/+63
| * | | | | | | | cat-file: make --batch-all-objects a CMDMODEÆvar Arnfjörð Bjarmason2021-12-301-14/+11
| * | | | | | | | cat-file: move "usage" variable to cmd_cat_file()Ævar Arnfjörð Bjarmason2021-12-301-19/+18
| * | | | | | | | cat-file docs: fix SYNOPSIS and "-h" outputÆvar Arnfjörð Bjarmason2021-12-301-2/+8
| * | | | | | | | parse-options API: add a usage_msg_optf()Ævar Arnfjörð Bjarmason2021-12-301-2/+2
* | | | | | | | | Merge branch 'jc/find-header'Junio C Hamano2022-02-051-23/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | receive-pack.c: consolidate find header logicJohn Cai2022-01-061-23/+10
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'pb/pull-rebase-autostash-fix'Junio C Hamano2022-02-051-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pull --rebase: honor rebase.autostash when fast-forwardingPhilippe Blain2022-01-141-4/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'en/keep-cwd'Junio C Hamano2022-01-271-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sequencer, stash: fix running from worktree subdirElijah Newren2022-01-261-1/+5
* | | | | | | | | | Merge branch 'ab/checkout-branch-info-leakfix'Junio C Hamano2022-01-241-3/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | checkout: avoid BUG() when hitting a broken repositoryJunio C Hamano2022-01-221-3/+0
* | | | | | | | | | Merge branch 'js/branch-track-inherit'Junio C Hamano2022-01-212-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | branch,checkout: fix --track documentationRené Scharfe2022-01-202-2/+2