Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] Audit rev-parse users. | Junio C Hamano | 2005-07-22 | 1 | -4/+4 |
| | | | | | | | | This patch changes rev-parse users that pass a single argument that is supposed to be a rev parameter to use "--verify". Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | [PATCH] git-rebase-script: rebase local commits to new upstream head. | Junio C Hamano | 2005-06-25 | 1 | -0/+49 |
Using git-cherry, forward port local commits missing from the new upstream head. This also depends on "-m" flag support in git-commit-script. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |