Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | push: do not turn --delete '' into a matching push | Junio C Hamano | 2021-02-23 | 1 | -1/+1 |
* | Merge branch 'jk/committer-date-is-author-date-fix' into maint | Junio C Hamano | 2020-10-29 | 1 | -2/+2 |
|\ | |||||
| * | am: fix broken email with --committer-date-is-author-date | Jeff King | 2020-10-23 | 1 | -2/+2 |
* | | Merge branch 'ja/misc-doc-fixes' | Junio C Hamano | 2020-10-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | doc: fix the bnf like style of some commands | Jean-Noël Avila | 2020-10-08 | 1 | -1/+1 |
* | | | Merge branch 'jk/index-pack-hotfixes' | Junio C Hamano | 2020-10-08 | 1 | -17/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | index-pack: make get_base_data() comment clearer | Jonathan Tan | 2020-10-07 | 1 | -11/+8 |
| * | | index-pack: drop type_cas mutex | Jeff King | 2020-10-07 | 1 | -6/+0 |
| * | | index-pack: restore "resolving deltas" progress meter | Jeff King | 2020-10-07 | 1 | -0/+4 |
* | | | Merge branch 'jk/format-auto-base-when-able' | Junio C Hamano | 2020-10-05 | 1 | -25/+105 |
|\ \ \ | |||||
| * | | | format-patch: teach format.useAutoBase "whenAble" option | Jacob Keller | 2020-10-01 | 1 | -25/+105 |
* | | | | Merge branch 'jk/refspecs-negative' | Junio C Hamano | 2020-10-05 | 1 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | refspec: add support for negative refspecs | Jacob Keller | 2020-09-30 | 1 | -0/+10 |
* | | | | | Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch' | Junio C Hamano | 2020-10-05 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | fetch: do not override partial clone filter | Jonathan Tan | 2020-09-28 | 1 | -1/+1 |
* | | | | | | Merge branch 'jk/unused' | Junio C Hamano | 2020-10-05 | 7 | -14/+60 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sparse-checkout: fill in some options boilerplate | Jeff King | 2020-09-30 | 1 | -0/+37 |
| * | | | | | | push: drop unused repo argument to do_push() | Jeff King | 2020-09-30 | 1 | -2/+2 |
| * | | | | | | assert PARSE_OPT_NONEG in parse-options callbacks | Jeff King | 2020-09-30 | 3 | -0/+6 |
| * | | | | | | env--helper: write to opt->value in parseopt helper | Jeff King | 2020-09-30 | 1 | -4/+7 |
| * | | | | | | drop unused argc parameters | Jeff King | 2020-09-30 | 2 | -8/+8 |
* | | | | | | | Merge branch 'so/combine-diff-simplify' | Junio C Hamano | 2020-10-05 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | diff: get rid of redundant 'dense' argument | Sergey Organov | 2020-09-29 | 1 | -2/+1 |
* | | | | | | | | Merge branch 'js/default-branch-name-part-2' | Junio C Hamano | 2020-10-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fast-export: avoid using unnecessary language in a code comment | Johannes Schindelin | 2020-09-21 | 1 | -1/+1 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jk/shortlog-group-by-trailer' | Junio C Hamano | 2020-10-04 | 2 | -27/+187 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | shortlog: allow multiple groups to be specified | Jeff King | 2020-09-27 | 2 | -24/+41 |
| * | | | | | | | | shortlog: parse trailer idents | Jeff King | 2020-09-27 | 1 | -0/+6 |
| * | | | | | | | | shortlog: rename parse_stdin_ident() | Jeff King | 2020-09-27 | 1 | -3/+3 |
| * | | | | | | | | shortlog: de-duplicate trailer values | Jeff King | 2020-09-27 | 1 | -0/+58 |
| * | | | | | | | | shortlog: match commit trailers with --group | Jeff King | 2020-09-27 | 1 | -1/+43 |
| * | | | | | | | | shortlog: add grouping option | Jeff King | 2020-09-27 | 1 | -11/+48 |
| * | | | | | | | | shortlog: change "author" variables to "ident" | Jeff King | 2020-09-25 | 1 | -18/+18 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mr/bisect-in-c-2' | Junio C Hamano | 2020-10-04 | 1 | -11/+258 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi... | Pranit Bauva | 2020-09-24 | 1 | -2/+178 |
| * | | | | | | | | bisect--helper: reimplement `bisect_autostart` shell function in C | Pranit Bauva | 2020-09-24 | 1 | -1/+43 |
| * | | | | | | | | bisect--helper: introduce new `write_in_file()` function | Miriam Rubio | 2020-08-28 | 1 | -7/+36 |
| * | | | | | | | | bisect--helper: use '-res' in 'cmd_bisect__helper' return | Miriam Rubio | 2020-08-28 | 1 | -1/+1 |
| * | | | | | | | | bisect--helper: BUG() in cmd_*() on invalid subcommand | Miriam Rubio | 2020-08-28 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'cc/bisect-start-fix' | Junio C Hamano | 2020-10-04 | 1 | -7/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bisect: don't use invalid oid as rev when starting | Christian Couder | 2020-09-25 | 1 | -7/+6 |
* | | | | | | | | | | Merge branch 'jc/blame-ignore-fix' | Junio C Hamano | 2020-10-04 | 1 | -2/+25 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | blame: validate and peel the object names on the ignore list | Junio C Hamano | 2020-09-24 | 1 | -2/+25 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jk/drop-unaligned-loads' | Junio C Hamano | 2020-10-04 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Revert "fast-export: use local array to store anonymized oid" | Jeff King | 2020-09-24 | 1 | -4/+4 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'ah/pull' | Junio C Hamano | 2020-09-29 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pull: don't warn if pull.ff has been set | Alex Henrie | 2020-09-24 | 1 | -2/+1 |
* | | | | | | | | | | Merge branch 'bc/clone-with-git-default-hash-fix' | Junio C Hamano | 2020-09-29 | 2 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin/clone: avoid failure with GIT_DEFAULT_HASH | brian m. carlson | 2020-09-22 | 2 | -3/+5 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 2020-09-29 | 1 | -13/+50 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | |