author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Mon, 23 Oct 2006 23:01:57 +0000 (01:01 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Oct 2006 03:25:32 +0000 (20:25 -0700) | ||
commit | e827633a5d7d627eb1170b2d0c71e944d0d56faf | |
tree | 059f497ca4651fef41e9a8063fea75144944e85f | tree | snapshot |
parent | 1259404c7e5cd88b7f6692986469cd20cbfacdad | commit | diff |
Built-in cherry
This replaces the shell script git-cherry with a version written in C.
The behaviour of the new version differs from the original in two
points: it has no long help any more, and it is handling the (optional)
third parameter a bit differently. Basically, it does the equivalent
of
ours=`git-rev-list $ours ^$limit ^$upstream`
instead of
ours=`git-rev-list $ours ^$limit`
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This replaces the shell script git-cherry with a version written in C.
The behaviour of the new version differs from the original in two
points: it has no long help any more, and it is handling the (optional)
third parameter a bit differently. Basically, it does the equivalent
of
ours=`git-rev-list $ours ^$limit ^$upstream`
instead of
ours=`git-rev-list $ours ^$limit`
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history | |
builtin-log.c | diff | blob | history | |
builtin.h | diff | blob | history | |
git-cherry.sh | [deleted file] | blob | history |
git.c | diff | blob | history |