Re: Add an alias for --abort option

2014-11-21 Thread Vitaly Lipatov
Michael J Gruber писал 2014-11-21 18:44: Vitaly Lipatov schrieb am 21.11.2014 um 13:41: Hello, is it allowed add alias '--abandone' for --abort option in git commands (git am, git rebase, etc.)? The word 'abort' have too negative meaning in the russian language. But that is the english loca

Re: Add an alias for --abort option

2014-11-21 Thread Michael J Gruber
Vitaly Lipatov schrieb am 21.11.2014 um 13:41: > Hello, > > is it allowed add alias '--abandone' for --abort option in git commands > (git am, git rebase, etc.)? > The word 'abort' have too negative meaning in the russian language. But that is the english localisation. We do have git in other la

Add an alias for --abort option

2014-11-21 Thread Vitaly Lipatov
Hello, is it allowed add alias '--abandone' for --abort option in git commands (git am, git rebase, etc.)? The word 'abort' have too negative meaning in the russian language. For example, for git am we have three option names for continue operation: --continue, -r, --resolved -- Vitaly Lipa