summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-06-18 19:56:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-20 17:45:19 (GMT)
commit6d87780399e1196932cd5ea72f84aa90224e7402 (patch)
tree60383d002c2ca86a920a0f8df186c8e649a6495a /builtin
parent82e56767aa9334bb0c4cfe81964a576778b93d6e (diff)
downloadgit-6d87780399e1196932cd5ea72f84aa90224e7402.zip
git-6d87780399e1196932cd5ea72f84aa90224e7402.tar.gz
git-6d87780399e1196932cd5ea72f84aa90224e7402.tar.bz2
git: avoid magic number with skip_prefix
After handling options, any leftover arguments should be commands. However, we pass through "--help" and "--version", so that we convert them into "git help" and "git version" respectively. This is a straightforward use of skip_prefix to avoid a magic number, but while we are there, it is worth adding a comment to explain this otherwise confusing behavior. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions