Remove old generated files from .gitignore.
[gitweb.git] / builtin-commit.c
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.