index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-commit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'db/checkout'
Junio C Hamano
2008-02-27
1
-1
/
+2
|
\
|
*
Allow callers of unpack_trees() to handle failure
Daniel Barkalow
2008-02-10
1
-1
/
+2
*
|
Add color.ui variable which globally enables colorization if set
Matthias Kestenholz
2008-02-18
1
-0
/
+4
*
|
Merge branch 'pb/prepare-commit-msg'
Junio C Hamano
2008-02-17
1
-108
/
+145
|
\
\
|
*
|
git-commit: add a prepare-commit-msg hook
Paolo Bonzini
2008-02-06
1
-0
/
+21
|
*
|
git-commit: Refactor creation of log message.
Paolo Bonzini
2008-02-06
1
-83
/
+88
|
*
|
git-commit: set GIT_EDITOR=: if editor will not be launched
Paolo Bonzini
2008-02-06
1
-0
/
+2
|
*
|
git-commit: support variable number of hook arguments
Paolo Bonzini
2008-02-06
1
-26
/
+35
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-16
1
-0
/
+4
|
\
\
\
|
*
|
|
commit: discard index after setting up partial commit
Jeff King
2008-02-16
1
-0
/
+4
*
|
|
|
Merge branch 'lt/in-core-index'
Junio C Hamano
2008-02-12
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-1
/
+1
*
|
|
builtin-commit.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
*
|
|
builtin-commit: remove .git/SQUASH_MSG upon successful commit
Gerrit Pape
2008-02-11
1
-0
/
+1
|
|
/
|
/
|
*
|
Fix "git-commit -C $tag"
Junio C Hamano
2008-02-03
1
-1
/
+1
*
|
git-commit: exit non-zero if we fail to commit the index
Brandon Casey
2008-01-23
1
-4
/
+11
|
/
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-3
/
+6
*
Make builtin-commit.c more careful about parenthood
Linus Torvalds
2008-01-16
1
-5
/
+19
*
git-commit: fix double close(2) that can close a wrong file descriptor
Kristian Høgsberg
2008-01-16
1
-4
/
+4
*
Revert "builtin-commit.c: remove useless check added by faulty cut and paste"
Junio C Hamano
2008-01-14
1
-0
/
+2
*
builtin-commit.c: remove useless check added by faulty cut and paste
Junio C Hamano
2008-01-14
1
-2
/
+0
*
Fix performance regression for partial commits
Linus Torvalds
2008-01-13
1
-9
/
+28
*
Allow selection of different cleanup modes for commit messages
Alex Riesen
2007-12-23
1
-4
/
+38
*
builtin-commit: avoid double-negation in the code.
Junio C Hamano
2007-12-23
1
-6
/
+6
*
builtin-commit: fix amending of the initial commit
Junio C Hamano
2007-12-23
1
-4
/
+4
*
fix git commit --amend -m "new message"
Junio C Hamano
2007-12-20
1
-1
/
+5
*
builtin-commit: make summary output consistent with status
Junio C Hamano
2007-12-17
1
-0
/
+3
*
builtin-commit: fix summary output.
Junio C Hamano
2007-12-17
1
-0
/
+1
*
commit: allow --amend to reuse message from another commit
Junio C Hamano
2007-12-15
1
-1
/
+1
*
git-commit: squelch needless message during an empty merge
Junio C Hamano
2007-12-13
1
-4
/
+5
*
commit: do not add extra LF at the end of the summary.
Junio C Hamano
2007-12-11
1
-3
/
+7
*
Re-fix "builtin-commit: fix --signoff"
Junio C Hamano
2007-12-09
1
-2
/
+2
*
Fix commit-msg hook to allow editing
Junio C Hamano
2007-12-09
1
-4
/
+5
*
Allow --no-verify to bypass commit-msg hook
Wincent Colaiuta
2007-12-09
1
-1
/
+2
*
add status.relativePaths config variable
Jeff King
2007-12-08
1
-1
/
+2
*
Merge branch 'wc/add-i'
Junio C Hamano
2007-12-05
1
-6
/
+6
|
\
|
*
add -i: Fix running from a subdirectory
Junio C Hamano
2007-11-25
1
-1
/
+1
|
*
Merge branch 'kh/commit' into wc/add-i
Junio C Hamano
2007-11-25
1
-6
/
+6
*
|
git-commit --allow-empty
Junio C Hamano
2007-12-03
1
-2
/
+3
*
|
git-commit: Allow to amend a merge commit that does not change the tree
Junio C Hamano
2007-12-03
1
-1
/
+10
*
|
Make git status usage say git status instead of git commit
Shawn Bohrer
2007-12-03
1
-5
/
+10
*
|
Fix --signoff in builtin-commit differently.
Junio C Hamano
2007-12-03
1
-4
/
+2
*
|
git-commit: clean up die messages
Jeff King
2007-12-02
1
-10
/
+9
*
|
Do not generate full commit log message if it is not going to be used
Alex Riesen
2007-11-28
1
-0
/
+22
*
|
Fix off-by-one error when truncating the diff out of the commit message.
Kristian Høgsberg
2007-11-26
1
-1
/
+1
*
|
builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.
Pierre Habouzit
2007-11-26
1
-3
/
+6
|
/
*
builtin-commit: Include the diff in the commit message when verbose.
Kristian Høgsberg
2007-11-23
1
-1
/
+7
*
builtin-commit: fix partial-commit support
Junio C Hamano
2007-11-23
1
-40
/
+202
*
builtin-commit: run commit-msg hook with correct message file
Junio C Hamano
2007-11-23
1
-1
/
+1
*
builtin-commit: do not color status output shown in the message template
Junio C Hamano
2007-11-23
1
-1
/
+4
[next]