/
uis
/
git
/
x
/
uis
/
u
/
fanf2
/
git-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
cb4ff77
)
Make overlay the default style
author
Tony Finch
<dot@dotat.at>
Fri, 27 Mar 2015 15:55:09 +0000
(15:55 +0000)
committer
Tony Finch
<dot@dotat.at>
Fri, 27 Mar 2015 15:55:13 +0000
(15:55 +0000)
git-graph
patch
|
blob
|
blame
|
history
diff --git
a/git-graph
b/git-graph
index
c74d234
..
bf3df90
100755
(executable)
--- a/
git-graph
+++ b/
git-graph
@@
-16,7
+16,7
@@
GetOptions(\%opt, qw{
stack|s
}) or exit 1;
stack|s
}) or exit 1;
-$opt{
stack} = 1 unless $opt{cancel} or $opt{overlay
};
+$opt{
overlay} = 1 unless $opt{cancel} or $opt{stack
};
my @terminal = GetTerminalSize;
my $width = $terminal[0] - 11;
my @terminal = GetTerminalSize;
my $width = $terminal[0] - 11;