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