| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-25 | Merge branch 'cb/add-pathspec' | Junio C Hamano | 1 | -1/+1 |
| 2009-01-21 | Merge branch 'sb/hook-cleanup' | Junio C Hamano | 1 | -34/+0 |
| 2009-01-19 | commit: more compact summary and without extra quotes | Santi Béjar | 1 | -2/+2 |
| 2009-01-17 | Merge branch 'mh/maint-commit-color-status' | Junio C Hamano | 1 | -0/+6 |
| 2009-01-17 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+0 |
| 2009-01-17 | builtin-commit.c: do not remove COMMIT_EDITMSG | Stephan Beyer | 1 | -1/+0 |
| 2009-01-17 | Move run_hook() from builtin-commit.c into run-command.c (libgit) | Stephan Beyer | 1 | -34/+0 |
| 2009-01-14 | remove pathspec_match, use match_pathspec instead | Clemens Buchacher | 1 | -1/+1 |
| 2009-01-08 | git-status -v: color diff output when color.ui is set | Markus Heidelberg | 1 | -0/+3 |
| 2009-01-08 | git-commit: color status output when color.ui is set | Markus Heidelberg | 1 | -0/+3 |
| 2008-12-13 | builtin-commit: remove unused message variable | Markus Heidelberg | 1 | -5/+0 |
| 2008-11-30 | git add --intent-to-add: do not let an empty blob be committed by accident | Junio C Hamano | 1 | -1/+1 |
| 2008-11-14 | Add cache preload facility | Linus Torvalds | 1 | -4/+4 |
| 2008-11-12 | Merge branch 'jk/maint-commit-v-strip' | Junio C Hamano | 1 | -3/+5 |
| 2008-11-12 | commit: Fix stripping of patch in verbose mode. | Jeff King | 1 | -3/+5 |
| 2008-10-21 | Merge branch 'jc/maint-co-track' | Junio C Hamano | 1 | -1/+3 |
| 2008-10-19 | Merge branch 'mv/merge-noff' | Junio C Hamano | 1 | -1/+13 |
| 2008-10-19 | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 1 | -1/+2 |
| 2008-10-18 | Merge branch 'pb/commit-where' | Junio C Hamano | 1 | -3/+12 |
| 2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -10/+5 |
| 2008-10-03 | builtin-commit: use reduce_heads() only when appropriate | Miklos Vajna | 1 | -2/+14 |
| 2008-10-02 | reformat informational commit message | Jeff King | 1 | -27/+10 |
| 2008-09-30 | git commit: Reformat output somewhat | Andreas Ericsson | 1 | -7/+5 |
| 2008-09-29 | Merge branch 'bc/master-diff-hunk-header-fix' | Shawn O. Pearce | 1 | -1/+1 |
| 2008-09-29 | Merge branch 'maint' into bc/master-diff-hunk-header-fix | Shawn O. Pearce | 1 | -1/+1 |
| 2008-09-29 | Clarify commit error message for unmerged files | Rafael Garcia-Suarez | 1 | -1/+1 |
| 2008-09-10 | builtin-commit: use commit_tree() | Miklos Vajna | 1 | -51/+16 |
| 2008-09-07 | builtin-commit.c: show on which branch a commit was added | Pieter de Bie | 1 | -2/+30 |
| 2008-09-02 | Merge branch 'jc/author-nickname' | Junio C Hamano | 1 | -0/+28 |
| 2008-08-31 | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 1 | -1/+1 |
| 2008-08-30 | git commit --author=$name: look $name up in existing commits | Junio C Hamano | 1 | -0/+28 |
| 2008-08-29 | pretty=format: respect date format options | Jeff King | 1 | -1/+1 |
| 2008-08-06 | Sync with 1.5.6.5 | Junio C Hamano | 1 | -4/+7 |
| 2008-08-06 | Files given on the command line are relative to $cwd | Junio C Hamano | 1 | -4/+7 |
| 2008-07-31 | Compact commit template message | Jeff King | 1 | -7/+12 |
| 2008-07-30 | Advertise the ability to abort a commit | Anders Melchiorsen | 1 | -0/+1 |
| 2008-07-25 | editor.c: Libify launch_editor() | Stephan Beyer | 1 | -1/+5 |
| 2008-07-23 | Make non-static functions, that may be static, static | Stephan Beyer | 1 | -1/+1 |
| 2008-07-23 | builtin-commit: Two trivial style-cleanups | Johannes Schindelin | 1 | -4/+3 |
| 2008-07-21 | Rename path_list to string_list | Johannes Schindelin | 1 | -10/+10 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -2/+2 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -2/+2 |
| 2008-07-10 | rerere: Separate libgit and builtin functions | Stephan Beyer | 1 | -0/+1 |
| 2008-07-05 | Merge branch 'qq/maint' | Junio C Hamano | 1 | -7/+4 |
| 2008-07-05 | builtin-commit.c: Use 'git_config_string' to get 'commit.template' | Brian Hetro | 1 | -7/+4 |
| 2008-06-22 | Merge branch 'mo/status-untracked' | Junio C Hamano | 1 | -3/+15 |
| 2008-06-21 | Print errno upon failure to open the COMMIT_EDITMSG file | Cristian Peraferrer | 1 | -1/+2 |
| 2008-06-09 | Add argument 'no' commit/status option -u|--untracked-files | Marius Storm-Olsen | 1 | -1/+3 |
| 2008-06-09 | Add an optional <mode> argument to commit/status -u|--untracked-files option | Marius Storm-Olsen | 1 | -3/+13 |
| 2008-06-02 | commit: drop duplicated parents | Junio C Hamano | 1 | -0/+9 |
| 2008-05-27 | Merge 1.5.5.3 in | Junio C Hamano | 1 | -0/+2 |
| 2008-05-27 | commit --interactive: properly update the index before commiting | Gerrit Pape | 1 | -0/+2 |
| 2008-05-25 | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 1 | -4/+4 |
| 2008-05-21 | Merge branch 'ar/add-unreadable' | Junio C Hamano | 1 | -4/+5 |
| 2008-05-14 | Merge branch 'sb/committer' | Junio C Hamano | 1 | -40/+73 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -4/+4 |
| 2008-05-12 | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 1 | -1/+1 |
| 2008-05-12 | Make the exit code of add_file_to_index actually useful | Alex Riesen | 1 | -3/+4 |
| 2008-05-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-05-11 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -1/+1 |
| 2008-05-11 | builtin-commit.c: add -u as short name for --untracked-files | Sitaram Chamarty | 1 | -1/+1 |
| 2008-05-10 | Avoid some unnecessary lstat() calls | Linus Torvalds | 1 | -2/+4 |
| 2008-05-06 | commit: Show committer if automatic | Santi Béjar | 1 | -3/+16 |
| 2008-05-06 | commit: Show author if different from committer | Santi Béjar | 1 | -3/+23 |
| 2008-05-06 | Preparation to call determine_author_info from prepare_to_commit | Santi Béjar | 1 | -39/+39 |
| 2008-04-27 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-04-27 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -1/+1 |
| 2008-04-27 | Remove 'header' from --signoff option description | Dan McGee | 1 | -1/+1 |
| 2008-04-19 | Merge branch 'jc/terminator-separator' | Junio C Hamano | 1 | -1/+1 |
| 2008-04-11 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2008-04-11 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -1/+1 |
| 2008-04-11 | builtin-commit.c: Remove a redundant assignment. | Johannes Sixt | 1 | -3/+1 |
| 2008-04-11 | Document option --only of git commit | Johannes Sixt | 1 | -1/+1 |
| 2008-04-10 | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 1 | -1/+1 |
| 2008-03-09 | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 1 | -1/+2 |
| 2008-03-09 | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 1 | -0/+1 |
| 2008-02-27 | Merge branch 'db/checkout' | Junio C Hamano | 1 | -1/+2 |
| 2008-02-18 | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 1 | -0/+4 |
| 2008-02-16 | Merge branch 'pb/prepare-commit-msg' | Junio C Hamano | 1 | -108/+145 |
| 2008-02-16 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+4 |
| 2008-02-16 | commit: discard index after setting up partial commit | Jeff King | 1 | -0/+4 |
| 2008-02-11 | Merge branch 'lt/in-core-index' | Junio C Hamano | 1 | -1/+1 |
| 2008-02-11 | builtin-commit.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
| 2008-02-11 | builtin-commit: remove .git/SQUASH_MSG upon successful commit | Gerrit Pape | 1 | -0/+1 |
| 2008-02-09 | Allow callers of unpack_trees() to handle failure | Daniel Barkalow | 1 | -1/+2 |
| 2008-02-06 | git-commit: add a prepare-commit-msg hook | Paolo Bonzini | 1 | -0/+21 |
| 2008-02-06 | git-commit: Refactor creation of log message. | Paolo Bonzini | 1 | -83/+88 |
| 2008-02-06 | git-commit: set GIT_EDITOR=: if editor will not be launched | Paolo Bonzini | 1 | -0/+2 |
| 2008-02-06 | git-commit: support variable number of hook arguments | Paolo Bonzini | 1 | -26/+35 |
| 2008-02-03 | Fix "git-commit -C $tag" | Junio C Hamano | 1 | -1/+1 |
| 2008-01-23 | git-commit: exit non-zero if we fail to commit the index | Brandon Casey | 1 | -4/+11 |
| 2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -1/+1 |
| 2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -3/+6 |
| 2008-01-16 | Make builtin-commit.c more careful about parenthood | Linus Torvalds | 1 | -5/+19 |
| 2008-01-15 | git-commit: fix double close(2) that can close a wrong file descriptor | Kristian Høgsberg | 1 | -4/+4 |
| 2008-01-14 | Revert "builtin-commit.c: remove useless check added by faulty cut and paste" | Junio C Hamano | 1 | -0/+2 |
| 2008-01-13 | builtin-commit.c: remove useless check added by faulty cut and paste | Junio C Hamano | 1 | -2/+0 |
| 2008-01-13 | Fix performance regression for partial commits | Linus Torvalds | 1 | -9/+28 |
| 2007-12-22 | Allow selection of different cleanup modes for commit messages | Alex Riesen | 1 | -4/+38 |
| 2007-12-22 | builtin-commit: avoid double-negation in the code. | Junio C Hamano | 1 | -6/+6 |
| 2007-12-22 | builtin-commit: fix amending of the initial commit | Junio C Hamano | 1 | -4/+4 |
| 2007-12-20 | fix git commit --amend -m "new message" | Junio C Hamano | 1 | -1/+5 |
| 2007-12-16 | builtin-commit: make summary output consistent with status | Junio C Hamano | 1 | -0/+3 |
| 2007-12-16 | builtin-commit: fix summary output. | Junio C Hamano | 1 | -0/+1 |
| 2007-12-14 | commit: allow --amend to reuse message from another commit | Junio C Hamano | 1 | -1/+1 |
| 2007-12-12 | git-commit: squelch needless message during an empty merge | Junio C Hamano | 1 | -4/+5 |
| 2007-12-11 | commit: do not add extra LF at the end of the summary. | Junio C Hamano | 1 | -3/+7 |
| 2007-12-09 | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 1 | -2/+2 |
| 2007-12-09 | Fix commit-msg hook to allow editing | Junio C Hamano | 1 | -4/+5 |
| 2007-12-09 | Allow --no-verify to bypass commit-msg hook | Wincent Colaiuta | 1 | -1/+2 |
| 2007-12-08 | add status.relativePaths config variable | Jeff King | 1 | -1/+2 |
| 2007-12-04 | Merge branch 'wc/add-i' | Junio C Hamano | 1 | -6/+6 |
| 2007-12-03 | git-commit --allow-empty | Junio C Hamano | 1 | -2/+3 |
| 2007-12-02 | git-commit: Allow to amend a merge commit that does not change the tree | Junio C Hamano | 1 | -1/+10 |
| 2007-12-02 | Make git status usage say git status instead of git commit | Shawn Bohrer | 1 | -5/+10 |
| 2007-12-02 | Fix --signoff in builtin-commit differently. | Junio C Hamano | 1 | -4/+2 |
| 2007-12-01 | git-commit: clean up die messages | Jeff King | 1 | -10/+9 |
| 2007-11-28 | Do not generate full commit log message if it is not going to be used | Alex Riesen | 1 | -0/+22 |
| 2007-11-26 | Fix off-by-one error when truncating the diff out of the commit message. | Kristian Høgsberg | 1 | -1/+1 |
| 2007-11-26 | builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. | Pierre Habouzit | 1 | -3/+6 |
| 2007-11-25 | add -i: Fix running from a subdirectory | Junio C Hamano | 1 | -1/+1 |
| 2007-11-25 | Merge branch 'kh/commit' into wc/add-i | Junio C Hamano | 1 | -0/+814 |
| 2007-11-22 | builtin-commit: Include the diff in the commit message when verbose. | Kristian Høgsberg | 1 | -1/+7 |
| 2007-11-22 | builtin-commit: fix partial-commit support | Junio C Hamano | 1 | -40/+202 |
| 2007-11-22 | builtin-commit: run commit-msg hook with correct message file | Junio C Hamano | 1 | -1/+1 |
| 2007-11-22 | builtin-commit: do not color status output shown in the message template | Junio C Hamano | 1 | -1/+4 |
| 2007-11-22 | builtin-commit: Clean up an unused variable and a debug fprintf(). | Kristian Høgsberg | 1 | -5/+3 |
| 2007-11-22 | Call refresh_cache() when updating the user index for --only commits. | Kristian Høgsberg | 1 | -0/+1 |
| 2007-11-22 | builtin-commit: Add newline when showing which commit was created | Johannes Schindelin | 1 | -0/+1 |
| 2007-11-22 | builtin-commit: resurrect behavior for multiple -m options | Johannes Schindelin | 1 | -6/+20 |
| 2007-11-22 | builtin-commit --s: add a newline if the last line was not a S-o-b | Johannes Schindelin | 1 | -1/+4 |
| 2007-11-22 | builtin-commit: fix --signoff | Johannes Schindelin | 1 | -11/+19 |
| 2007-11-22 | git status: show relative paths when run in a subdirectory | Johannes Schindelin | 1 | -6/+7 |
| 2007-11-22 | builtin-commit: Refresh cache after adding files. | Kristian Høgsberg | 1 | -0/+2 |
| 2007-11-22 | builtin-commit: fix reflog message generation | Johannes Schindelin | 1 | -7/+8 |
| 2007-11-22 | Port git commit to C. | Kristian Høgsberg | 1 | -0/+614 |