[Webkit-unassigned] [Bug 48272] REGRESSION(r70437): Git.revisions_changing_file no longer raises for non-existant files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 15:37:35 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48272





--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-10-25 15:37:35 PST ---
% git log non_existant_file
fatal: ambiguous argument 'non_existant_file': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions

% git log -- non_existant_file

however just churns for a long while and then outputs nothing and exits 0.  Both of those behaviors seem bad.  I wonder if there is some flag we should pass to git.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list