summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-051-6/+1
* sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-221-0/+1
* git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()René Scharfe2019-09-201-3/+2
* Merge branch 'js/visual-studio'Junio C Hamano2019-08-021-3/+0
|\
| * git: avoid calling aliased builtins via their dashed formJohannes Schindelin2019-07-291-3/+0
* | Merge branch 'js/rebase-cleanup'Junio C Hamano2019-07-291-6/+1
|\ \
| * | git: mark cmd_rebase as requiring a worktreeJohannes Schindelin2019-07-251-6/+1
* | | Merge branch 'ab/test-env'Junio C Hamano2019-07-251-0/+1
|\ \ \ | |_|/ |/| |
| * | env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason2019-06-211-0/+1
* | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-0/+2
|\ \ \ | |/ / |/| |
| * | checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy2019-05-071-0/+1
| * | checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy2019-04-021-0/+1
* | | Merge branch 'po/git-help-on-git-itself'Junio C Hamano2019-06-171-1/+2
|\ \ \ | |_|/ |/| |
| * | git.c: show usage for accessing the git(1) help pagePhilip Oakley2019-05-161-1/+2
* | | Merge branch 'js/misc-doc-fixes'Junio C Hamano2019-05-091-1/+0
|\ \ \
| * | | Turn `git serve` into a test helperJohannes Schindelin2019-04-191-1/+0
| |/ /
* | | Merge branch 'js/difftool-no-index'Junio C Hamano2019-04-251-1/+1
|\ \ \
| * | | difftool: allow running outside Git worktrees with --no-indexJohannes Schindelin2019-03-181-1/+1
| | |/ | |/|
* | | Merge branch 'ps/stash-in-c'Junio C Hamano2019-04-221-0/+6
|\ \ \
| * | | stash: optionally use the scripted version againJohannes Schindelin2019-03-071-1/+6
| * | | stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu2019-03-071-1/+1
| * | | stash: convert apply to builtinJoel Teichroeb2019-03-071-0/+1
* | | | git: read local config in --list-cmdsJeff King2019-03-211-0/+7
| |/ / |/| |
* | | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+65
| |/ |/|
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-2/+2
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-2/+2
* | | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+2
|\ \ \ | |/ / |/| |
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-16/+16
|\ \ | |/ |/|
| * alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy2018-11-121-1/+1
| * git.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-11-121-15/+15
* | Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-1/+1
|\ \
| * | rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2018-10-091-1/+0
| * | rebase -i: remove git-rebase--interactive.shAlban Gruin2018-10-091-1/+1
| * | rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin2018-10-091-0/+1
* | | Merge branch 'pk/rebase-in-c'Junio C Hamano2018-11-021-0/+6
|\ \ \ | |_|/ |/| |
| * | rebase: start implementing it as a builtinPratik Karki2018-08-061-0/+6
* | | Merge branch 'rv/alias-help'Junio C Hamano2018-10-261-0/+3
|\ \ \
| * | | git.c: handle_alias: prepend alias info when first argument is -hRasmus Villemoes2018-10-111-0/+3
* | | | Merge branch 'ts/alias-of-alias'Junio C Hamano2018-10-161-3/+25
|\ \ \ \ | |/ / / |/| | |
| * | | alias: show the call history when an alias is loopingTim Schumacher2018-09-171-2/+15
| * | | alias: add support for aliases of an aliasTim Schumacher2018-09-171-3/+12
* | | | Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano2018-08-201-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | multi-pack-index: add builtinDerrick Stolee2018-07-201-0/+1
* | | | Merge branch 'js/range-diff'Junio C Hamano2018-08-201-0/+1
|\ \ \ \
| * | | | Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-131-0/+1
| | |/ / | |/| |
* | | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
| | |/ | |/|
* | | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-0/+3
|\ \ \ | |/ / |/| |
| * | block alloc: add validations around cache_entry lifecyleJameson Miller2018-07-031-0/+3
| |/