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

[git-users] Re: git list files

2013-01-11 Thread Blind
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 enough, or you have better ideas? 11 януари 2013, петък, 22:05:56 UTC+2, Blind написа: Hi.