Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] git: git-commit-script ignores $GIT_DIR | Alexey Guzeev | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | [PATCH] Buglets fix in the new two scripts | Junio C Hamano | 2005-05-30 | 1 | -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 script | Linus Torvalds | 2005-05-30 | 1 | -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. |