aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-08branch: clarify <oldbranch> termRubén Justo1-1/+2
2023-10-05doc: fix some typos, grammar and wording issuesŠtěpán Němec1-1/+1
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle1-0/+4
2023-01-27Merge branch 'jc/doc-branch-update-checked-out-branch'Junio C Hamano1-0/+4
2023-01-18branch: document `-f` and linked worktree behaviourJunio C Hamano1-0/+4
2022-12-27doc/git-branch: fix --force description typoKyle Meyer1-1/+1
2022-09-07docs: add CONFIGURATION sections that fuzzy map to built-insÆvar Arnfjörð Bjarmason1-0/+4
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks1-7/+11
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-1/+18
2022-01-31Merge branch 'js/branch-track-inherit' into gc/branch-recurse-submodulesJunio C Hamano1-7/+17
2022-01-20branch,checkout: fix --track documentationRené Scharfe1-6/+6
2021-12-20branch: add flags and config to inherit trackingJosh Steadmon1-7/+17
2021-10-23branch (doc): -m/-c copies config and reflogJunio C Hamano1-2/+2
2021-08-27branch: allow deleting dangling branches with --forceRené Scharfe1-1/+2
2021-02-25Merge branch 'jc/maint-column-doc-typofix'Junio C Hamano1-1/+1
2021-02-19Documentation: typofix --column descriptionJunio C Hamano1-1/+1
2021-02-03doc/git-branch: fix awkward wording for "-c"Jeff King1-2/+2
2020-11-04doc: clarify that --abbrev=<n> is about the minimum lengthJunio C Hamano1-3/+5
2020-09-18Doc: prefer more specific file nameAaron Lipman1-1/+1
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman1-5/+3
2020-09-16Doc: cover multiple contains/no-contains filtersAaron Lipman1-0/+2
2020-06-24docs: add missing diamond bracketsJohannes Schindelin1-1/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-6/+6
2019-07-09Merge branch 'po/doc-branch'Junio C Hamano1-6/+26
2019-07-09Merge branch 'nb/branch-show-other-worktrees-head'Junio C Hamano1-4/+8
2019-05-29doc branch: provide examples for listing remote tracking branchesPhilip Oakley1-6/+26
2019-05-19Merge branch 'dl/branch-from-3dot-merge-base'Junio C Hamano1-1/+5
2019-05-07branch: add worktree info on verbose outputNickolai Belakovski1-2/+4
2019-05-07branch: update output to include worktree infoNickolai Belakovski1-2/+4
2019-05-07branch: make create_branch accept a merge base revDenton Liu1-1/+5
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy1-6/+6
2019-03-07Merge branch 'du/branch-show-current'Junio C Hamano1-1/+5
2019-01-23doc: tidy asciidoc styleJean-Noël Avila1-4/+4
2018-10-26branch: introduce --show-current display optionDaniels Umanovskis1-1/+5
2018-09-17Merge branch 'jk/branch-l-1-repurpose'Junio C Hamano1-7/+2
2018-08-30doc/git-branch: remove obsolete "-l" referencesJeff King1-5/+1
2018-08-16branch: support configuring --sort via .gitconfigSamuel Maftoul1-2/+3
2018-06-22branch: make "-l" a synonym for "--list"Jeff King1-2/+1
2018-06-22branch: deprecate "-l" optionJeff King1-1/+2
2018-05-02doc: keep first level section header in upper caseNguyễn Thái Ngọc Duy1-2/+2
2017-12-06Merge branch 'tz/branch-doc-remove-set-upstream'Junio C Hamano1-2/+2
2017-11-28Merge branch 'ma/branch-list-paginate'Junio C Hamano1-0/+6
2017-11-20branch: change default of `pager.branch` to "on"Martin Ågren1-1/+1
2017-11-20branch: respect `pager.branch` in list-mode onlyMartin Ågren1-0/+6
2017-11-17branch doc: remove --set-upstream from synopsisTodd Zullinger1-2/+2
2017-10-19Merge branch 'jc/branch-force-doc-readability-fix'Junio C Hamano1-2/+2
2017-10-18branch doc: sprinkle a few commas for readabilityJunio C Hamano1-2/+2
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano1-1/+13
2017-09-28Merge branch 'ks/doc-use-camelcase-for-config-name'Junio C Hamano1-2/+2
2017-09-25doc: camelCase the config variables to improve readabilityKaartic Sivaraam1-2/+2
2017-09-06Merge branch 'ks/branch-set-upstream'Junio C Hamano1-4/+2
2017-08-18Documentation: use proper wording for ref format stringsMichael J Gruber1-2/+2
2017-08-17builtin/branch: stop supporting the "--set-upstream" optionKaartic Sivaraam1-4/+2
2017-06-18branch: add a --copy (-c) option to go with --move (-m)Sahil Dua1-1/+13
2017-04-11Merge branch 'ab/ref-filter-no-contains'Junio C Hamano1-11/+22
2017-03-28Merge branch 'ab/branch-list-doc'Junio C Hamano1-2/+7
2017-03-24ref-filter: reflow recently changed branch/tag/for-each-ref docsÆvar Arnfjörð Bjarmason1-7/+8
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason1-4/+12
2017-03-24branch doc: update description for `--list`Junio C Hamano1-2/+7
2017-03-23branch doc: change `git branch <pattern>` to use `<branchname>`Ævar Arnfjörð Bjarmason1-1/+1
2017-03-21ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason1-2/+4
2017-02-27Merge branch 'kn/ref-filter-branch-list'Junio C Hamano1-1/+6
2017-02-01doc: add note about ignoring '--no-create-reflog'Cornelius Weig1-0/+3
2017-01-31branch: implement '--format' optionKarthik Nayak1-1/+6
2016-12-05tag, branch, for-each-ref: add --ignore-case for sorting and filteringNguyễn Thái Ngọc Duy1-0/+4
2016-06-28doc: typeset HEAD and variants as literalMatthieu Moy1-2/+2
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-1/+1
2015-10-15Merge branch 'kn/for-each-branch'Junio C Hamano1-1/+15
2015-09-25branch: add '--points-at' optionKarthik Nayak1-1/+5
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak1-1/+11
2015-09-17Merge branch 'po/doc-branch-desc'Junio C Hamano1-1/+3
2015-09-14doc: show usage of branch descriptionPhilip Oakley1-1/+3
2015-07-10Merge branch 'mm/branch-doc-updates'Junio C Hamano1-2/+6
2015-07-06Documentation/branch: document -M and -D in terms of --forceMatthieu Moy1-2/+2
2015-07-06Documentation/branch: document -d --force and -m --forceMatthieu Moy1-0/+4
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-3/+3
2013-09-09Refer to branch.<name>.remote/merge when documenting --trackJohan Herland1-2/+4
2013-02-07Merge branch 'nd/branch-error-cases'Junio C Hamano1-10/+12
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2013-01-31branch: let branch filters imply --listJeff King1-3/+3
2013-01-31docs: clarify git-branch --list behaviorJeff King1-7/+9
2012-09-25Merge branch 'po/maint-docs'Junio C Hamano1-1/+3
2012-09-19Doc branch: show -vv option and alternativePhilip Oakley1-1/+3
2012-08-30branch: add --unset-upstream optionCarlos Martín Nieto1-0/+5
2012-08-23branch: introduce --set-upstream-toCarlos Martín Nieto1-1/+8
2012-05-03Merge branch 'nd/columns'Junio C Hamano1-0/+9
2012-04-27branch: add --columnNguyễn Thái Ngọc Duy1-0/+9
2012-04-16Merge branch 'jk/branch-quiet'Junio C Hamano1-0/+5
2012-03-26teach "git branch" a --quiet optionJeff King1-0/+5
2012-03-06Documentation/git-branch: add default for --containsVincent van Ravesteijn1-2/+3
2012-03-06Documentation/git-branch: fix a typoVincent van Ravesteijn1-1/+1
2012-03-06Documentation/git-branch: cleanupsVincent van Ravesteijn1-6/+6
2011-12-09Merge branch 'jc/request-pull-show-head-4'Junio C Hamano1-0/+5
2011-10-05branch: teach --edit-description optionJunio C Hamano1-0/+5
2011-09-08branch: -v does not automatically imply --listMichael J Gruber1-3/+3
2011-08-28branch: allow pattern argumentsMichael J Gruber1-2/+6
2011-08-28branch: introduce --list optionMichael J Gruber1-2/+7
2011-08-28git-branch: introduce missing long forms for the optionsMichael J Gruber1-0/+5
2011-07-01branch -v: honor core.abbrevNamhyung Kim1-1/+2
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-8/+0
2010-11-03git-branch.txt: mention --set-upstream as a way to change upstream configurationMatthieu Moy1-1/+2
2010-11-03Change incorrect uses of "remote branch" meaning "remote-tracking"Matthieu Moy1-5/+6
2010-04-17Merge branch 'maint'Junio C Hamano1-1/+3
2010-04-15Document new "already-merged" rule for branch -dJonathan Nieder1-1/+3
2010-04-08Merge branch 'maint'Junio C Hamano1-0/+2
2010-04-08docs: clarify "branch -l"Jeff King1-0/+2
2010-02-18Add an optional argument for --color optionsMark Lodato1-2/+4
2010-01-22Merge branch 'il/branch-set-upstream'Junio C Hamano1-1/+7
2010-01-18Add branch --set-upstreamIlari Liusvaara1-1/+7
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-3/+3
2009-10-09Documentation: clarify branch creationJonathan Nieder1-8/+8
2009-10-09Documentation: branch: update --merged descriptionJonathan Nieder1-4/+6
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-0/+1
2009-08-25Documentation: consistently refer to check-ref-formatNanako Shiraishi1-0/+6
2009-05-09allow -t abbreviation for --track in git branchSitaram Chamarty1-0/+1
2009-04-13doc: refer to tracking configuration as "upstream"Jeff King1-11/+13
2009-04-13doc: clarify --no-track optionJeff King1-1/+2
2009-04-07branch: show upstream branch when double verboseJeff King1-1/+3
2009-03-21Merge branch 'dm/maint-docco'Junio C Hamano1-25/+25
2009-03-17git-branch.txt: document -f correctlyMichael J Gruber1-2/+2
2009-03-17Documentation: minor grammatical fixes in git-branch.txt.David J. Mellor1-25/+25
2008-07-21Update my e-mail addressJunio C Hamano1-1/+1
2008-07-14Merge branch 'jc/branch-merged'Junio C Hamano1-12/+15
2008-07-09branch --merged/--no-merged: allow specifying arbitrary commitJunio C Hamano1-12/+15
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-4/+4
2008-07-01Documentation formatting and cleanupJonathan Nieder1-4/+4
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-1/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-04-20git-branch.txt: compare --contains, --merged and --no-mergedLars Hjemli1-0/+21
2008-04-20git-branch: add support for --merged and --no-mergedLars Hjemli1-1/+3
2008-02-19doc: documentation update for the branch track changesJay Soffian1-17/+16
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-6/+6
2007-12-01Merge branch 'jc/branch-contains'Junio C Hamano1-0/+4
2007-11-28Merge branch 'maint'Junio C Hamano1-7/+14
2007-11-28Improve description of git-branch -d and -D in man page.Jan Hudec1-7/+14
2007-11-22git-branch --contains: doc and testJunio C Hamano1-0/+4
2007-11-12Merge branch 'maint'Junio C Hamano1-1/+1
2007-11-11git-branch: remove mention of non-existent '-b' optionJeff King1-1/+1
2007-10-29Update manpages to reflect new short and long option aliasesJonas Fonseca1-1/+1
2007-10-02Note that git-branch will not automatically checkout the new branchFederico Mena Quintero1-0/+4
2007-10-02Add documentation for --track and --no-track to the git-branch docs.Federico Mena Quintero1-0/+15
2007-08-01Try to be consistent with capitalization in the documentationSteve Hoelzer1-2/+2
2007-07-16Fix git-branch documentation when using remote refsFrancis Moreau1-2/+2
2007-07-02Documentation: minor cleanups to branch/checkout wordingJeff King1-3/+3
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-14Documentation/branch: fix small typo in -D exampleQuy Tonthat1-1/+1
2007-03-10git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini1-1/+8
2007-03-02git-branch: document new --no-abbrev optionJulian Phillips1-1/+5
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano1-1/+1
2007-01-17Documentation: a few spelling fixesRené Scharfe1-1/+1
2007-01-03Add documentation for git-branch's color configuration.Brian Gernhardt1-1/+8
2006-12-20Documentation/git-branch: new -r to delete remote-tracking branches.Quy Tonthat1-5/+8
2006-12-05git-branch: add options and tests for branch renamingLars Hjemli1-2/+21
2006-11-24Add -v and --abbrev options to git-branchLars Hjemli1-1/+8
2006-11-21Add support to git-branch to show local and remote branchesAndy Parkins1-3/+8
2006-05-23Merge branch 'sp/reflog' into nextJunio C Hamano1-2/+8
2006-05-21Reference git-check-ref-format in git-branch.Shawn Pearce1-0/+3
2006-05-19Create/delete branch ref logs.Shawn Pearce1-2/+8
2006-04-28Update the git-branch man page to include the "-r" option,Sean Estabrooks1-18/+39
2006-03-17Call out the two different uses of git-branch and fix a typo.Jon Loeliger1-3/+7
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen1-1/+1
2006-01-29git-branch: Documentation fixesFredrik Kuivinen1-2/+5
2005-12-12Documentation: more examples.Junio C Hamano1-0/+26
2005-11-14git-branch: Mention -d and -D in man-page.Andreas Ericsson1-4/+11
2005-10-05Some typos and light editing of various manpagesChristian Meder1-1/+1
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+39