summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge branch 'js/misc-doc-fixes'Libravatar Junio C Hamano1-1/+0
2019-04-25Merge branch 'js/difftool-no-index'Libravatar Junio C Hamano1-1/+1
2019-04-22Merge branch 'ps/stash-in-c'Libravatar Junio C Hamano1-0/+6
2019-04-19Turn `git serve` into a test helperLibravatar Johannes Schindelin1-1/+0
2019-03-21git: read local config in --list-cmdsLibravatar Jeff King1-0/+7
2019-03-18difftool: allow running outside Git worktrees with --no-indexLibravatar Johannes Schindelin1-1/+1
2019-03-07stash: optionally use the scripted version againLibravatar Johannes Schindelin1-1/+6
2019-03-07stash: convert `stash--helper.c` into `stash.c`Libravatar Paul-Sebastian Ungureanu1-1/+1
2019-03-07stash: convert apply to builtinLibravatar Joel Teichroeb1-0/+1
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-0/+65
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-2/+2
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2019-01-18Merge branch 'nd/style-opening-brace'Libravatar Junio C Hamano1-1/+2
2019-01-04Merge branch 'nd/i18n'Libravatar Junio C Hamano1-16/+16
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12git.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-15/+15
2018-11-02Merge branch 'ag/rebase-i-in-c'Libravatar Junio C Hamano1-1/+1
2018-11-02Merge branch 'pk/rebase-in-c'Libravatar Junio C Hamano1-0/+6
2018-10-26Merge branch 'rv/alias-help'Libravatar Junio C Hamano1-0/+3
2018-10-16Merge branch 'ts/alias-of-alias'Libravatar Junio C Hamano1-3/+25
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hLibravatar Rasmus Villemoes1-0/+3
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveLibravatar Alban Gruin1-1/+0
2018-10-09rebase -i: remove git-rebase--interactive.shLibravatar Alban Gruin1-1/+1
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinLibravatar Alban Gruin1-0/+1
2018-09-17alias: show the call history when an alias is loopingLibravatar Tim Schumacher1-2/+15
2018-09-17alias: add support for aliases of an aliasLibravatar Tim Schumacher1-3/+12
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Libravatar Junio C Hamano1-0/+1
2018-08-20Merge branch 'js/range-diff'Libravatar Junio C Hamano1-0/+1
2018-08-15Merge branch 'jk/core-use-replace-refs'Libravatar Junio C Hamano1-1/+1
2018-08-13Introduce `range-diff` to compare iterations of a topic branchLibravatar Johannes Schindelin1-0/+1
2018-08-06rebase: start implementing it as a builtinLibravatar Pratik Karki1-0/+6
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Libravatar Junio C Hamano1-0/+3
2018-07-20multi-pack-index: add builtinLibravatar Derrick Stolee1-0/+1
2018-07-18check_replace_refs: rename to read_replace_refsLibravatar Jeff King1-1/+1
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-1/+1
2018-07-03block alloc: add validations around cache_entry lifecyleLibravatar Jameson Miller1-0/+3
2018-06-25Merge branch 'jk/show-index'Libravatar Junio C Hamano1-0/+1
2018-06-01Merge branch 'nd/command-list'Libravatar Junio C Hamano1-9/+76
2018-05-29make show-index a builtinLibravatar Jeff King1-0/+1
2018-05-23Merge branch 'js/no-pager-shorthand'Libravatar Junio C Hamano1-2/+2
2018-05-21completion: allow to customize the completable command listLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-05-21completion: add and use --list-cmds=aliasLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-05-21completion: add and use --list-cmds=nohelpersLibravatar Nguyễn Thái Ngọc Duy1-0/+14
2018-05-21Move declaration for alias.c to alias.hLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-05-21git: support --list-cmds=list-<category>Libravatar Nguyễn Thái Ngọc Duy1-0/+7
2018-05-21completion: implement and use --list-cmds=main,othersLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2018-05-21git --list-cmds: collect command list in a string_listLibravatar Nguyễn Thái Ngọc Duy1-5/+17
2018-05-21git.c: convert --list-* to --list-cmds=*Libravatar Nguyễn Thái Ngọc Duy1-6/+31
2018-05-18shallow: add repository argument to set_alternate_shallow_fileLibravatar Stefan Beller1-1/+1