Re: [PATCH] git-rebase.sh: Unchain the git-COMMAND into git COMMAND
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:10
Hi,
On Mon, 4 Feb 2008, Jari Aalto wrote:
-Example: git-rebase master~1 topic
+Example: git rebase master~1 topic
From 36e5e70e0f40cf7ca4351b8159d68f8560a2805f(Start deprecating
"git-command" in favor of "git command"):
(For non-builtins, the "git xyzzy" format implies an extra execve(), so
this script leaves those alone).
Hth,
Dscho