228 Commits (6373cb598e1a4e0340583ad75d5abba01ff79774)

Author SHA1 Message Date
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 8 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
Junio C Hamano c6d72c4972 Revert clock-skew based attempt to optimize tag --contains traversal 14 years ago
Jeff King 188c35e36d git skew: a tool to find how big a clock skew exists in the history 14 years ago
René Scharfe 6390c905dc repo-config: add deprecation warning 14 years ago
Johan Herland 56881843d4 builtin/notes.c: Refactor creation of notes commits. 14 years ago
Ilari Liusvaara 7f3ecebfcd git-remote-ext 14 years ago
Ilari Liusvaara 3a9ed4bdee git-remote-fd 14 years ago
Kirill Smelkov 900647104e blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664'' 15 years ago
Ramkumar Ramachandra 1876166aaa fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len 15 years ago
Thiago Farina fd5c363da4 builtin.h: Move two functions definitions to help.h. 15 years ago
Ramsay Jones 4e0d7a8018 msvc: Fix some "expr evaluates to function" compiler warnings 15 years ago
Clément Poulain e5fba602e5 textconv: support for cat_file 15 years ago
Tay Ray Chuan 8c6bdfdf8b fmt-merge-msg: add function to append shortlog only 15 years ago
Jeff King 40d52ff77b make commit_tree a library function 15 years ago
Thomas Rast 6956f858f6 notes: implement helpers needed for note copying during rewrite 15 years ago
Johan Herland cd067d3bf4 Builtin-ify git-notes 15 years ago