diff options
author | Philip Jägenstedt <philip@foolip.org> | 2012-02-22 09:58:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-22 13:59:58 -0800 |
commit | 6e8c755fd3fd2efab0e2dcdc16c8a17a61efa760 (patch) | |
tree | d4b3092372f2c0d84584e841d6ece1de221f9b37 /git-am.sh | |
parent | completion: remote set-* <name> and <branch> (diff) | |
download | tgif-6e8c755fd3fd2efab0e2dcdc16c8a17a61efa760.tar.xz |
completion: normalize increment/decrement style
The style used for incrementing and decrementing variables was fairly
inconsistenty and was normalized to use x++, or ((x++)) in contexts
where the former would otherwise be interpreted as a command. This is a
bash-ism, but for obvious reasons this script is already bash-specific.
Signed-off-by: Philip Jägenstedt <philip@foolip.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-am.sh')
0 files changed, 0 insertions, 0 deletions