On Wed, 2006-01-04 at 13:31 -0800, Linus Torvalds wrote:
On Wed, 4 Jan 2006, Darrin Thompson wrote:
quoted
Would it be hard to make git-ls-files optionally do this?
Something like the appended may or may not be what you're looking for..
Worked great!
quoted hunk ↗ jump to hunk
@@ -19,6 +19,7 @@ static int show_stage = 0;
static int show_unmerged = 0;
static int show_modified = 0;
static int show_killed = 0;
+static int show_ignored_directories = 0;
static int line_terminator = '\n';
Did you perhaps mean s/ignored/other/g ? I thought maybe you were being
clever but I couldn't get it to do anything useful with -i, only -o.
--
Darrin