From b1a2359036aefa401b67943ae52f76a3a24bac53 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 7 Jun 2013 22:34:27 +0200 Subject: Only show branches with changes by default Unless `show-unchanged-branches?' has been set to `#t' in the user's configuration only branches with pushable or pullable commits are shown. --- doc/gitto.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/gitto.texi b/doc/gitto.texi index 6537b7e..b109769 100644 --- a/doc/gitto.texi +++ b/doc/gitto.texi @@ -339,6 +339,13 @@ A plain list of repository names to skip when merging configurations and installing hooks. @end defopt +@defopt show-unchanged-branches? +A boolean. If @code{#t} all branches will be shown no matter their +state, if @code{#f} (the default) only those branches that either have +commits to push or commits to pull will be shown in the output of the +@samp{list} command. +@end defopt + @node Copying This Manual, Index, Configuration, Top @appendix Copying This Manual -- cgit v1.3-2-g0d8e