aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-parse.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-0/+12
2024-02-20doc: git-rev-parse: enforce command-line description syntaxJean-Noël Avila1-12/+12
2024-01-02builtin/rev-parse: introduce `--show-ref-format` flagPatrick Steinhardt1-0/+3
2023-10-09documentation: use clearer prepositionsElijah Newren1-1/+1
2023-10-09documentation: add missing articleElijah Newren1-1/+1
2023-10-09documentation: employ consistent verb tense for a listElijah Newren1-1/+1
2023-10-09documentation: wording improvementsElijah Newren1-1/+1
2023-10-02rev-parse: add an --output-object-format parameterEric W. Biederman1-0/+12
2023-08-06parse-options: show negatability of options in short helpRené Scharfe1-4/+4
2023-08-06t1502, docs: disallow --no-helpRené Scharfe1-1/+1
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong1-4/+5
2022-11-17rev-parse: add `--exclude-hidden=` optionPatrick Steinhardt1-0/+7
2020-12-12rev-parse: add option for absolute or relative path formattingbrian m. carlson1-30/+44
2020-11-10rev-parse: handle --end-of-optionsJeff King1-2/+6
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King1-1/+2
2019-10-28rev-parse: add a --show-object-format optionbrian m. carlson1-0/+7
2018-05-25Use proper syntax for replaceables in command docsRobert P. J. Day1-3/+3
2017-10-28Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano1-1/+1
2017-10-27docs: fix formatting of rev-parse's --show-superproject-working-treeSebastian Schuberth1-1/+1
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle1-0/+3
2017-06-01doc: rewrite description for rev-parse --shortAndreas Heiduk1-6/+6
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller1-0/+6
2017-02-03rev-parse: add '--absolute-git-dir' optionSZEDER Gábor1-0/+4
2017-01-10rev-parse doc: pass "--" to rev-parse in the --prefix exampleRichard Hansen1-1/+2
2015-07-15rev-parse --parseopt: allow [*=?!] in argument hintsIlya Bobyr1-2/+2
2015-05-22Merge branch 'jk/asciidoc-markup-fix'Junio C Hamano1-2/+2
2015-05-12doc: convert \--option to --optionJeff King1-1/+1
2015-05-12doc: fix unquoted use of "{type}"Jeff King1-1/+1
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy1-0/+3
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy1-0/+7
2014-11-04Documentation: typofixesThomas Ackermann1-1/+1
2014-09-15Documentation: a note about stdout for git rev-parse --verify --quietDavid Aguilar1-0/+1
2014-07-22Sync with maintJunio C Hamano1-1/+1
2014-07-22Merge branch 'maint-1.9' into maintJunio C Hamano1-1/+1
2014-07-22Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano1-1/+1
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-06-13rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy1-0/+4
2014-04-08Merge branch 'ib/rev-parse-parseopt-argh'Junio C Hamano1-1/+1
2014-04-01rev-parse: fix typo in example on manpageRené Scharfe1-1/+1
2014-03-24parse-options: multi-word argh should use dash to separate wordsJunio C Hamano1-8/+8
2014-03-23rev-parse --parseopt: option argument name hintsIlya Bobyr1-2/+32
2013-12-05Merge branch 'jc/ref-excludes'Junio C Hamano1-0/+14
2013-11-01rev-parse: introduce --exclude=<glob> to tame wildcardsJunio C Hamano1-0/+14
2013-10-31rev-parse --parseopt: add the --stuck-long modeNicolas Vigier1-1/+7
2013-08-30Merge branch 'rj/doc-rev-parse'Junio C Hamano1-40/+64
2013-07-22typofix: documentationOndřej Bílka1-1/+1
2013-07-22rev-parse(1): logically group optionsJohn Keeping1-40/+64
2013-06-17rev-parse: add --prefix optionJohn Keeping1-0/+16
2013-04-21Merge branch 'ta/glossary'Junio C Hamano1-2/+2
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann1-2/+2
2013-04-05Merge branch 'mh/rev-parse-verify-doc'Junio C Hamano1-4/+15
2013-04-02rev-parse: clarify documentation for the --verify optionMichael Haggerty1-4/+15
2013-02-01Documentation: do not use undefined terms git-dir and git-fileThomas Ackermann1-3/+5
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-2/+2
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano1-0/+6
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano1-0/+6
2012-05-23Merge branch 'js/rev-parse-doc-fix'Junio C Hamano1-1/+2
2012-05-18rev-parse doc: --git-dir does not always show a relative pathJon Seymour1-1/+2
2012-04-26docs: stop using asciidoc no-inline-literalJeff King1-4/+3
2011-08-16rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson1-0/+4
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-0/+1
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-10/+0
2010-11-29git-rev-parse.txt: clarify --git-dirJonathan Nieder1-1/+6
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-08-20Documentation: remove stray backslashes in rev-parse manualJonathan Nieder1-4/+5
2010-08-02Documentation/rev-parse: quoting is required with --parseoptThomas Rast1-2/+5
2010-07-05Documentation: split off rev doc into include fileMichael J Gruber1-199/+1
2010-06-29git-rev-parse.txt: Add more examples for caret and colonMichael J Gruber1-7/+8
2010-06-27git-rev-parse.txt: Document ":path" specifierMichael J Gruber1-1/+3
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano1-0/+6
2010-02-24rev-parse: --local-env-vars optionGiuseppe Bilotta1-0/+6
2010-02-17docs: don't talk about $GIT_DIR/refs/ everywhereJeff King1-10/+12
2010-02-10Documentation: quote braces in {upstream} notationThomas Rast1-1/+1
2010-01-31Fix typos in technical documentation.Ralf Wildenhues1-1/+1
2010-01-22Merge branch 'il/rev-glob'Junio C Hamano1-8/+18
2010-01-22Merge branch 'js/refer-upstream'Junio C Hamano1-0/+4
2010-01-21Documentation: improve description of --glob=pattern and friendsThomas Rast1-17/+15
2010-01-20Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano1-17/+17
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara1-6/+13
2010-01-20rev-parse --globIlari Liusvaara1-0/+5
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
2006-07-06rev-parse documentation: talk about range notation.Junio C Hamano1-8/+37
2006-06-03Merge branch 'sp/reflog'Junio C Hamano1-0/+7
2006-06-03Documentation: Spelling fixesHorst H. von Brand1-2/+2
2006-05-19Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce1-5/+6
2006-05-17Support 'master@2 hours ago' syntaxShawn Pearce1-0/+6
2006-05-14Add "--branches", "--tags" and "--remotes" options to git-rev-parse.Sean1-0/+9
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-02-19Documentation: fix typo in rev-parse --short option description.Junio C Hamano1-1/+1
2006-02-17Document --short and --git-dir in git-rev-parse(1)Jonas Fonseca1-0/+8
2005-12-22rev-parse: --show-cdupJunio C Hamano1-1/+6
2005-11-03Illustration: "Commit DAG Revision Naming"Junio C Hamano1-0/+26
2005-11-02Document --since and --until options to rev-parse.Junio C Hamano1-0/+8
2005-10-16ref-format documentation.Junio C Hamano1-2/+15
2005-10-10Convert usage of GIT and Git into gitChristian Meder1-1/+1
2005-10-05Fix usage of carets in git-rev-parse(1)Jonas Fonseca1-11/+12
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-18Arrgh -- another asciidoc caret workaround.Junio C Hamano1-1/+2
2005-09-18Document extended SHA1 used by git-rev-parse.Junio C Hamano1-0/+34
2005-09-07Documentation updates.Junio C Hamano1-6/+59
2005-08-23Add placeholders for missing documents.Junio C Hamano1-0/+38