| Commit message (Expand) | Author | Age | Files | Lines |
* | sort_in_topological_order(): avoid setting a commit flag | Johannes Schindelin | 2008-07-23 | 1 | -2/+1 |
* | Merge branch 'ph/parseopt-step-blame' | Junio C Hamano | 2008-07-13 | 1 | -0/+8 |
|\ |
|
| * | revisions: refactor handle_revision_opt into parse_revision_opt. | Pierre Habouzit | 2008-07-09 | 1 | -2/+5 |
| * | revisions: split handle_revision_opt() from setup_revisions() | Pierre Habouzit | 2008-07-08 | 1 | -0/+4 |
| * | Merge branch 'jc/blame' (early part) into HEAD | Junio C Hamano | 2008-07-08 | 1 | -0/+1 |
| |\ |
|
| | * | revision traversal: --children option | Junio C Hamano | 2008-04-12 | 1 | -0/+1 |
* | | | Merge branch 'jc/report-tracking' | Junio C Hamano | 2008-07-13 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | stat_tracking_info(): clear object flags used during counting | Junio C Hamano | 2008-07-03 | 1 | -0/+1 |
| |/ / |
|
* | | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.c | Adam Brewster | 2008-07-05 | 1 | -0/+2 |
|/ / |
|
* | | log and rev-list: add --graph option | Adam Simpkins | 2008-05-05 | 1 | -1/+5 |
* | | revision API: split parent rewriting and parent printing options | Adam Simpkins | 2008-05-05 | 1 | -1/+2 |
* | | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 2008-04-10 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'db/cover-letter' | Junio C Hamano | 2008-02-27 | 1 | -1/+1 |
|\ |
|
| * | Improve message-id generation flow control for format-patch | Daniel Barkalow | 2008-02-19 | 1 | -1/+1 |
* | | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 2008-02-13 | 1 | -0/+1 |
|/ |
|
* | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 | 1 | -0/+2 |
* | Fix parent rewriting in --early-output | Linus Torvalds | 2007-11-14 | 1 | -1/+1 |
* | revision walker: mini clean-up | Linus Torvalds | 2007-11-05 | 1 | -4/+1 |
* | Enhance --early-output format | Linus Torvalds | 2007-11-05 | 1 | -0/+8 |
* | Add "--early-output" log flag for interactive GUI use | Linus Torvalds | 2007-11-04 | 1 | -0/+4 |
* | Simplify topo-sort logic | Linus Torvalds | 2007-11-04 | 1 | -3/+1 |
* | Add --log-size to git log to print message size | Marco Costalba | 2007-08-14 | 1 | -0/+1 |
* | More missing static | Junio C Hamano | 2007-06-08 | 1 | -3/+0 |
* | Handle return code of parse_commit in revision machinery | Alex Riesen | 2007-05-06 | 1 | -1/+1 |
* | Add --date={local,relative,default} | Junio C Hamano | 2007-04-25 | 1 | -2/+2 |
* | store mode in rev_list, if <tree>:<filename> syntax is used | Martin Koegler | 2007-04-24 | 1 | -0/+1 |
* | git-log --cherry-pick A...B | Junio C Hamano | 2007-04-11 | 1 | -0/+1 |
* | Add custom subject prefix support to format-patch (take 3) | Robin H. Johnson | 2007-04-11 | 1 | -0/+1 |
* | git-log --first-parent: show only the first parent log | Junio C Hamano | 2007-03-14 | 1 | -1/+2 |
* | Merge branch 'jc/boundary' | Junio C Hamano | 2007-03-11 | 1 | -3/+6 |
|\ |
|
| * | revision traversal: retire BOUNDARY_SHOW | Junio C Hamano | 2007-03-06 | 1 | -2/+1 |
| * | revision walker: Fix --boundary when limited | Junio C Hamano | 2007-03-06 | 1 | -2/+6 |
* | | format-patch: add --inline option and make --attach a true attachment | Johannes Schindelin | 2007-03-04 | 1 | -0/+1 |
|/ |
|
* | Teach revision machinery about --reverse | Johannes Schindelin | 2007-01-20 | 1 | -1/+2 |
* | Teach the revision walker to walk by reflogs with --walk-reflogs | Johannes Schindelin | 2007-01-20 | 1 | -0/+2 |
* | Teach log family --encoding | Junio C Hamano | 2006-12-26 | 1 | -0/+1 |
* | Merge branch 'jc/skip-count' | Junio C Hamano | 2006-12-25 | 1 | -0/+1 |
|\ |
|
| * | revision: --skip=<n> | Junio C Hamano | 2006-12-20 | 1 | -0/+1 |
* | | Revert "Make left-right automatic." | Junio C Hamano | 2006-12-19 | 1 | -1/+0 |
* | | Make left-right automatic. | Junio C Hamano | 2006-12-17 | 1 | -0/+1 |
* | | Teach all of log family --left-right output. | Junio C Hamano | 2006-12-17 | 1 | -0/+1 |
* | | rev-list --left-right | Junio C Hamano | 2006-12-17 | 1 | -0/+1 |
|/ |
|
* | git log: Unify header_filter and message_filter into one. | Junio C Hamano | 2006-09-20 | 1 | -2/+1 |
* | revision traversal: prepare for commit log match. | Junio C Hamano | 2006-09-20 | 1 | -0/+4 |
* | pack-objects --unpacked=<existing pack> option. | Junio C Hamano | 2006-09-07 | 1 | -1/+5 |
* | revision.c: allow injecting revision parameters after setup_revisions(). | Junio C Hamano | 2006-09-05 | 1 | -0/+2 |
* | Add --relative-date option to the revision interface | Jonas Fonseca | 2006-08-28 | 1 | -1/+2 |
* | Call setup_git_directory() early | Linus Torvalds | 2006-07-28 | 1 | -1/+1 |
* | git-format-patch: Make the second and subsequent mails replies to the first | Josh Triplett | 2006-07-14 | 1 | -0/+2 |
* | Add "named object array" concept | Linus Torvalds | 2006-06-19 | 1 | -5/+7 |