Re: [PATCH] Cogito: Use git-rev-parse instead of cg-Xnormid.
From: Petr Baudis <hidden>
Date: 2016-06-15 22:42:01
Dear diary, on Mon, Jul 04, 2005 at 12:40:52AM CEST, I got a letter where Linus Torvalds [off-list ref] told me that...
On Sun, 3 Jul 2005, Petr Baudis wrote:quoted
That's right. Well, for everything but the short id matching we could just check the ID validity by git-rev-parse instead of peeking into the object store - I just did that.What's the format of the short ID? Minimum 6 characters of the SHA1 or something? Pack-files in many ways should be even easier to look up the ID in, since the pack-file index has all the SHA1's for that pack file listed in sorted order, so it should be fairly easy to just look it up based on the first few bytes.. If somebody sends me a patch, that should be fine.
Actually, the minimum is 4 characters, but that shouldn't be much of an issue. Cogito's behaviour is to raise an error in case of multiple matches; but that could be controlled by a switch too... bash$ complete -C git-rev-parse git* cg* I will cook up a patch in a day or two if noone outruns me. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ <Espy> be careful, some twit might quote you out of context..