| Commit message (Expand) | Author | Age |
* | Documentation: remove '\' in front of short options | SZEDER Gábor | 2008-10-01 |
* | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 |
* | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 |
* | rev-list: add --branches, --tags and --remotes | Uwe Kleine-König | 2008-02-29 |
* | Add '--fixed-strings' option to "git log --grep" and friends | Jakub Narebski | 2008-02-26 |
* | Include rev-list options in git-log manpage. | Miklos Vajna | 2008-01-18 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 |
* | Fix documentation of --first-parent in git-log and copy it to git-rev-list | Junio C Hamano | 2007-12-26 |
* | Fix some documentation typos. | Ralf Wildenhues | 2007-12-18 |
* | rev-list: Introduce --quiet to avoid /dev/null redirects | Shawn O. Pearce | 2007-11-11 |
* | rev-list documentation: add "--bisect-all". | Christian Couder | 2007-10-26 |
* | Documentation: Correct various misspellings and typos. | Brian Hetro | 2007-08-24 |
* | Fix breakage in git-rev-list.txt | Quy Tonthat | 2007-08-22 |
* | Don't allow combination of -g and --reverse as it doesn't work | Shawn O. Pearce | 2007-08-19 |
* | Teach revision machinery about --no-walk | Johannes Schindelin | 2007-07-23 |
* | Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp | Junio C Hamano | 2007-07-22 |
* | Document new --date=<format> | Junio C Hamano | 2007-07-13 |
* | Documentation: quote {non-attributes} for asciidoc | Jeff King | 2007-07-02 |
* | Document git rev-list --timestamp | Jakub Narebski | 2007-06-16 |
* | Document git rev-list --full-history | Jakub Narebski | 2007-06-16 |
* | git-rev-list: Add regexp tuning options | Petr Baudis | 2007-05-20 |
* | Merge 1.5.1.5 in | Junio C Hamano | 2007-05-18 |
|\ |
|
| * | Documentation: git-rev-list's "patterns" | Petr Baudis | 2007-05-18 |
* | | Documentation: Split description of pretty formats of commit log | Jakub Narebski | 2007-05-13 |
* | | Add --date={local,relative,default} | Junio C Hamano | 2007-04-25 |
* | | Documentation: --cherry-pick | Junio C Hamano | 2007-04-11 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-05 |
|\ \
| |/ |
|
| * | Document --left-right option to rev-list. | Brian Gernhardt | 2007-04-05 |
* | | git-rev-list: add --bisect-vars option. | Junio C Hamano | 2007-03-22 |
|/ |
|
* | Merge branch 'js/reverse' | Junio C Hamano | 2007-02-13 |
|\ |
|
| * | Teach revision machinery about --reverse | Johannes Schindelin | 2007-01-20 |
* | | reflog inspection: introduce shortcut "-g" | Johannes Schindelin | 2007-01-24 |
|/ |
|
* | Fix --walk-reflog with --pretty=oneline | Junio C Hamano | 2007-01-20 |
* | log --walk-reflog: documentation | Junio C Hamano | 2007-01-20 |
* | Move commit reencoding parameter parsing to revision.c | Junio C Hamano | 2006-12-30 |
* | revision: --skip=<n> | Junio C Hamano | 2006-12-20 |
* | Move --pretty options into Documentation/pretty-formats.txt | Chris Riddoch | 2006-11-22 |
* | revision traversal: --author, --committer, and --grep. | Junio C Hamano | 2006-09-20 |
* | Teach rev-list an option to read revs from the standard input. | Junio C Hamano | 2006-09-05 |
* | git-rev-list(1): group options; reformat; document more options | Jonas Fonseca | 2006-09-01 |
* | Add --relative-date option to the revision interface | Jonas Fonseca | 2006-08-28 |
* | Document rev-list's option --merge | Uwe Zeisberger | 2006-08-04 |
* | git-rev-list: add documentation for --parents, --no-merges | Matthias Lederhofer | 2006-07-10 |
* | Assorted typo fixes | Pavel Roskin | 2006-07-09 |
* | Add '...' operator for revisions | Rene Scharfe | 2006-07-01 |
* | Documentation: {caret} fixes (git-rev-list.txt) | Junio C Hamano | 2006-05-08 |
* | Merge branch 'lt/rev-list' into next | Junio C Hamano | 2006-03-04 |
|\ |
|
| * | Rip out merge-order and make "git log <paths>..." work again. | Linus Torvalds | 2006-03-01 |