Age | Commit message (Expand) | Author | Files | Lines |
2006-09-20 | git log: Unify header_filter and message_filter into one. | Junio C Hamano | 1 | -2/+1 |
2006-09-20 | revision traversal: prepare for commit log match. | Junio C Hamano | 1 | -0/+4 |
2006-09-07 | pack-objects --unpacked=<existing pack> option. | Junio C Hamano | 1 | -1/+5 |
2006-09-05 | revision.c: allow injecting revision parameters after setup_revisions(). | Junio C Hamano | 1 | -0/+2 |
2006-08-28 | Add --relative-date option to the revision interface | Jonas Fonseca | 1 | -1/+2 |
2006-07-28 | Call setup_git_directory() early | Linus Torvalds | 1 | -1/+1 |
2006-07-14 | git-format-patch: Make the second and subsequent mails replies to the first | Josh Triplett | 1 | -0/+2 |
2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -5/+7 |
2006-06-16 | gitweb.cgi history not shown | Linus Torvalds | 1 | -0/+1 |
2006-06-02 | format-patch: resurrect extra headers from config | Johannes Schindelin | 1 | -0/+1 |
2006-05-31 | format-patch --signoff | Junio C Hamano | 1 | -0/+1 |
2006-05-21 | fmt-patch: Support --attach | Johannes Schindelin | 1 | -0/+1 |
2006-05-05 | Teach fmt-patch about --numbered | Johannes Schindelin | 1 | -0/+1 |
2006-04-18 | Merge branch 'lt/logopt' | Junio C Hamano | 1 | -1/+22 |
2006-04-17 | Log message printout cleanups | Linus Torvalds | 1 | -4/+4 |
2006-04-16 | rev-list --boundary: show boundary commits even when limited otherwise. | Junio C Hamano | 1 | -1/+2 |
2006-04-16 | log/whatchanged/show - log formatting cleanup. | Junio C Hamano | 1 | -0/+1 |
2006-04-16 | Tentative built-in "git show" | Linus Torvalds | 1 | -0/+1 |
2006-04-14 | Common option parsing for "git log --diff" and friends | Linus Torvalds | 1 | -1/+20 |
2006-04-10 | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 1 | -2/+5 |
2006-04-08 | Make "--parents" logs also be incremental | Linus Torvalds | 1 | -0/+1 |
2006-03-31 | Move "--parent" parsing into generic revision.c library code | Linus Torvalds | 1 | -1/+2 |
2006-03-28 | rev-list --boundary | Junio C Hamano | 1 | -1/+3 |
2006-03-10 | rev-lib: Make it easy to do rename tracking (take 2) | Fredrik Kuivinen | 1 | -1/+17 |
2006-03-01 | git-log (internal): more options. | Junio C Hamano | 1 | -0/+1 |
2006-03-01 | Rip out merge-order and make "git log <paths>..." work again. | Linus Torvalds | 1 | -0/+2 |
2006-02-28 | git-rev-list libification: rev-list walking | Linus Torvalds | 1 | -1/+5 |
2006-02-27 | Splitting rev-list into revisions lib, end of beginning. | Linus Torvalds | 1 | -1/+3 |
2006-02-26 | First cut at libifying revlist generation | Linus Torvalds | 1 | -0/+48 |
2005-04-21 | Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". | Linus Torvalds | 1 | -164/+0 |
2005-04-17 | Make the revision tracking track the object types too. | Linus Torvalds | 1 | -8/+14 |
2005-04-17 | Make "parse_commit" return the "struct revision" for the commit. | Linus Torvalds | 1 | -3/+3 |
2005-04-17 | Make "revision.h" slightly better to use. | Linus Torvalds | 1 | -6/+10 |
2005-04-17 | Move "parse_commit()" into common revision.h file. | Linus Torvalds | 1 | -0/+40 |
2005-04-13 | Use common "revision.h" header for both fsck and rev-tree. | Linus Torvalds | 1 | -0/+114 |