Re: [git-users] Re: git list files

2013-01-12 Thread Konstantin Khomoutov
On Fri, 11 Jan 2013 23:16:08 -0800 (PST) Blind stoycho.slept...@gmail.com wrote: In other words, do you think something like: ls -1 | awk '{git log -1 --pretty=format:\%ci %h %an\ -- $1 | getline g; print g, $1; close(git log -1 --pretty=format:\%ci %h %an \ -- $1)}' is efficient

Re: [git-users] git list files

2013-01-12 Thread Konstantin Khomoutov
On Sat, 12 Jan 2013 14:47:03 +0400 Konstantin Khomoutov flatw...@users.sourceforge.net wrote: [...] You could roll your own history walking using calls to the `git cat-file` plumbing command [...] You could first try a no-brainer approach though: start from the specified revision (say, HEAD),

Re: [git-users] git list files

2013-01-12 Thread Blind
Thanks alot for your answer, Konstantin, I will try to think a bit more for some acceptable user-level solution, and if I don't come up with anything good I will bring up the question to main Git list, as you suggest. Thanks again, Blind. 12 януари 2013, събота, 13:04:45 UTC+2, Konstantin