1
0
mirror of https://github.com/git/git.git synced 2024-10-23 02:49:36 +02:00
git/contrib/completion
Philip Jägenstedt 6e8c755fd3 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>
2012-02-22 13:59:58 -08:00
..
git-completion.bash completion: normalize increment/decrement style 2012-02-22 13:59:58 -08:00