git-send-email: ssh/login style password requests
[gitweb.git] / builtin-commit.c
2008-02-03 Merge branch 'maint'
2008-02-03 Fix "git-commit -C $tag"
2008-01-24 Merge git://repo.or.cz/git-gui
2008-01-23 git-commit: exit non-zero if we fail to commit the...
2008-01-21 Merge git://repo.or.cz/git-gui
2008-01-21 Merge git://repo.or.cz/git-gui
2008-01-21 Merge git://git.kernel.org/pub/scm/gitk/gitk
2008-01-16 Improve use of lockfile API
2008-01-16 Make builtin-commit.c more careful about parenthood
2008-01-16 git-commit: fix double close(2) that can close a wrong...
2008-01-14 Revert "builtin-commit.c: remove useless check added...
2008-01-13 builtin-commit.c: remove useless check added by faulty...
2008-01-13 Fix performance regression for partial commits
2008-01-11 Merge ../gitk
2008-01-09 Merge branch 'master' of git://git./gitk/gitk
2008-01-08 Merge in GIT 1.5.3.8
2008-01-05 Merge git://repo.or.cz/git-gui
2007-12-31 Merge branch 'maint' of git://linux-nfs.org/~bfields/git
2007-12-27 Merge branch 'rs/pretty-safety'
2007-12-27 Merge branch 'ar/commit-cleanup'
2007-12-23 Allow selection of different cleanup modes for commit...
2007-12-23 builtin-commit: avoid double-negation in the code.
2007-12-23 builtin-commit: fix amending of the initial commit
2007-12-20 fix git commit --amend -m "new message"
2007-12-18 Merge branch 'maint'
2007-12-16 builtin-commit: make summary output consistent with...
2007-12-16 builtin-commit: fix summary output.
2007-12-15 Merge branch 'wc/diff'
2007-12-14 commit: allow --amend to reuse message from another...
2007-12-13 git-commit: squelch needless message during an empty...
2007-12-13 Merge branch 'cc/help'
2007-12-13 Merge branch 'jc/shortlog-e'
2007-12-13 Merge branch 'ew/svn-rev-db'
2007-12-13 Merge branch 'jc/merge-recursive-gitlink'
2007-12-13 Merge branch 'jk/svn-color'
2007-12-11 commit: do not add extra LF at the end of the summary.
2007-12-10 Merge branch 'master' into cc/help
2007-12-09 Merge branch 'jc/spht'
2007-12-09 Merge branch 'pr/mergetool'
2007-12-09 Merge branch 'maint'
2007-12-09 Re-fix "builtin-commit: fix --signoff"
2007-12-09 Fix commit-msg hook to allow editing
2007-12-09 Allow --no-verify to bypass commit-msg hook
2007-12-08 add status.relativePaths config variable
2007-12-07 Merge branch 'master' of git://repo.or.cz/git-gui
2007-12-07 Merge branch 'jc/docmake-perl'
2007-12-07 Merge branch 'maint'
2007-12-06 Merge branch 'maint'
2007-12-05 Merge branch 'wc/add-i'
2007-12-05 Merge branch 'kh/commit'
2007-12-03 git-commit --allow-empty
2007-12-03 git-commit: Allow to amend a merge commit that does...
2007-12-03 Make git status usage say git status instead of git...
2007-12-03 Fix --signoff in builtin-commit differently.
2007-12-02 git-commit: clean up die messages
2007-11-28 Do not generate full commit log message if it is not...
2007-11-26 Fix off-by-one error when truncating the diff out of...
2007-11-26 builtin-commit.c: export GIT_INDEX_FILE for launch_edit...
2007-11-25 add -i: Fix running from a subdirectory
2007-11-25 Merge branch 'kh/commit' into wc/add-i
2007-11-23 builtin-commit: Include the diff in the commit message...
2007-11-23 builtin-commit: fix partial-commit support
2007-11-23 builtin-commit: run commit-msg hook with correct messag...
2007-11-23 builtin-commit: do not color status output shown in...
2007-11-23 builtin-commit: Clean up an unused variable and a debug...
2007-11-23 Call refresh_cache() when updating the user index for...
2007-11-23 builtin-commit: Add newline when showing which commit...
2007-11-23 builtin-commit: resurrect behavior for multiple -m...
2007-11-23 builtin-commit --s: add a newline if the last line...
2007-11-23 builtin-commit: fix --signoff
2007-11-23 git status: show relative paths when run in a subdirectory
2007-11-23 builtin-commit: Refresh cache after adding files.
2007-11-23 builtin-commit: fix reflog message generation
2007-11-23 Port git commit to C.