Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtin-am: implement skeletal builtin am | Paul Tan | 2015-08-05 | 1 | -0/+1 |
* | Merge branch 'pt/pull-builtin' | Junio C Hamano | 2015-08-03 | 1 | -0/+1 |
|\ | |||||
| * | pull: implement skeletal builtin pull | Paul Tan | 2015-06-15 | 1 | -0/+1 |
* | | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 2015-06-29 | 1 | -0/+1 |
|/ | |||||
* | trailer: add interpret-trailers command | Christian Couder | 2014-10-13 | 1 | -0/+1 |
* | verify-commit: scriptable commit signature verification | Michael J Gruber | 2014-06-24 | 1 | -0/+1 |
* | builtin/help.c: speed up is_git_command() by checking for builtin commands first | Sebastian Schuberth | 2014-01-06 | 1 | -0/+2 |
* | repo-config: remove deprecated alias for "git config" | John Keeping | 2013-11-12 | 1 | -1/+0 |
* | repack: rewrite the shell script in C | Stefan Beller | 2013-09-17 | 1 | -0/+1 |
* | builtin: add git-check-mailmap command | Eric Sunshine | 2013-07-13 | 1 | -0/+1 |
* | Merge branch 'jh/libify-note-handling' | Junio C Hamano | 2013-06-24 | 1 | -16/+0 |
|\ | |||||
| * | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c | Johan Herland | 2013-06-12 | 1 | -16/+0 |
| * | finish_copy_notes_for_rewrite(): Let caller provide commit message | Johan Herland | 2013-06-12 | 1 | -1/+1 |
* | | prune-packed: avoid implying "1" is DRY_RUN in prune_packed_objects() | Nguyễn Thái Ngọc Duy | 2013-05-28 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-24 | 1 | -0/+1 |
|\ | |||||
| * | add git-check-ignore sub-command | Adam Spiers | 2013-01-06 | 1 | -0/+1 |
* | | Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit' | Junio C Hamano | 2013-01-10 | 1 | -1/+2 |
|\ \ | |||||
| * | | merge --no-edit: do not credit people involved in the side branch | Junio C Hamano | 2012-12-29 | 1 | -1/+2 |
| |/ | |||||
| * | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 | Junio C Hamano | 2012-09-11 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'lp/no-cmd-http-fetch' into maint-1.7.11 | Junio C Hamano | 2012-08-24 | 1 | -3/+0 |
| |\ \ | |||||
| * \ \ | Merge branch 'jk/diff-no-index-pager' into maint | Junio C Hamano | 2012-07-11 | 1 | -0/+2 |
| |\ \ \ | |||||
* | | | | | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -4/+0 |
* | | | | | builtin/notes.c: mark file-scope private symbols as static | Junio C Hamano | 2012-09-16 | 1 | -2/+0 |
* | | | | | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 2012-08-27 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | diff: do not use null sha1 as a sentinel value | Jeff King | 2012-07-30 | 1 | -1/+1 |
* | | | | | Merge branch 'mm/credential-plumbing' | Junio C Hamano | 2012-07-09 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | add 'git credential' plumbing command | Javier Roucher Iglesias | 2012-06-25 | 1 | -0/+1 |
* | | | | | | Merge branch 'jk/diff-no-index-pager' | Junio C Hamano | 2012-06-29 | 1 | -0/+2 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | fix pager.diff with diff --no-index | Jeff King | 2012-06-15 | 1 | -0/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'lp/no-cmd-http-fetch' | Junio C Hamano | 2012-06-25 | 1 | -3/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | builtin.h: remove unused cmd_<foo> declarations | Luka Perkov | 2012-06-15 | 1 | -3/+0 |
* | | | | move git_version_string into version.c | Jeff King | 2012-06-03 | 1 | -1/+0 |
| |_|/ |/| | | |||||
* | | | Add column layout skeleton and git-column | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge branch 'jk/upload-archive-use-start-command' | Junio C Hamano | 2011-12-17 | 1 | -0/+1 |
|\ \ | |||||
| * | | upload-archive: use start_command instead of fork | Jeff King | 2011-11-21 | 1 | -0/+1 |
* | | | fmt-merge-msg: package options into a structure | Junio C Hamano | 2011-11-08 | 1 | -1/+7 |
|/ / | |||||
* | | repo-config: add deprecation warning | René Scharfe | 2011-02-14 | 1 | -1/+2 |
* | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 | 1 | -0/+2 |
|\ \ | |||||
| * | | git-remote-ext | Ilari Liusvaara | 2010-10-14 | 1 | -0/+1 |
| * | | git-remote-fd | Ilari Liusvaara | 2010-10-14 | 1 | -0/+1 |
* | | | Merge branch 'jh/notes-merge' | Junio C Hamano | 2010-12-08 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | builtin/notes.c: Refactor creation of notes commits. | Johan Herland | 2010-11-17 | 1 | -1/+1 |
* | | | | Merge branch 'ks/no-textconv-symlink' | Junio C Hamano | 2010-11-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664'' | Kirill Smelkov | 2010-09-30 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'rr/fmt-merge-msg' | Junio C Hamano | 2010-09-29 | 1 | -3/+4 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len | Ramkumar Ramachandra | 2010-09-09 | 1 | -3/+4 |
| |/ / | |||||
* / / | builtin.h: Move two functions definitions to help.h. | Thiago Farina | 2010-09-01 | 1 | -2/+0 |
|/ / | |||||
* | | Merge branch 'cp/textconv-cat-file' | Junio C Hamano | 2010-06-27 | 1 | -0/+2 |
|\ \ | |||||
| * | | textconv: support for cat_file | Clément Poulain | 2010-06-18 | 1 | -0/+2 |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-06-25 | 1 | -2/+2 |
|\ \ \ |