Age | Commit message (Expand) | Author | Files | Lines |
2018-10-11 | rebase: fix typoes in error messages | Junio C Hamano | 1 | -3/+3 |
2018-10-11 | rebase: default to using the builtin rebase | Pratik Karki | 1 | -1/+1 |
2018-10-11 | builtin rebase: prepare for builtin rebase -i | Johannes Schindelin | 1 | -4/+83 |
2018-10-11 | Merge branch 'ag/rebase-i-in-c' into js/rebase-in-c-5.5-work-with-rebase-i-in-c | Junio C Hamano | 2 | -88/+271 |
2018-10-11 | builtin rebase: error out on incompatible option/mode combinations | Pratik Karki | 1 | -0/+41 |
2018-10-11 | builtin rebase: use no-op editor when interactive is "implied" | Pratik Karki | 1 | -0/+7 |
2018-10-11 | builtin rebase: show progress when connected to a terminal | Pratik Karki | 1 | -0/+7 |
2018-10-11 | builtin rebase: fast-forward to onto if it is a proper descendant | Pratik Karki | 1 | -0/+18 |
2018-10-11 | builtin rebase: optionally pass custom reflogs to reset_head() | Pratik Karki | 1 | -12/+21 |
2018-10-11 | builtin rebase: optionally auto-detect the upstream | Pratik Karki | 1 | -3/+41 |
2018-10-11 | builtin rebase: support --root | Pratik Karki | 1 | -2/+29 |
2018-10-11 | builtin rebase: add support for custom merge strategies | Pratik Karki | 1 | -0/+57 |
2018-10-11 | builtin rebase: support `fork-point` option | Pratik Karki | 1 | -0/+11 |
2018-10-11 | merge-base --fork-point: extract libified function | Pratik Karki | 1 | -75/+6 |
2018-10-11 | builtin rebase: support --rebase-merges[=[no-]rebase-cousins] | Pratik Karki | 1 | -0/+21 |
2018-10-11 | builtin rebase: support `--allow-empty-message` option | Pratik Karki | 1 | -0/+7 |
2018-10-11 | builtin rebase: support `--exec` | Pratik Karki | 1 | -0/+18 |
2018-10-11 | builtin rebase: support `--autostash` option | Pratik Karki | 1 | -8/+109 |
2018-10-11 | builtin rebase: support `-C` and `--whitespace=<type>` | Pratik Karki | 1 | -0/+23 |
2018-10-11 | builtin rebase: support `--gpg-sign` option | Pratik Karki | 1 | -0/+28 |
2018-10-11 | help: redirect to aliased commands for "git cmd --help" | Rasmus Villemoes | 1 | -3/+31 |
2018-10-10 | Merge branch 'ds/multi-pack-verify' | Junio C Hamano | 2 | -1/+21 |
2018-10-09 | transport: drop refnames from for_each_alternate_ref | Jeff King | 1 | -2/+1 |
2018-10-09 | rebase -i: move rebase--helper modes to rebase--interactive | Alban Gruin | 2 | -227/+26 |
2018-10-09 | rebase -i: remove git-rebase--interactive.sh | Alban Gruin | 1 | -0/+0 |
2018-10-09 | rebase--interactive2: rewrite the submodes of interactive rebase in C | Alban Gruin | 1 | -6/+45 |
2018-10-09 | rebase -i: implement the main part of interactive rebase as a builtin | Alban Gruin | 1 | -0/+207 |
2018-10-07 | fetch: do not list refs if fetching only hashes | Jonathan Tan | 1 | -6/+26 |
2018-10-07 | rev-list: handle missing tree objects properly | Matthew DeVore | 1 | -4/+7 |
2018-10-07 | builtin/commit-graph.c: UNLEAK variables | Martin Ågren | 1 | -5/+6 |
2018-10-04 | more oideq/hasheq conversions | Jeff King | 1 | -1/+2 |
2018-10-03 | roll wt_status_state into wt_status and populate in the collect phase | Stephen P. Smith | 1 | -0/+3 |
2018-10-03 | grep: add -r/--[no-]recursive | René Scharfe | 1 | -0/+2 |
2018-10-03 | help -a: improve and make --verbose default | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-27 | commit: fix erroneous BUG, 'multiple renames on the same target? how?' | Elijah Newren | 1 | -0/+1 |
2018-09-27 | Sync with 2.19.1 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.18.1 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.17.2 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.16.5 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with 2.15.3 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -0/+1 |
2018-09-27 | submodule--helper: use "--" to signal end of clone options | Jeff King | 1 | -0/+1 |
2018-09-25 | receive-pack: update comment with check_everything_connected | Jeff King | 1 | -1/+1 |
2018-09-24 | Merge branch 'en/update-ref-no-deref-stdin' | Junio C Hamano | 1 | -11/+14 |
2018-09-24 | Merge branch 'ms/remote-error-message-update' | Junio C Hamano | 1 | -3/+3 |
2018-09-24 | Merge branch 'nd/attr-pathspec-fix' | Junio C Hamano | 1 | -1/+1 |
2018-09-24 | Merge branch 'en/double-semicolon-fix' | Junio C Hamano | 1 | -1/+1 |
2018-09-24 | Merge branch 'tb/void-check-attr' | Junio C Hamano | 2 | -4/+2 |
2018-09-21 | fetch: in partial clone, check presence of targets | Jonathan Tan | 1 | -2/+13 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 21 | -34/+34 |