diff options
author | Jon Seymour <jon.seymour@gmail.com> | 2011-08-05 23:31:29 +1000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-05 15:04:48 -0700 |
commit | 285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81 (patch) | |
tree | f240f3d7fc65bbf14ccd3f57c963d8047f01036d /git-rebase.sh | |
parent | 5d2fc9135a35284176e99708b9b6f32c9e6eb7a2 (diff) | |
download | git-285c6cbf3c8eeadb6d4d4c3203888809e1cc7a81.tar.gz |
misc-sh: fix up whitespace in some other .sh files.
I found that the patched 4 files were different when this
filter is applied.
expand -i | unexpand --first-only
This patch contains the corrected files.
Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-rebase.sh')
-rwxr-xr-x | git-rebase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rebase.sh b/git-rebase.sh index 266a4c13bb..6759702c57 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -22,7 +22,7 @@ currently checked out branch is used. Example: git-rebase master~1 topic - A---B---C topic A'\''--B'\''--C'\'' topic + A---B---C topic A'\''--B'\''--C'\'' topic / --> / D---E---F---G master D---E---F---G master ' |