Skip to content

Commit 4ef1753

Browse files
Paul Mackerraspaulusmack
authored andcommitted
Import the --topo-order change and fix the writing of ~/.gitk.
1 parent 9d2a52e commit 4ef1753

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gitk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ proc getcommits {rargs} {
3737
set parsed_args $rargs
3838
}
3939
if [catch {
40-
set commfd [open "|git-rev-list --header --merge-order $parsed_args" r]
40+
set commfd [open "|git-rev-list --header --topo-order $parsed_args" r]
4141
} err] {
4242
puts stderr "Error executing git-rev-list: $err"
4343
exit 1
@@ -475,7 +475,8 @@ proc click {w} {
475475

476476
proc savestuff {w} {
477477
global canv canv2 canv3 ctext cflist mainfont textfont
478-
global stuffsaved
478+
global stuffsaved findmergefiles gaudydiff
479+
479480
if {$stuffsaved} return
480481
if {![winfo viewable .]} return
481482
catch {

0 commit comments

Comments
 (0)