summaryrefslogtreecommitdiff
path: root/Documentation/git-check-ref-format.txt
AgeCommit message (Expand)Author
2017-12-19Doc/check-ref-format: clarify information about @{-N} syntaxKaartic Sivaraam
2017-10-17check-ref-format doc: --branch validates and expands <branch>Junio C Hamano
2017-02-21git-check-ref-format: clarify documentation for --normalizeDamien Regad
2016-09-21git-check-ref-format.txt: fixup documentationElia Pinto
2015-12-10Merge branch 'nd/doc-check-ref-format-typo'Junio C Hamano
2015-12-04git-check-ref-format.txt: typo, s/avoids/avoid/Nguyễn Thái Ngọc Duy
2015-07-27refs: loosen restriction on wildcard "*" refspecsJacob Keller
2013-09-12Add new @ shortcut for HEADFelipe Contreras
2013-08-14Revert "Add new @ shortcut for HEAD"Junio C Hamano
2013-06-11Merge branch 'fc/at-head'Junio C Hamano
2013-05-17documentation: trivial style cleanupsFelipe Contreras
2013-05-08Add new @ shortcut for HEADFelipe Contreras
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-10-05Change check_refname_format() to reject unnormalized refnamesMichael Haggerty
2011-10-05Do not allow ".lock" at the end of any refname componentMichael Haggerty
2011-10-05git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty
2011-06-23check-ref-format doc: de-emphasize the implementation detail of a refJunio C Hamano
2010-10-14Documentation: gitrevisions is in section 7Jonathan Nieder
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber
2010-02-18docs: don't talk about $GIT_DIR/refs/ everywhereJeff King
2010-02-12Merge branch 'maint'Junio C Hamano
2010-02-12Re-fix check-ref-format documentation mark-upJunio C Hamano
2010-02-10Sync with 1.6.6.2Junio C Hamano
2010-02-10check-ref-format documentation: fix enumeration mark-upJunio C Hamano
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2009-10-31Merge branch 'jn/show-normalized-refs'Junio C Hamano
2009-10-19Merge branch 'jn/maint-1.6.3-check-ref-format-doc'Junio C Hamano
2009-10-12git check-ref-format --printJunio C Hamano
2009-10-12Documentation: describe check-ref-format --branchJonathan Nieder
2009-05-23Merge branch 'rr/forbid-bs-in-ref'Junio C Hamano
2009-05-13Documentation: clarify / requirement in 'git check-ref-format'Michael J Gruber
2009-05-09Disallow '\' in ref namesRobin Rosenberg
2009-04-06Merge branch 'jc/name-branch'Junio C Hamano
2009-03-25Don't permit ref/branch names to end with ".lock"Shawn O. Pearce
2009-03-24check_ref_format(): tighten refname rulesJunio C Hamano
2009-03-23check-ref-format --branch: give Porcelain a way to grok branch shorthandJunio C Hamano
2009-03-23Documentation: minor grammatical fix in git-check-ref-format.txtDavid J. Mellor
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2006-06-07Some doc typo fixesFrancis Daly
2006-05-21Elaborate on why ':' is a bad idea in a ref name.Shawn Pearce
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2005-12-17Forbid pattern maching characters in refnames.Junio C Hamano
2005-10-17ref-format documentation.Junio C Hamano