summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* help: move column config discovery to help.c libraryÆvar Arnfjörð Bjarmason2021-09-231-6/+1
* help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason2021-09-231-13/+41
* help: simplify by moving to OPT_CMDMODE()Ævar Arnfjörð Bjarmason2021-09-231-45/+36
* help: correct logic error in combining --all and --guidesÆvar Arnfjörð Bjarmason2021-09-231-0/+4
* help: correct logic error in combining --all and --configÆvar Arnfjörð Bjarmason2021-09-231-9/+22
* help: correct usage & behavior of "git help --guides"Ævar Arnfjörð Bjarmason2021-09-231-4/+7
* help: correct the usage string in -h and documentationÆvar Arnfjörð Bjarmason2021-09-101-1/+2
* Merge branch 'rs/show-branch-simplify'Junio C Hamano2021-09-101-10/+5
|\
| * show-branch: simplify rev_is_head()René Scharfe2021-08-271-10/+5
* | Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-1012-25/+26
|\ \
| * | advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason2021-08-251-1/+1
| * | advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason2021-08-251-3/+4
| * | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-2511-21/+21
| |/
* | Merge branch 'mk/clone-recurse-submodules'Junio C Hamano2021-09-101-0/+5
|\ \
| * | clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabledMahi Kolla2021-08-301-0/+5
| |/
* | Merge branch 'ab/gc-log-rephrase'Junio C Hamano2021-09-101-1/+1
|\ \
| * | gc: remove trailing dot from "gc.log" lineÆvar Arnfjörð Bjarmason2021-09-021-1/+1
| |/
* | Merge branch 'tk/fast-export-anonymized-tag-fix'Junio C Hamano2021-09-101-0/+1
|\ \
| * | fast-export: fix anonymized tag using original lengthTal Kelrich2021-08-311-0/+1
* | | Merge branch 'ab/commit-graph-usage'Junio C Hamano2021-09-102-46/+55
|\ \ \
| * | | commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason2021-08-301-0/+1
| * | | commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2021-08-301-0/+4
| * | | commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason2021-08-301-6/+7
| * | | multi-pack-index: refactor "goto usage" patternÆvar Arnfjörð Bjarmason2021-08-301-6/+5
| * | | commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason2021-08-301-16/+21
| * | | commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason2021-08-301-4/+0
| * | | commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason2021-08-301-14/+17
* | | | Merge branch 'tb/add-objects-in-unpacked-packs-simplify'Junio C Hamano2021-09-101-73/+12
|\ \ \ \
| * | | | builtin/pack-objects.c: remove duplicate hash lookupTaylor Blau2021-08-291-10/+1
| * | | | builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()Taylor Blau2021-08-291-68/+16
| |/ / /
* | | | Merge branch 'ps/fetch-omit-formatting-under-quiet'Junio C Hamano2021-09-101-5/+12
|\ \ \ \
| * | | | fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt2021-08-301-5/+12
| | |_|/ | |/| |
* | | | Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano2021-09-101-0/+1
|\ \ \ \
| * | | | sequencer: advise if skipping cherry-picked commitJosh Steadmon2021-08-301-0/+1
| |/ / /
* | | | Merge branch 'sg/column-nl'Junio C Hamano2021-09-081-1/+1
|\ \ \ \
| * | | | column: fix parsing of the '--nl' optionSZEDER Gábor2021-08-261-1/+1
| |/ / /
* | | | Merge branch 'rs/branch-allow-deleting-dangling'Junio C Hamano2021-09-081-1/+1
|\ \ \ \
| * | | | branch: allow deleting dangling branches with --forceRené Scharfe2021-08-271-1/+1
| |/ / /
* | | | Merge branch 'mt/quiet-with-delayed-checkout'Junio C Hamano2021-09-081-1/+1
|\ \ \ \
| * | | | checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares2021-08-261-1/+1
| |/ / /
* | | | Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano2021-09-0811-37/+12
|\ \ \ \
| * | | | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-2511-37/+12
| |/ / /
* | | | Merge branch 'js/maintenance-launchctl-fix'Junio C Hamano2021-09-081-21/+70
|\ \ \ \
| * | | | maintenance: skip bootout/bootstrap when plist is registeredDerrick Stolee2021-08-241-9/+45
| * | | | maintenance: create `launchctl` configuration using a lock fileJohannes Schindelin2021-08-241-17/+30
| |/ / /
* | | | Merge branch 'ab/rebase-fatal-fatal-fix'Junio C Hamano2021-09-081-1/+1
|\ \ \ \
| * | | | rebase: emit one "fatal" in "fatal: fatal: <error>"Ævar Arnfjörð Bjarmason2021-08-241-1/+1
* | | | | Merge branch 'ab/ls-remote-packet-trace'Junio C Hamano2021-09-081-0/+2
|\ \ \ \ \
| * | | | | ls-remote: set packet_trace_identity(<name>)Ævar Arnfjörð Bjarmason2021-08-241-0/+2
| |/ / / /
* | | | | Merge branch 'jk/commit-edit-fixup-fix'Junio C Hamano2021-09-031-2/+3
|\ \ \ \ \