On Sat, 25 Nov 2006 02:12:38 -0800, Junio C Hamano wrote: > * The new "--depth $n" parameter to git clone/fetch tries to > limit the commit ancestry depth to $n. I'm very excited to see the shallow clone stuff coming online. Thanks to everybody that is working on that! Has though been given to make the depth selection consistent with other limiting options for rev-parse and rev-list? For example, I'd like to be able to use --since to get a shallow clone, (so should --depth instead be --max-count?, and can we re-use some existing machinery here?). > Petr Baudis (1): > Make git-clone --use-separate-remote the default ... > Junio C Hamano (19): > git-merge: make it usable as the first class UI Also very exciting. Please do keep up the user-interface improvements, everybody. -Carl