add -i: allow prefix highlighting for "Add untracked" as well.
[gitweb.git] / builtin-commit.c
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.