Re: [PATCH 1/3] pull: prefer invoking git command over git-command

2013-04-14 Thread Philip Oakley
From: Ramkumar Ramachandra artag...@gmail.com Sent: Saturday, April 13, 2013 10:15 PM 14e5d40c (pull: Fix parsing of -Xoption, 2010-01-17) added the lines containing git-push and git-merge, even though the prevelant style s /git-push/git rebase/The fix is to a git-rebase not git-push

[PATCH 1/3] pull: prefer invoking git command over git-command

2013-04-13 Thread Ramkumar Ramachandra
14e5d40c (pull: Fix parsing of -Xoption, 2010-01-17) added the lines containing git-push and git-merge, even though the prevelant style at the time was to use the unhyphenated git command form. Fix this. Signed-off-by: Ramkumar Ramachandra artag...@gmail.com --- git-pull.sh | 4 ++-- 1 file