On 09/09/09 14:09, kwerle wrote:
> Thanks for GitX .7!
You're welcome ;)

> Why does GitX want to know the path to git?
Because GitX has no copy of "git" builtin or anything, and especially 
under Mac-OS there is a variety of locations where git might be 
installed (think: fink, macports, homedir, custom-in-general) and it is  
nicest to give users the option to choose which git to use.

> When I'm looking at the commit tree, why are some commits out of order?
Well, what do you mean? If you mean "not in the order git log shows them"  
then you probably sorted the table using one of the columns. See the 
user-manual on the website about that.

If you mean "not in the order the commit-date indicates" then you should 
make yourself familiar with the concepts of commits in git in general, 
i.e. the date is only an indicator when that change/patch was created, 
but the order in which someone (like Pieter) applies those patches to 
their repository determines the history.

Hope I made myself clear.

Greetings,
Jojo

-- 
Johannes Gilger <[email protected]>
http://heipei.net
GPG-Key: 0x42F6DE81
GPG-Fingerprint: BB49 F967 775E BB52 3A81  882C 58EE B178 42F6 DE81

Reply via email to