aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-show-branch.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-09documentation: add some commas where they are helpfulElijah Newren1-2/+2
2023-10-09documentation: use clearer prepositionsElijah Newren1-2/+2
2023-10-09documentation: add missing articleElijah Newren1-1/+1
2023-10-09documentation: fix singular vs. pluralElijah Newren1-1/+1
2023-05-19show-branch doc: say <ref>, not <reference>Junio C Hamano1-8/+8
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-2/+2
2022-10-13doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason1-2/+2
2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason1-0/+7
2019-04-10Documentation/git-show-branch: avoid literal {apostrophe}Todd Zullinger1-1/+1
2018-10-18doc: fix small typo in git show-branchSaulius Gurklys1-1/+1
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-1/+1
2014-03-31Documentation: fix misuses of "nor"Justin Lebar1-1/+1
2013-04-15The name of the hash function is "SHA-1", not "SHA1"Thomas Ackermann1-2/+2
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk1-1/+0
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-11/+0
2010-10-21Merge branch 'sn/doc-opt-notation' into maintJunio C Hamano1-1/+1
2010-10-13Documentation: gitrevisions is in section 7Jonathan Nieder1-1/+1
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-08-20Documentation: remove stray backslash in show-branch discussionJonathan Nieder1-4/+4
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber1-1/+1
2010-03-02Merge branch 'ml/color-when'Junio C Hamano1-2/+4
2010-02-18Add an optional argument for --color optionsMark Lodato1-2/+4
2010-02-17docs: don't talk about $GIT_DIR/refs/ everywhereJeff King1-5/+5
2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testMichael J Gruber1-3/+5
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber1-2/+3
2009-06-01git-show-branch.txt: document --date-order optionStephen Boyd1-3/+9
2009-05-18Merge branch 'mh/show-branch-color'Junio C Hamano1-0/+9
2009-04-23git-show-branch.txt: cleanup example descriptionStephen Boyd1-3/+4
2009-04-22show-branch: color the commit status signsMarkus Heidelberg1-0/+9
2009-02-04git-show-branch doc: show -g as synonym to --reflog in the listjidanni@jidanni.org1-2/+2
2008-12-21Documentation/git-show-branch: work around "single quote" typesetting glitchMarkus Heidelberg1-1/+1
2008-12-19Documentation: fix typos, grammar, asciidoc syntaxMarkus Heidelberg1-1/+1
2008-07-21Update my e-mail addressJunio C Hamano1-1/+1
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-1/+1
2008-07-01Documentation formatting and cleanupJonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-2/+2
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-2/+4
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2007-02-03show-branch -g: default to the current branch.Junio C Hamano1-3/+5
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin1-3/+3
2007-01-19show-branch --reflog: show the reflog message at the top.Junio C Hamano1-3/+12
2006-12-26show-branch --reflog: add documentation.Junio C Hamano1-0/+5
2006-12-22Make git-show-branch options similar to git-branch.Brian Gernhardt1-4/+6
2006-12-18Add documentation for show-branch --topicsBrian Gernhardt1-1/+9
2006-07-06show-branch: match documentation and usageJunio C Hamano1-0/+5
2006-03-17Fix minor typo.Jon Loeliger1-1/+1
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-03-05git/Documentation: fix SYNOPSIS style bugsDmitry V. Levin1-3/+3
2006-01-15show-branch: --current includes the current branch.Junio C Hamano1-2/+11
2006-01-15show-branch: make the current branch and merge commits stand out.Junio C Hamano1-7/+8
2006-01-15Documentation: show-branch.Junio C Hamano1-1/+23
2005-12-29Documentation: spell.Junio C Hamano1-1/+1
2005-12-08Add documentation for the --topo-order option to git-show-branch.Nikolai Weibull1-1/+7
2005-12-04show-branch: allow glob pattern to name branches to show.Junio C Hamano1-6/+17
2005-10-11show-branch: optionally use unique prefix as name.Junio C Hamano1-16/+10
2005-10-10The synopsis of the manpages should use the hyphenated versionChristian Meder1-1/+1
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-09show-branch: --list and --independentJunio C Hamano1-2/+14
2005-09-08Show all merge-base candidates from show-branch --merge-baseJunio C Hamano1-2/+2
2005-09-07Big tool rename.Junio C Hamano1-1/+1
2005-08-29Accumulated documentation updates.Junio C Hamano1-2/+3
2005-08-22Clean-up output from "git show-branch" and document it.Junio C Hamano1-0/+107