diff options
| author | 2013-06-07 22:34:27 +0200 | |
|---|---|---|
| committer | 2013-06-07 22:34:27 +0200 | |
| commit | b1a2359036aefa401b67943ae52f76a3a24bac53 (patch) | |
| tree | 42741faded7177f7c94de07781ec459540b98606 /doc | |
| parent | a936e985a468f8b32bd8812e624f8af52dac2ca3 (diff) | |
| download | gitto-b1a2359036aefa401b67943ae52f76a3a24bac53.tar.gz gitto-b1a2359036aefa401b67943ae52f76a3a24bac53.zip | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gitto.texi | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
