summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2019-06-17Merge branch 'po/git-help-on-git-itself'Junio C Hamano
2019-05-16git.c: show usage for accessing the git(1) help pagePhilip Oakley
2019-05-08Merge branch 'js/misc-doc-fixes'Junio C Hamano
2019-04-25Merge branch 'js/difftool-no-index'Junio C Hamano
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano
2019-04-19Turn `git serve` into a test helperJohannes Schindelin
2019-03-21git: read local config in --list-cmdsJeff King
2019-03-18difftool: allow running outside Git worktrees with --no-indexJohannes Schindelin
2019-03-07stash: optionally use the scripted version againJohannes Schindelin
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu
2019-03-07stash: convert apply to builtinJoel Teichroeb
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy
2018-11-12git.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano
2018-10-16Merge branch 'ts/alias-of-alias'Junio C Hamano
2018-10-11git.c: handle_alias: prepend alias info when first argument is -hRasmus Villemoes
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin
2018-09-17alias: show the call history when an alias is loopingTim Schumacher
2018-09-17alias: add support for aliases of an aliasTim Schumacher
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Junio C Hamano
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin
2018-08-06rebase: start implementing it as a builtinPratik Karki
2018-08-02Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano
2018-07-20multi-pack-index: add builtinDerrick Stolee
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-03block alloc: add validations around cache_entry lifecyleJameson Miller
2018-06-25Merge branch 'jk/show-index'Junio C Hamano
2018-06-01Merge branch 'nd/command-list'Junio C Hamano
2018-05-28make show-index a builtinJeff King
2018-05-23Merge branch 'js/no-pager-shorthand'Junio C Hamano
2018-05-21completion: allow to customize the completable command listNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy
2018-05-21git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy
2018-05-21completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy
2018-05-21git --list-cmds: collect command list in a string_listNguyễn Thái Ngọc Duy