On Wednesday 24 December 2008 14:39:28 Saifi Khan wrote: > Hi Namita: > > i was trying to clone the uemacs git repository from > http://www.kernel.org/pub/software/editors/uemacs/uemacs.git > > Noticed that as my repository was populated, there were bunch of > lines that had 'walk' prefix before the hashes. > > Please see the complete log 'with highlighted lines' at > http://twincling.pastebin.com/m17a39af4 > > What is the interpretation of 'walk' in this case ? > and how 'got' relates to it ? > > > thanks > Saifi. >
Hi Saifi, The 'got' denotes the commits that it gets/merges into your repository. Not sure what the 'walk' means. Probably it means 'walk over' i.e. not merge the change. I'll check out the code and post my findings. Namita

