commit | 8e676e8ba567eccee1510b90ec2e0364dcc2f3b4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jul 02 12:33:52 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 09 16:42:22 2012 -0700 |
tree | 341634278902944c38c12eb1a39422f3f505f50c | |
parent | cd74e4733db3e2353077bdc7021caa70bed2a483 [diff] |
revision.c: allow handle_revision_arg() to take other flags The existing "cant_be_filename" that tells the function that the caller knows the arg is not a path (hence it does not have to be checked for absense of the file whose name matches it) is made into a bit in the flag word. Signed-off-by: Junio C Hamano <gitster@pobox.com>