On 27 July 2011 09:22, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > Junio C Hamano venit, vidit, dixit 25.07.2011 21:02: >> Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: >> >> Also what is the "same >> problem"? > > The one reported by the OP for commit: > > git rm ../a > git commit -m "blurb" ../a > error: pathspec '../a' did not match any file(s) known to git. Actually, this is not what I reported. This explains why I couldn't quite understand the direction this thread took. Look again: $ cat ~/reportbug-git $ git rm -f ../INSTALL rm 'INSTALL' $ git ci -m "INSTALL is now provided by gnulib." ../INSTALL error: pathspec 'ALL' did not match any file(s) known to git. $ cd .. $ git ci -m "INSTALL is now provided by gnulib." INSTALL [master 0895314] INSTALL is now provided by gnulib. 1 files changed, 0 insertions(+), 1 deletions(-) delete mode 120000 INSTALL The thing I didn't understand is that I tried to check in ../INSTALL, but git complained about pathspec 'ALL'. -- http://rrt.sc3d.org -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html