mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Rewrite "git-frotz" to "git frotz"
This uses the remove-dashes target to replace "git-frotz" to "git frotz". Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -18,8 +18,8 @@ head=${3-HEAD}
|
||||
[ "$base" ] || usage
|
||||
[ "$url" ] || usage
|
||||
|
||||
baserev=`git-rev-parse --verify "$base"^0` &&
|
||||
headrev=`git-rev-parse --verify "$head"^0` || exit
|
||||
baserev=`git rev-parse --verify "$base"^0` &&
|
||||
headrev=`git rev-parse --verify "$head"^0` || exit
|
||||
|
||||
merge_base=`git merge-base $baserev $headrev` ||
|
||||
die "fatal: No commits in common between $base and $head"
|
||||
|
||||
Reference in New Issue
Block a user