Heya,
On Tue, Aug 17, 2010 at 01:54, Jonathan Nieder [off-list ref] wrote:
-test_debug 'gitk --all'
+test_debug 'git log --graph --decorate --oneline --all'
-test_debug 'gitk --all'
+test_debug 'git log --graph --decorate --oneline --all'
-test_debug 'gitk --all'
+test_debug 'git log --graph --decorate --oneline --all'
Really? Why can't you stuff the command to execute in a variable? On
that note, why wasn't that done in the first place?! This kind of
repetition is not very DRY.
--
Cheers,
Sverre Rabbelier