Merge branch 'nd/magic-pathspec'
commit4cebbe6f55269be0ce2fbc94457512a71c9c5262
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 19:10:29 +0000 (30 12:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 19:10:33 +0000 (30 12:10 -0700)
tree526efb294ec96e12f366e2c0f8367d713f643b43
parent414b7033b16f23b724ea81d71c4b74ef42edad17
parentc8556c6213cf6dca63f29f98ad9d074f6c5f8233
Merge branch 'nd/magic-pathspec'

All callers to parse_pathspec() must choose between getting no
pathspec or one path that is limited to the current directory
when there is no paths given on the command line, but there were
two callers that violated this rule, triggering a BUG().

* nd/magic-pathspec:
  Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags
line-log.c
revision.c