summaryrefslogtreecommitdiff
path: root/git-commit-script
Commit message (Collapse)AuthorAgeFilesLines
* Make "git commit" clean up after itselfLinus Torvalds2005-06-191-5/+9
| | | | Noted by Jeff.
* Make "git commit" handle initial commits tooLinus Torvalds2005-06-141-12/+31
| | | | No need to confuse ex-CVS users with a complex initial commit sequence.
* Remove MERGE_HEAD after committing mergeLinus Torvalds2005-06-081-1/+2
|
* Make "git commit" work correctly in the presense of a manual mergeLinus Torvalds2005-06-081-2/+13
| | | | | | This has gotten only very light testing, but something like this is clearly necessary and did the right thing for the one case I threw at it.
* [PATCH] git: git-commit-script ignores $GIT_DIRAlexey Guzeev2005-06-011-1/+1
|
* [PATCH] Buglets fix in the new two scriptsJunio C Hamano2005-05-301-3/+1
| | | | | | | | | | | | | Should be obvious... - Use $VISUAL, $EDITOR, in this order if set, and fall back on vi. - Status R, C, D, N usually are followed by number, so adjust case arms to that pattern. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Add "commit" helper scriptLinus Torvalds2005-05-301-0/+15
This is meant to make raw git not hugely less usable than something like raw CVS. I want to make a 1.0 release of the plumbing, and the actual commit part was just too intimidating.