251 Commits (fda2baffd25226d5ebfbd93df53633b447185499)

Author SHA1 Message Date
Derrick Stolee 94c0956b60 sparse-checkout: create builtin with 'list' subcommand 5 years ago
Ævar Arnfjörð Bjarmason b4f207f339 env--helper: new undocumented builtin wrapping git_env_*() 6 years ago
Nguyễn Thái Ngọc Duy 46e91b663b checkout: split part of it to new command 'restore' 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Johannes Schindelin b7ce24d095 Turn `git serve` into a test helper 6 years ago
Nguyễn Thái Ngọc Duy d787d311db checkout: split part of it to new command 'switch' 6 years ago
Paul-Sebastian Ungureanu 40af146834 stash: convert `stash--helper.c` into `stash.c` 6 years ago
Joel Teichroeb 8a0fc8d19d stash: convert apply to builtin 6 years ago
Alban Gruin 34b47315d9 rebase -i: move rebase--helper modes to rebase--interactive 6 years ago
Alban Gruin 53bbcfbde7 rebase -i: implement the main part of interactive rebase as a builtin 6 years ago
Johannes Schindelin 348ae56cb2 Introduce `range-diff` to compare iterations of a topic branch 7 years ago
Pratik Karki 55071ea248 rebase: start implementing it as a builtin 7 years ago
Derrick Stolee 6a257f03ba multi-pack-index: add builtin 7 years ago
Jeff King ff417260cf make show-index a builtin 7 years ago
Derrick Stolee 4ce58ee38d commit-graph: create git-commit-graph builtin 7 years ago
Brandon Williams ed10cb952d serve: introduce git-serve 7 years ago
Brandon Williams a3d6b53e92 upload-pack: convert to a builtin 7 years ago
Martin Ågren 033fe3d92c git.c: provide setup_auto_pager() 8 years ago
Martin Ågren c409824cc2 git.c: let builtins opt for handling `pager.foo` themselves 8 years ago
Martin Ågren ec14d4ecb5 builtin.h: take over documentation from api-builtin.txt 8 years ago
Jeff Smith 3a35cb2ea8 blame: move textconv_object with related functions 8 years ago
Johannes Schindelin 4557f1add2 rebase--helper: add a builtin helper for interactive rebases 8 years ago
Johannes Schindelin be8a90e59c difftool: add a skeleton for the upcoming builtin 8 years ago
brian m. carlson acad70d106 builtin: convert textconv_object to use struct object_id 9 years ago
Stefan Beller 74703a1e4d submodule: rewrite `module_list` shell function in C 10 years ago
Paul Tan 73c2779f42 builtin-am: implement skeletal builtin am 10 years ago
Nguyễn Thái Ngọc Duy df0b6cfbda worktree: new place for "git prune --worktrees" 10 years ago
Paul Tan 1e1ea69fa4 pull: implement skeletal builtin pull 10 years ago
Christian Couder 6634f05454 trailer: add interpret-trailers command 10 years ago
Michael J Gruber d07b00b7f3 verify-commit: scriptable commit signature verification 11 years ago
Sebastian Schuberth c6127fa3e2 builtin/help.c: speed up is_git_command() by checking for builtin commands first 11 years ago
John Keeping eb8e7e1d9a repo-config: remove deprecated alias for "git config" 11 years ago
Stefan Beller a1bbc6c017 repack: rewrite the shell script in C 12 years ago
Eric Sunshine 226ad3482a builtin: add git-check-mailmap command 12 years ago
Johan Herland 49c2470400 Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c 12 years ago
Johan Herland 80a14665b1 finish_copy_notes_for_rewrite(): Let caller provide commit message 12 years ago
Nguyễn Thái Ngọc Duy af0b4a3b59 prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects() 12 years ago
Adam Spiers 368aa52952 add git-check-ignore sub-command 12 years ago
Junio C Hamano 9bcbb1c218 merge --no-edit: do not credit people involved in the side branch 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Junio C Hamano f50fee4a04 builtin/notes.c: mark file-scope private symbols as static 13 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Javier Roucher Iglesias e30b2feb1b add 'git credential' plumbing command 13 years ago
Jeff King 1af3d97751 fix pager.diff with diff --no-index 13 years ago
Luka Perkov 0feb7c66e9 builtin.h: remove unused cmd_<foo> declarations 13 years ago
Jeff King 816fb46be6 move git_version_string into version.c 13 years ago
Nguyễn Thái Ngọc Duy 7e29b8254f Add column layout skeleton and git-column 13 years ago
Jeff King 1bc01efed1 upload-archive: use start_command instead of fork 13 years ago
Junio C Hamano cbda121c99 fmt-merge-msg: package options into a structure 13 years ago