Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT 1.1.2
[gitweb.git]
/
rev-list.c
diff --git
a/rev-list.c
b/rev-list.c
index 8020d974f2fc84d477920bd10ea450c44fce0a77..d0609666a1c5732aa9bc9359d70fd3cf65555c29 100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-850,7
+850,8
@@
int main(int argc, const char **argv)
handle_one_commit(commit, &list);
}
- if (!list)
+ if (!list &&
+ (!(tag_objects||tree_objects||blob_objects) && !pending_objects))
usage(rev_list_usage);
paths = get_pathspec(prefix, argv + i);