summaryrefslogtreecommitdiff
path: root/Documentation/git-branch.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-3/+3
* Documentation: clarify branch creationJonathan Nieder2009-10-091-8/+8
* Documentation: branch: update --merged descriptionJonathan Nieder2009-10-091-4/+6
* UI consistency: allow --force for where -f means forceRené Scharfe2009-08-291-0/+1
* Documentation: consistently refer to check-ref-formatNanako Shiraishi2009-08-251-0/+6
* allow -t abbreviation for --track in git branchSitaram Chamarty2009-05-091-0/+1
* doc: refer to tracking configuration as "upstream"Jeff King2009-04-131-11/+13
* doc: clarify --no-track optionJeff King2009-04-131-1/+2
* branch: show upstream branch when double verboseJeff King2009-04-071-1/+3
* Merge branch 'dm/maint-docco'Junio C Hamano2009-03-211-25/+25
|\
| * Documentation: minor grammatical fixes in git-branch.txt.David J. Mellor2009-03-171-25/+25
* | git-branch.txt: document -f correctlyMichael J Gruber2009-03-171-2/+2
|/
* Update my e-mail addressJunio C Hamano2008-07-211-1/+1
* Merge branch 'jc/branch-merged'Junio C Hamano2008-07-141-12/+15
|\
| * branch --merged/--no-merged: allow specifying arbitrary commitJunio C Hamano2008-07-091-12/+15
* | manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-4/+4
* | Documentation formatting and cleanupJonathan Nieder2008-07-011-4/+4
* | Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-4/+4
|/
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-081-1/+2
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* git-branch.txt: compare --contains, --merged and --no-mergedLars Hjemli2008-04-201-0/+21
* git-branch: add support for --merged and --no-mergedLars Hjemli2008-04-201-1/+3
* doc: documentation update for the branch track changesJay Soffian2008-02-191-17/+16
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-6/+6
* Merge branch 'jc/branch-contains'Junio C Hamano2007-12-011-0/+4
|\
| * git-branch --contains: doc and testJunio C Hamano2007-11-221-0/+4
* | Merge branch 'maint'Junio C Hamano2007-11-281-7/+14
|\ \ | |/ |/|
| * Improve description of git-branch -d and -D in man page.Jan Hudec2007-11-281-7/+14
* | Merge branch 'maint'Junio C Hamano2007-11-121-1/+1
|\ \ | |/
| * git-branch: remove mention of non-existent '-b' optionJeff King2007-11-111-1/+1
* | Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-291-1/+1
|/
* Note that git-branch will not automatically checkout the new branchFederico Mena Quintero2007-10-021-0/+4
* Add documentation for --track and --no-track to the git-branch docs.Federico Mena Quintero2007-10-021-0/+15
* Try to be consistent with capitalization in the documentationSteve Hoelzer2007-08-011-2/+2
* Fix git-branch documentation when using remote refsFrancis Moreau2007-07-161-2/+2
* Documentation: minor cleanups to branch/checkout wordingJeff King2007-07-021-3/+3
* Documentation: quote {non-attributes} for asciidocJeff King2007-07-021-1/+1
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Documentation/branch: fix small typo in -D exampleQuy Tonthat2007-05-141-1/+1
* git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini2007-03-101-1/+8
* git-branch: document new --no-abbrev optionJulian Phillips2007-03-021-1/+5
* Documentation: sync git.txt command list and manual page titleJunio C Hamano2007-01-181-1/+1
* Documentation: a few spelling fixesRené Scharfe2007-01-171-1/+1
* Add documentation for git-branch's color configuration.Brian Gernhardt2007-01-031-1/+8
* Documentation/git-branch: new -r to delete remote-tracking branches.Quy Tonthat2006-12-201-5/+8
* git-branch: add options and tests for branch renamingLars Hjemli2006-12-051-2/+21
* Add -v and --abbrev options to git-branchLars Hjemli2006-11-241-1/+8
* Add support to git-branch to show local and remote branchesAndy Parkins2006-11-211-3/+8
* Merge branch 'sp/reflog' into nextJunio C Hamano2006-05-231-2/+8
|\
| * Create/delete branch ref logs.Shawn Pearce2006-05-191-2/+8