| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 | 1 | -10/+0 |
* | git-rev-parse.txt: clarify --git-dir | Jonathan Nieder | 2010-11-29 | 1 | -1/+6 |
* | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
* | Documentation: remove stray backslashes in rev-parse manual | Jonathan Nieder | 2010-08-20 | 1 | -4/+5 |
* | Documentation/rev-parse: quoting is required with --parseopt | Thomas Rast | 2010-08-02 | 1 | -2/+5 |
* | Documentation: split off rev doc into include file | Michael J Gruber | 2010-07-05 | 1 | -199/+1 |
* | git-rev-parse.txt: Add more examples for caret and colon | Michael J Gruber | 2010-06-29 | 1 | -7/+8 |
* | git-rev-parse.txt: Document ":path" specifier | Michael J Gruber | 2010-06-27 | 1 | -1/+3 |
* | Merge branch 'gb/maint-submodule-env' | Junio C Hamano | 2010-03-07 | 1 | -0/+6 |
|\ |
|
| * | rev-parse: --local-env-vars option | Giuseppe Bilotta | 2010-02-24 | 1 | -0/+6 |
* | | docs: don't talk about $GIT_DIR/refs/ everywhere | Jeff King | 2010-02-17 | 1 | -10/+12 |
|/ |
|
* | Documentation: quote braces in {upstream} notation | Thomas Rast | 2010-02-10 | 1 | -1/+1 |
* | Fix typos in technical documentation. | Ralf Wildenhues | 2010-01-31 | 1 | -1/+1 |
* | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-01-22 | 1 | -8/+18 |
|\ |
|
| * | Documentation: improve description of --glob=pattern and friends | Thomas Rast | 2010-01-21 | 1 | -17/+15 |
| * | rev-parse --branches/--tags/--remotes=pattern | Ilari Liusvaara | 2010-01-20 | 1 | -6/+13 |
| * | rev-parse --glob | Ilari Liusvaara | 2010-01-20 | 1 | -0/+5 |
* | | Merge branch 'js/refer-upstream' | Junio C Hamano | 2010-01-22 | 1 | -0/+4 |
|\ \ |
|
| * | | Introduce <branch>@{upstream} notation | Johannes Schindelin | 2010-01-12 | 1 | -0/+4 |
| |/ |
|
* | | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 2010-01-20 | 1 | -17/+17 |
|\ \ |
|
| * | | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -17/+17 |
| |/ |
|
* | | Add 'git rev-parse --show-toplevel' option. | Steven Drake | 2010-01-11 | 1 | -0/+3 |
|/ |
|
* | parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse | Uwe Kleine-König | 2009-06-13 | 1 | -0/+5 |
* | rev-parse: add --sq-quote to shell quote arguments | Christian Couder | 2009-05-10 | 1 | -1/+34 |
* | parseopt: fix documentation for --keep-dashdash | Uwe Kleine-König | 2009-04-29 | 1 | -1/+1 |
* | rev-parse: --abbrev-ref option to shorten ref name | Bert Wesarg | 2009-04-13 | 1 | -0/+5 |
* | Documentation: remove extra quoting/emphasis around literal texts | Chris Johnsen | 2009-03-17 | 1 | -4/+4 |
* | sha1_name: support @{-N} syntax in get_sha1() | Thomas Rast | 2009-01-17 | 1 | -0/+3 |
* | Documentation/git-rev-parse.txt: update for new git-describe output format | Cesar Eduardo Barros | 2008-07-30 | 1 | -2/+3 |
* | Update my e-mail address | Junio C Hamano | 2008-07-21 | 1 | -1/+1 |
* | Documentation: update sections on naming revisions and revision ranges | Junio C Hamano | 2008-07-08 | 1 | -5/+15 |
* | Merge branch 'maint' | Junio C Hamano | 2008-07-07 | 1 | -2/+2 |
|\ |
|
| * | Fix grammar in git-rev-parse(1). | Mikael Magnusson | 2008-07-06 | 1 | -2/+2 |
* | | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -12/+12 |
* | | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -6/+6 |
* | | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -3/+3 |
|/ |
|
* | doc/rev-parse: clarify reflog vs --until for specifying revisions | Jeff King | 2008-06-29 | 1 | -1/+4 |
* | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 | 1 | -4/+8 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2008-05-26 | 1 | -10/+12 |
|\ |
|
| * | Documentation: fix graph in git-rev-parse.txt | Michele Ballabio | 2008-05-26 | 1 | -10/+12 |
* | | Documentation: rev-parse: add a few "--verify" and "--default" examples | Christian Couder | 2008-05-21 | 1 | -0/+25 |
* | | Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page | Christian Couder | 2008-05-04 | 1 | -1/+1 |
* | | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet" | Christian Couder | 2008-04-26 | 1 | -0/+5 |
|/ |
|
* | parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt | Pierre Habouzit | 2008-03-02 | 1 | -5/+12 |
* | git rev-parse manpage: spelling fix | Miklos Vajna | 2008-01-31 | 1 | -2/+2 |
* | fix doc typos | Jim Meyering | 2008-01-29 | 1 | -3/+3 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -1/+1 |
* | git-rev-parse --symbolic-full-name | Junio C Hamano | 2008-01-06 | 1 | -0/+7 |
* | Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts. | Pierre Habouzit | 2007-11-05 | 1 | -2/+74 |