| commit | 918c03c2a7c8730dcfd413098b3dc05fa0f3166d | [log] [tgz] |
|---|---|---|
| author | SZEDER Gábor <szeder@ira.uka.de> | Tue Sep 15 12:21:43 2009 +0200 |
| committer | Junio C Hamano <gitster@pobox.com> | Tue Sep 22 12:47:26 2009 -0700 |
| tree | 6312a54cb26c73ca16de46562551ec6971315af0 | |
| parent | 3696c4ce89d97c34566a4a89720cfdae2a86fa38 [diff] |
bash: rename __git_find_subcommand() to __git_find_on_cmdline() __git_find_subcommand() was originally meant to check whether subcommands are already present on the command line. But the code is general enough to be used for checking the presence of command line options as well, and the next commit will use it for that purpose, so let's give it a more general name. Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>