projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ec2b4
)
git-checkout-script: Remove unnecessary variable.
author
Junio C Hamano
<junkio@cox.net>
Fri, 2 Sep 2005 17:39:57 +0000
(10:39 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 2 Sep 2005 17:39:57 +0000
(10:39 -0700)
There was unused variable $i that counted the number of arguments
being processed. Remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout-script
patch
|
blob
|
history
diff --git
a/git-checkout-script
b/git-checkout-script
index
9feff14
..
b31ded7
100755
(executable)
--- a/
git-checkout-script
+++ b/
git-checkout-script
@@
-37,7
+37,6
@@
while [ "$#" != "0" ]; do
fi
;;
esac
- i=$(($i+1))
done
[ -z "$new" ] && new=$old