aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-parse.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-12Introduce <branch>@{upstream} notationJohannes Schindelin1-0/+4
2010-01-11Add 'git rev-parse --show-toplevel' option.Steven Drake1-0/+3
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-17/+17
2009-06-13parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parseUwe Kleine-König1-0/+5
2009-05-10rev-parse: add --sq-quote to shell quote argumentsChristian Couder1-1/+34
2009-04-29parseopt: fix documentation for --keep-dashdashUwe Kleine-König1-1/+1
2009-04-13rev-parse: --abbrev-ref option to shorten ref nameBert Wesarg1-0/+5
2009-03-17Documentation: remove extra quoting/emphasis around literal textsChris Johnsen1-4/+4
2009-01-17sha1_name: support @{-N} syntax in get_sha1()Thomas Rast1-0/+3
2008-07-30Documentation/git-rev-parse.txt: update for new git-describe output formatCesar Eduardo Barros1-2/+3
2008-07-21Update my e-mail addressJunio C Hamano1-1/+1
2008-07-08Documentation: update sections on naming revisions and revision rangesJunio C Hamano1-5/+15
2008-07-07Merge branch 'maint'Junio C Hamano1-2/+2
2008-07-06Fix grammar in git-rev-parse(1).Mikael Magnusson1-2/+2
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-12/+12
2008-07-01Documentation formatting and cleanupJonathan Nieder1-6/+6
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-3/+3
2008-06-29doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King1-1/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-4/+8
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-05-26Merge branch 'maint'Junio C Hamano1-10/+12
2008-05-26Documentation: fix graph in git-rev-parse.txtMichele Ballabio1-10/+12
2008-05-21Documentation: rev-parse: add a few "--verify" and "--default" examplesChristian Couder1-0/+25
2008-05-04Documentation: rename "hooks.txt" to "githooks.txt" and make it a man pageChristian Couder1-1/+1
2008-04-26rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder1-0/+5
2008-03-02parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseoptPierre Habouzit1-5/+12
2008-01-31git rev-parse manpage: spelling fixMiklos Vajna1-2/+2
2008-01-29fix doc typosJim Meyering1-3/+3
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2008-01-06git-rev-parse --symbolic-full-nameJunio C Hamano1-0/+7
2007-11-05Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit1-2/+74
2007-08-19Document what the stage numbers in the :$n:path syntax mean.Steven Grimm1-1/+4
2007-08-10Fix an illustration in git-rev-parse.txtJunio C Hamano1-1/+1
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-2/+9
2007-06-16Document git rev-parse --is-inside-git-dirJakub Narebski1-0/+4
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer1-0/+4
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer1-0/+3
2007-06-06rev-parse: document --is-inside-git-dirMatthias Lederhofer1-0/+4
2007-05-10SPECIFYING RANGES typo fix: it it => it isJari Aalto1-1/+1
2007-03-29Merge branch 'maint'Junio C Hamano1-8/+8
2007-03-29Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES.Gerrit Pape1-8/+8
2007-02-24object name: introduce ':/<oneline prefix>' notationJohannes Schindelin1-0/+7
2007-02-01Update the documentation for the new '@{...}' syntaxJohannes Schindelin1-0/+4
2007-01-17Document the master@{n} reflog query syntax.Shawn O. Pearce1-0/+8
2006-11-07Merge branch 'jc/pickaxe'Junio C Hamano1-3/+10
2006-10-31Introduce a new revision set operator <rev>^!Junio C Hamano1-3/+10
2006-10-26Documentation: clarify refname disambiguation rules.Junio C Hamano1-4/+21
2006-10-18Add revspec documentation for ':path', ':[0-3]:path' and git-describepclouds@gmail.com1-1/+15
2006-10-03escape tilde in Documentation/git-rev-parse.txtJunio C Hamano1-1/+1