From 27f8594c3f6a294a5671eec0170354c0157b4986 Mon Sep 17 00:00:00 2001 From: yushyin Date: Mon, 29 Apr 2019 20:28:50 +0200 Subject: Git: Correct spelling in config --- git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git/config b/git/config index 03c6e91..cc473ed 100644 --- a/git/config +++ b/git/config @@ -47,7 +47,7 @@ '" # ff = merge --ff-only - # tomerge tells you which branches matching have not been merged into yet + # tomerge [ []] tells you which branches matching have not been merged into yet # defaults to HEAD # defaults to . tomerge = !"perl -MGit -E' \ @@ -57,7 +57,7 @@ } Git::command(qw{branch -r --no-merged}, $br); \ '" - # topics + # topics [] # show topics (branches) matching the ai/description format or topics = !"perl -MGit -MList::Util=uniq -E' \ my $rx = shift // qr{[a-z]{1,3}/.}; \ @@ -68,7 +68,7 @@ } Git::command(qw/branch --sort=committerdate -r/) \ '" - # rmbranch branchname deletes local und remote branch + # rmbranch [] deletes local and remote branch # defaults to origin rmbranch = !"perl -MGit -E' \ my ($re, $br) = (@ARGV > 1? shift : q{origin}, shift // q{}); \ -- cgit v1.2.3-24-g4f1b