[git-users] Re: git list files

2013-01-13 Thread Blind
If someone is still interested in this subject can check the following threads at Git mailing list: http://thread.gmane.org/gmane.comp.version-control.git/213337 http://thread.gmane.org/gmane.comp.version-control.git/168323 Blind. 11 януари 2013, петък, 22:05:56 UTC+2, Blind написа: > > Hi. > >

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

2013-01-12 Thread Konstantin Khomoutov
On Fri, 11 Jan 2013 23:16:08 -0800 (PST) Blind 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 enough, or you hav

[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 написа: