git emacs mode patch

Previous thread: [PATCH] cogito: Escape $* in cg admin-setuprepro to fix problems with older bash versions by mcdmx on Thursday, March 15, 2007 - 6:53 am. (1 message)

Next thread: URLs in gitweb on git.kernel.org by Uwe on Thursday, March 15, 2007 - 8:46 am. (2 messages)
From: mega
Date: Thursday, March 15, 2007 - 6:03 am

The attached patch makes it possible to toggle show/hide of files with=20
up-to-date and unknown statuses with M-d and M-u.

Cheers,
G=E1bor Melis

Please CC me, I'm not on the list.
From: Alexandre Julliard
Date: Saturday, March 17, 2007 - 3:04 am

Why are you removing the ls-files -u?  This will break the detection

The status should be named 'uptodate instead of 'up-to-date since
that's what's used for individual files. Having two different
spellings for the same word would be very confusing.

-- 
Alexandre Julliard
julliard@winehq.org
-

From: mega
Date: Sunday, March 25, 2007 - 10:03 am

Attached updated patch that adresses these valid objections and only=20
lists files once.

G=C3=A1bor
From: Alexandre Julliard
Date: Monday, March 26, 2007 - 3:02 am

You don't want to do a git-find-status-file in all cases, this is
O(n^2) and becomes much too slow on a large project. That's the reason
there's a skip-existing flag, to avoid that cost in the common case.

-- 
Alexandre Julliard
julliard@winehq.org
-

Previous thread: [PATCH] cogito: Escape $* in cg admin-setuprepro to fix problems with older bash versions by mcdmx on Thursday, March 15, 2007 - 6:53 am. (1 message)

Next thread: URLs in gitweb on git.kernel.org by Uwe on Thursday, March 15, 2007 - 8:46 am. (2 messages)