summaryrefslogtreecommitdiff
path: root/builtin.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Merge branch 'ab/test-env'Libravatar Junio C Hamano1-0/+1
2019-07-09Merge branch 'nd/switch-and-restore'Libravatar Junio C Hamano1-0/+2
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Libravatar Junio C Hamano1-127/+127
2019-05-09Merge branch 'js/misc-doc-fixes'Libravatar Junio C Hamano1-1/+0
2019-05-07checkout: split part of it to new command 'restore'Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-126/+126
2019-04-19Turn `git serve` into a test helperLibravatar Johannes Schindelin1-1/+0
2019-04-02checkout: split part of it to new command 'switch'Libravatar Nguyễn Thái Ngọc Duy1-0/+1
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
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/+1
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveLibravatar Alban Gruin1-1/+0
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinLibravatar Alban Gruin1-0/+1
2018-08-20Sync 'ds/multi-pack-index' to v2.19.0-rc0Libravatar Junio C Hamano1-0/+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/+1
2018-07-20multi-pack-index: add builtinLibravatar Derrick Stolee1-0/+1
2018-06-25Merge branch 'jk/show-index'Libravatar Junio C Hamano1-0/+1
2018-05-29make show-index a builtinLibravatar Jeff King1-0/+1
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+1
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee1-0/+1
2018-03-15serve: introduce git-serveLibravatar Brandon Williams1-0/+1
2018-03-14upload-pack: convert to a builtinLibravatar Brandon Williams1-0/+1
2017-08-03git.c: provide setup_auto_pager()Libravatar Martin Ågren1-0/+12
2017-08-03git.c: let builtins opt for handling `pager.foo` themselvesLibravatar Martin Ågren1-0/+8
2017-08-03builtin.h: take over documentation from api-builtin.txtLibravatar Martin Ågren1-0/+80
2017-05-24blame: move textconv_object with related functionsLibravatar Jeff Smith1-2/+0
2017-02-09rebase--helper: add a builtin helper for interactive rebasesLibravatar Johannes Schindelin1-0/+1
2017-01-17difftool: add a skeleton for the upcoming builtinLibravatar Johannes Schindelin1-0/+1
2016-09-07builtin: convert textconv_object to use struct object_idLibravatar brian m. carlson1-1/+1
2015-10-05Merge branch 'sb/submodule-helper'Libravatar Junio C Hamano1-0/+1
2015-09-03submodule: rewrite `module_list` shell function in CLibravatar Stefan Beller1-0/+1
2015-08-04builtin-am: implement skeletal builtin amLibravatar Paul Tan1-0/+1
2015-08-03Merge branch 'pt/pull-builtin'Libravatar Junio C Hamano1-0/+1
2015-06-29worktree: new place for "git prune --worktrees"Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2015-06-15pull: implement skeletal builtin pullLibravatar Paul Tan1-0/+1
2014-10-13trailer: add interpret-trailers commandLibravatar Christian Couder1-0/+1
2014-06-23verify-commit: scriptable commit signature verificationLibravatar Michael J Gruber1-0/+1
2014-01-06builtin/help.c: speed up is_git_command() by checking for builtin commands firstLibravatar Sebastian Schuberth1-0/+2
2013-11-12repo-config: remove deprecated alias for "git config"Libravatar John Keeping1-1/+0
2013-09-17repack: rewrite the shell script in CLibravatar Stefan Beller1-0/+1
2013-07-13builtin: add git-check-mailmap commandLibravatar Eric Sunshine1-0/+1
2013-06-24Merge branch 'jh/libify-note-handling'Libravatar Junio C Hamano1-16/+0
2013-06-12Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.cLibravatar Johan Herland1-16/+0
2013-06-12finish_copy_notes_for_rewrite(): Let caller provide commit messageLibravatar Johan Herland1-1/+1
2013-05-28prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects()Libravatar Nguyễn Thái Ngọc Duy1-0/+3
2013-01-23Merge branch 'as/check-ignore'Libravatar Junio C Hamano1-0/+1