Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sparse-checkout: create builtin with 'list' subcommand | Derrick Stolee | 2019-11-22 | 1 | -0/+1 |
* | git: use COPY_ARRAY and MOVE_ARRAY in handle_alias() | René Scharfe | 2019-09-20 | 1 | -3/+2 |
* | Merge branch 'js/visual-studio' | Junio C Hamano | 2019-08-02 | 1 | -3/+0 |
|\ | |||||
| * | git: avoid calling aliased builtins via their dashed form | Johannes Schindelin | 2019-07-29 | 1 | -3/+0 |
* | | Merge branch 'js/rebase-cleanup' | Junio C Hamano | 2019-07-29 | 1 | -6/+1 |
|\ \ | |||||
| * | | git: mark cmd_rebase as requiring a worktree | Johannes Schindelin | 2019-07-25 | 1 | -6/+1 |
* | | | Merge branch 'ab/test-env' | Junio C Hamano | 2019-07-25 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | env--helper: new undocumented builtin wrapping git_env_*() | Ævar Arnfjörð Bjarmason | 2019-06-21 | 1 | -0/+1 |
* | | | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 2019-07-09 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | checkout: split part of it to new command 'restore' | Nguyễn Thái Ngọc Duy | 2019-05-07 | 1 | -0/+1 |
| * | | checkout: split part of it to new command 'switch' | Nguyễn Thái Ngọc Duy | 2019-04-02 | 1 | -0/+1 |
* | | | Merge branch 'po/git-help-on-git-itself' | Junio C Hamano | 2019-06-17 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | git.c: show usage for accessing the git(1) help page | Philip Oakley | 2019-05-16 | 1 | -1/+2 |
* | | | Merge branch 'js/misc-doc-fixes' | Junio C Hamano | 2019-05-09 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Turn `git serve` into a test helper | Johannes Schindelin | 2019-04-19 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge branch 'js/difftool-no-index' | Junio C Hamano | 2019-04-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | difftool: allow running outside Git worktrees with --no-index | Johannes Schindelin | 2019-03-18 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'ps/stash-in-c' | Junio C Hamano | 2019-04-22 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | stash: optionally use the scripted version again | Johannes Schindelin | 2019-03-07 | 1 | -1/+6 |
| * | | | stash: convert `stash--helper.c` into `stash.c` | Paul-Sebastian Ungureanu | 2019-03-07 | 1 | -1/+1 |
| * | | | stash: convert apply to builtin | Joel Teichroeb | 2019-03-07 | 1 | -0/+1 |
* | | | | git: read local config in --list-cmds | Jeff King | 2019-03-21 | 1 | -0/+7 |
| |/ / |/| | | |||||
* | | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-22 | 1 | -0/+65 |
| |/ |/| | |||||
* | | Merge branch 'nd/the-index-final' | Junio C Hamano | 2019-02-06 | 1 | -2/+2 |
|\ \ | |||||
| * | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 2019-01-24 | 1 | -2/+2 |
* | | | Merge branch 'nd/style-opening-brace' | Junio C Hamano | 2019-01-18 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 2018-12-10 | 1 | -1/+2 |
| |/ | |||||
* | | Merge branch 'nd/i18n' | Junio C Hamano | 2019-01-04 | 1 | -16/+16 |
|\ \ | |/ |/| | |||||
| * | alias.c: mark split_cmdline_strerror() strings for translation | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -1/+1 |
| * | git.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -15/+15 |
* | | Merge branch 'ag/rebase-i-in-c' | Junio C Hamano | 2018-11-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | rebase -i: move rebase--helper modes to rebase--interactive | Alban Gruin | 2018-10-09 | 1 | -1/+0 |
| * | | rebase -i: remove git-rebase--interactive.sh | Alban Gruin | 2018-10-09 | 1 | -1/+1 |
| * | | rebase -i: implement the main part of interactive rebase as a builtin | Alban Gruin | 2018-10-09 | 1 | -0/+1 |
* | | | Merge branch 'pk/rebase-in-c' | Junio C Hamano | 2018-11-02 | 1 | -0/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | rebase: start implementing it as a builtin | Pratik Karki | 2018-08-06 | 1 | -0/+6 |
* | | | Merge branch 'rv/alias-help' | Junio C Hamano | 2018-10-26 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | git.c: handle_alias: prepend alias info when first argument is -h | Rasmus Villemoes | 2018-10-11 | 1 | -0/+3 |
* | | | | Merge branch 'ts/alias-of-alias' | Junio C Hamano | 2018-10-16 | 1 | -3/+25 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | alias: show the call history when an alias is looping | Tim Schumacher | 2018-09-17 | 1 | -2/+15 |
| * | | | alias: add support for aliases of an alias | Tim Schumacher | 2018-09-17 | 1 | -3/+12 |
* | | | | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | multi-pack-index: add builtin | Derrick Stolee | 2018-07-20 | 1 | -0/+1 |
* | | | | Merge branch 'js/range-diff' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Introduce `range-diff` to compare iterations of a topic branch | Johannes Schindelin | 2018-08-13 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | check_replace_refs: rename to read_replace_refs | Jeff King | 2018-07-18 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 2018-08-02 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | block alloc: add validations around cache_entry lifecyle | Jameson Miller | 2018-07-03 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -1/+1 |
|\ \ |