| Commit message (Expand) | Author | Age | Files | Lines |
* | log --pretty: do not accept bogus "--prettyshort" | Junio C Hamano | 2008-05-25 | 1 | -1/+6 |
* | log --graph: do not accept log --graphbogus | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
* | get_revision(): honor the topo_order flag for boundary commits | Adam Simpkins | 2008-05-25 | 1 | -16/+57 |
* | Fix output of "git log --graph --boundary" | Adam Simpkins | 2008-05-25 | 1 | -1/+1 |
* | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 2008-05-25 | 1 | -1/+1 |
* | Merge branch 'sv/first-parent' | Junio C Hamano | 2008-05-21 | 1 | -8/+6 |
|\ |
|
| * | revision.c: really honor --first-parent | Lars Hjemli | 2008-05-12 | 1 | -4/+4 |
| * | Simplify and fix --first-parent implementation | Stephen R. van den Berg | 2008-04-29 | 1 | -6/+4 |
* | | log and rev-list: add --graph option | Adam Simpkins | 2008-05-05 | 1 | -1/+25 |
* | | revision API: split parent rewriting and parent printing options | Adam Simpkins | 2008-05-05 | 1 | -3/+4 |
|/ |
|
* | Merge branch 'jc/terminator-separator' | Junio C Hamano | 2008-04-19 | 1 | -1/+1 |
|\ |
|
| * | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 2008-04-10 | 1 | -1/+1 |
* | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | revision.c: make --date-order overriddable | Michele Ballabio | 2008-04-11 | 1 | -0/+1 |
* | | Make revision limiting more robust against occasional bad commit dates | Linus Torvalds | 2008-03-19 | 1 | -10/+38 |
* | | Merge branch 'jc/maint-log-merge-left-right' | Junio C Hamano | 2008-03-02 | 1 | -8/+4 |
|\ \
| |/ |
|
| * | Fix "git log --merge --left-right" | Junio C Hamano | 2008-02-27 | 1 | -8/+4 |
* | | rev-list: add --branches, --tags and --remotes | Uwe Kleine-König | 2008-02-29 | 1 | -3/+16 |
* | | Merge branch 'jc/diff-relative' | Junio C Hamano | 2008-02-27 | 1 | -0/+4 |
|\ \ |
|
| * | | diff --relative: help working in a bare repository | Junio C Hamano | 2008-02-13 | 1 | -1/+1 |
| * | | diff --relative: output paths as relative to the current subdirectory | Junio C Hamano | 2008-02-13 | 1 | -0/+4 |
| |/ |
|
* | | Add '--fixed-strings' option to "git log --grep" and friends | Jakub Narebski | 2008-02-26 | 1 | -1/+9 |
* | | Merge branch 'lt/revision-walker' | Junio C Hamano | 2008-02-20 | 1 | -2/+18 |
|\ \ |
|
| * | | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 2008-02-13 | 1 | -2/+18 |
| |/ |
|
* | | revision.c: handle tag->tagged == NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
* | | mark_blob/tree_uninteresting: check for NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
|/ |
|
* | Fix "git log --diff-filter" bug | Arjen Laarhoven | 2007-12-26 | 1 | -2/+4 |
* | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 | 1 | -0/+12 |
* | Merge branch 'lt/rev-list-gitlink' | Junio C Hamano | 2007-11-18 | 1 | -2/+9 |
|\ |
|
| * | Fix rev-list when showing objects involving submodules | Linus Torvalds | 2007-11-14 | 1 | -2/+9 |
* | | Merge branch 'lt/rev-list-interactive' | Junio C Hamano | 2007-11-18 | 1 | -43/+82 |
|\ \ |
|
| * | | Fix parent rewriting in --early-output | Linus Torvalds | 2007-11-14 | 1 | -11/+11 |
| * | | revision walker: mini clean-up | Linus Torvalds | 2007-11-05 | 1 | -7/+20 |
| * | | Enhance --early-output format | Linus Torvalds | 2007-11-05 | 1 | -27/+36 |
| * | | Add "--early-output" log flag for interactive GUI use | Linus Torvalds | 2007-11-04 | 1 | -0/+22 |
| * | | Simplify topo-sort logic | Linus Torvalds | 2007-11-04 | 1 | -6/+1 |
| |/ |
|
* | | Make the diff_options bitfields be an unsigned with explicit masks. | Pierre Habouzit | 2007-11-11 | 1 | -11/+11 |
|/ |
|
* | Merge branch 'maint' | Shawn O. Pearce | 2007-10-15 | 1 | -2/+2 |
|\ |
|
| * | Fix embarrassing "git log --follow" bug | Linus Torvalds | 2007-10-15 | 1 | -2/+2 |
* | | parse_date_format(): convert a format name to an enum date_mode | Andy Parkins | 2007-09-29 | 1 | -16/+1 |
|/ |
|
* | Fix revision log diff setup, avoid unnecessary diff generation | Linus Torvalds | 2007-09-29 | 1 | -2/+8 |
* | revision walker: --cherry-pick is a limited operation | Johannes Schindelin | 2007-09-15 | 1 | -0/+1 |
* | Make "git-log --" without paths behave the same as "git-log" without -- | Junio C Hamano | 2007-08-31 | 1 | -1/+2 |
* | Don't allow combination of -g and --reverse as it doesn't work | Shawn O. Pearce | 2007-08-19 | 1 | -0/+3 |
* | Add --log-size to git log to print message size | Marco Costalba | 2007-08-14 | 1 | -0/+4 |
* | git log -g: Complain, but do not fail, when no reflogs are there | Johannes Schindelin | 2007-07-24 | 1 | -3/+4 |
* | Teach revision machinery about --no-walk | Johannes Schindelin | 2007-07-23 | 1 | -0/+8 |
* | Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp | Junio C Hamano | 2007-07-22 | 1 | -2/+4 |
* | Fix up duplicate parents removal | Linus Torvalds | 2007-07-20 | 1 | -5/+6 |
* | Wire new date formats to --date=<format> parser. | Junio C Hamano | 2007-07-13 | 1 | -0/+8 |