Fix add_files_to_cache() to take pathspec, not user specified list of files
[gitweb.git] / builtin-commit.c
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.