Found 28 matching messages (0.035 seconds). Page 1 of 2.
... are two ways: - "git log" can itself do a lot of filtering. Both on date ... to filter info like this very quickly? Git definitely was designed to do it. ... UNIX scripting, but the *easy* cases git does internally. Linus - To unsubscribe from this ...
git - Linus Torvalds - Feb 7 2007 - 13:12
... is the easiest way to filter info inside a > commit message. > ... User has > submitted to the git project. > I know I can ... However, if I > wanted to filter on something like "Signed-off- ... /tricks would be helpful. Maybe: git log | awk -v sob="Joe ...
git - Uwe - Feb 7 2007 - 13:01
... id. However, if I > wanted to filter on something like "Signed-off-by: Joe ... designed to filter info like this very quickly? You can use "git log --grep=< ... Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send ...
git - Jakub Narebski - Feb 7 2007 - 12:55
> - "git log" can itself do a lot of filtering. Both on date, on revisions, > on ... and Z" _and_ on strings. > > See "man git-rev-list" for more (it doesn't ... from this list: send the line "unsubscribe git" in the body of a message to ...
git - Don Zickus - Feb 7 2007 - 14:19
... Hamano
git - Michael S. Tsirkin - Aug 17 2006 - 04:58
... 7 Feb 2007, Linus Torvalds wrote: > > git log --pretty -z | Gaah. If all you want is normal logs, you don't need the "-- ... " will give you zero-terminated logs. But if you want to grep ... list: send the line "unsubscribe git" in the body of a ...
git - Linus Torvalds - Feb 7 2007 - 14:16
... make --grep case insensitive When calling git log --grep=blabla -i --grep=blublu the ... changed, 9 insertions(+), 0 deletions(-) diff --git a/revision.c b/revision.c index ... this list: send the line "unsubscribe git" in the body of a message to ...
git - Johannes Schindelin - Feb 7 2007 - 13:25
... "
git - Junio C Hamano - Aug 17 2006 - 04:43
... make --grep case insensitive > > When calling > > git log --grep=blabla -i --grep=blublu > ... changed, 9 insertions(+), 0 deletions(-) > > diff --git a/revision.c b/revision.c > ... this list: send the line "unsubscribe git" in the body of a message to ...
git - Junio C Hamano - Feb 7 2007 - 16:47
... patch would probably be conditional): diff --git a/Makefile b/Makefile index aca96c8.. ... are some less rudimentary but non-git performance tests here: http://www.boost. ... caused some confusion during my testing: git-grep still uses external grep for ...
git - Jeff King - Feb 8 2007 - 02:16
... command takes options applicable to the git-rev-list(1) command to control ... , and options applicable to the git-diff-tree(1) commands to control ... . so you have to look at both git-rev-list and ... list: send the line "unsubscribe git" in the body of a ...
git - Linus Torvalds - Feb 7 2007 - 14:27
... other: GNU regex-0.12, Git _without_ external grep (relies on glibc's regex), Git _with_ external grep ("original"), pcre, and for ... pagefaults 0swaps BTW this was "git grep Lin.*valds" on linux ... list: send the line "unsubscribe git" in the body of a ...
git - Johannes Schindelin - Mar 7 2007 - 13:37
... PCRE performance like? I'd hate to make "git grep" slower, and it would be stupid and ... it might be interesting to hear if doing "git grep" is slower or faster.. (I realize ... from this list: send the line "unsubscribe git" in the body of a message to ...
git - Linus Torvalds - Feb 7 2007 - 17:53
... PCRE performance like? I'd hate to make "git grep" slower, and it > > would be stupid and ... > > interesting to hear if doing "git grep" is slower or faster.. > > ... unsubscribe from this list: send the line "unsubscribe git" in the body of a message to ...
git - Johannes Schindelin - Feb 8 2007 - 14:06
... libxdiff _exactly_ to ensure consistency between different git installations (remember, diff behaves quite differently on ... do not like the idea of using git on some random box, only to ... this list: send the line "unsubscribe git" in the body of a message ...
git - Johannes Schindelin - Feb 8 2007 - 20:18
... _exactly_ to ensure consistency between different git > installations (remember, diff behaves quite differently on ... license. Can we ship it with git, like we ship libxdiff? I want ... this list: send the line "unsubscribe git" in the body of a message ...
git - Shawn O. Pearce - Feb 8 2007 - 20:23
... _exactly_ to ensure consistency between different > > git installations (remember, diff behaves quite differently ... license. Can we ship it with git, like we > ship libxdiff? I want ... this list: send the line "unsubscribe git" in the body of a message ...
git - Johannes Schindelin - Feb 8 2007 - 20:45
... downside of not doing standard regexps would be too big. Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info. ...
git - Linus Torvalds - Feb 7 2007 - 17:03
... let you say "(?i)". That would all be post 1.5.0, though. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
git - Junio C Hamano - Feb 7 2007 - 17:09
... Casilla 110-V, Valparaiso, Chile Fax: +56 32 2797513 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info. ...
git - Horst H. von Brand - Feb 7 2007 - 21:59