Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ulrich Windl
Date: Tuesday, August 26, 2008 - 11:00 pm

On 26 Aug 2008 at 18:45, Andi Kleen wrote:


Hi!

Just let me throw in one thought:

Whether files in /usr/bin, or command completions: Long linear lists are a thing 
humans don't like. For the directory issue, one could (assuming a two-level 
hierarchy) take the square root of the number of binaries and create that many 
directories to put the files in (in theory). Likewise for git<TAB><TAB> one could 
deduce the list by making two levels out of one (i.e. sub-sommands).

In HP-UX many commands (or "subsystems") use /opt/<subsys>/{bin,sbin} to place 
their binaries. PATH usually does not contain all of them. That's against Linux 
philosophy I think, and I really don't like huge PATHs, but it may be one solution 
to reduce the size of linear lists. It won't help against the git<TAB><TAB> issue 
directly, however.

Regards,
Ulrich

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFD] On deprecating &quot;git-foo&quot; for builtins, Junio C Hamano, (Sat Aug 23, 8:33 pm)
[PATCH] bash completion: Hide more plumbing commands, Petr Baudis, (Tue Aug 26, 10:11 am)
Re: [PATCH] bash completion: Hide more plumbing commands, Shawn O. Pearce, (Tue Aug 26, 10:24 am)
Re: [PATCH] bash completion: Hide more plumbing commands, Jakub Narebski, (Tue Aug 26, 10:38 am)
Re: [PATCH] bash completion: Hide more plumbing commands, Jakub Narebski, (Tue Aug 26, 10:43 am)
Re: [PATCH] bash completion: Hide more plumbing commands, Junio C Hamano, (Tue Aug 26, 11:25 am)
Re: [PATCH] bash completion: Hide more plumbing commands, Shawn O. Pearce, (Tue Aug 26, 11:27 am)
Re: [PATCH] bash completion: Hide more plumbing commands, Daniel Barkalow, (Tue Aug 26, 12:04 pm)
Re: [PATCH] bash completion: Hide more plumbing commands, Shawn O. Pearce, (Tue Aug 26, 12:07 pm)
Re: [PATCH] bash completion: Hide more plumbing commands, Daniel Barkalow, (Tue Aug 26, 12:23 pm)
Re: [kernel.org users] [RFD] On deprecating "git-foo" for ..., Ulrich Windl, (Tue Aug 26, 11:00 pm)
Re: [RFD] On deprecating &quot;git-foo&quot; for builtins, Jean Delvare, (Wed Aug 27, 12:42 am)
git-show vs git-log (or: git show vs git log), Dominik Brodowski, (Thu Aug 28, 12:46 am)
Re: git-* in test scripts, Junio C Hamano, (Thu Aug 28, 5:04 pm)
Re: git-* in test scripts, Jeff King, (Thu Aug 28, 5:10 pm)
Re: [PATCH] bash completion: Hide more plumbing commands, Junio C Hamano, (Wed Sep 3, 9:57 pm)