summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee
2019-09-20git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()René Scharfe
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano
2019-07-29git: avoid calling aliased builtins via their dashed formJohannes Schindelin
2019-07-29Merge branch 'js/rebase-cleanup'Junio C Hamano
2019-07-25Merge branch 'ab/test-env'Junio C Hamano
2019-07-25git: mark cmd_rebase as requiring a worktreeJohannes Schindelin
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason
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-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy
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-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy
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