summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* push: do not turn --delete '' into a matching pushJunio C Hamano2021-02-231-1/+1
* Merge branch 'jk/committer-date-is-author-date-fix' into maintJunio C Hamano2020-10-291-2/+2
|\
| * am: fix broken email with --committer-date-is-author-dateJeff King2020-10-231-2/+2
* | Merge branch 'ja/misc-doc-fixes'Junio C Hamano2020-10-081-1/+1
|\ \
| * | doc: fix the bnf like style of some commandsJean-Noël Avila2020-10-081-1/+1
* | | Merge branch 'jk/index-pack-hotfixes'Junio C Hamano2020-10-081-17/+12
|\ \ \ | |/ / |/| |
| * | index-pack: make get_base_data() comment clearerJonathan Tan2020-10-071-11/+8
| * | index-pack: drop type_cas mutexJeff King2020-10-071-6/+0
| * | index-pack: restore "resolving deltas" progress meterJeff King2020-10-071-0/+4
* | | Merge branch 'jk/format-auto-base-when-able'Junio C Hamano2020-10-051-25/+105
|\ \ \
| * | | format-patch: teach format.useAutoBase "whenAble" optionJacob Keller2020-10-011-25/+105
* | | | Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-0/+10
|\ \ \ \
| * | | | refspec: add support for negative refspecsJacob Keller2020-09-301-0/+10
* | | | | Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano2020-10-051-1/+1
|\ \ \ \ \
| * | | | | fetch: do not override partial clone filterJonathan Tan2020-09-281-1/+1
* | | | | | Merge branch 'jk/unused'Junio C Hamano2020-10-057-14/+60
|\ \ \ \ \ \
| * | | | | | sparse-checkout: fill in some options boilerplateJeff King2020-09-301-0/+37
| * | | | | | push: drop unused repo argument to do_push()Jeff King2020-09-301-2/+2
| * | | | | | assert PARSE_OPT_NONEG in parse-options callbacksJeff King2020-09-303-0/+6
| * | | | | | env--helper: write to opt->value in parseopt helperJeff King2020-09-301-4/+7
| * | | | | | drop unused argc parametersJeff King2020-09-302-8/+8
* | | | | | | Merge branch 'so/combine-diff-simplify'Junio C Hamano2020-10-051-2/+1
|\ \ \ \ \ \ \
| * | | | | | | diff: get rid of redundant 'dense' argumentSergey Organov2020-09-291-2/+1
* | | | | | | | Merge branch 'js/default-branch-name-part-2'Junio C Hamano2020-10-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fast-export: avoid using unnecessary language in a code commentJohannes Schindelin2020-09-211-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/shortlog-group-by-trailer'Junio C Hamano2020-10-042-27/+187
|\ \ \ \ \ \ \ \
| * | | | | | | | shortlog: allow multiple groups to be specifiedJeff King2020-09-272-24/+41
| * | | | | | | | shortlog: parse trailer identsJeff King2020-09-271-0/+6
| * | | | | | | | shortlog: rename parse_stdin_ident()Jeff King2020-09-271-3/+3
| * | | | | | | | shortlog: de-duplicate trailer valuesJeff King2020-09-271-0/+58
| * | | | | | | | shortlog: match commit trailers with --groupJeff King2020-09-271-1/+43
| * | | | | | | | shortlog: add grouping optionJeff King2020-09-271-11/+48
| * | | | | | | | shortlog: change "author" variables to "ident"Jeff King2020-09-251-18/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'mr/bisect-in-c-2'Junio C Hamano2020-10-041-11/+258
|\ \ \ \ \ \ \ \
| * | | | | | | | bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva2020-09-241-2/+178
| * | | | | | | | bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva2020-09-241-1/+43
| * | | | | | | | bisect--helper: introduce new `write_in_file()` functionMiriam Rubio2020-08-281-7/+36
| * | | | | | | | bisect--helper: use '-res' in 'cmd_bisect__helper' returnMiriam Rubio2020-08-281-1/+1
| * | | | | | | | bisect--helper: BUG() in cmd_*() on invalid subcommandMiriam Rubio2020-08-281-1/+1
* | | | | | | | | Merge branch 'cc/bisect-start-fix'Junio C Hamano2020-10-041-7/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bisect: don't use invalid oid as rev when startingChristian Couder2020-09-251-7/+6
* | | | | | | | | | Merge branch 'jc/blame-ignore-fix'Junio C Hamano2020-10-041-2/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | blame: validate and peel the object names on the ignore listJunio C Hamano2020-09-241-2/+25
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/drop-unaligned-loads'Junio C Hamano2020-10-041-4/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Revert "fast-export: use local array to store anonymized oid"Jeff King2020-09-241-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ah/pull'Junio C Hamano2020-09-291-2/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pull: don't warn if pull.ff has been setAlex Henrie2020-09-241-2/+1
* | | | | | | | | | Merge branch 'bc/clone-with-git-default-hash-fix'Junio C Hamano2020-09-292-3/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson2020-09-222-3/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-13/+50
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |