Kiln » gitkiln Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

tell user when not in a repo to run "gitkiln help"

Changeset 87c6e5aade72

Parent 395812569db2

by Profile picture of User 12Benjamin Pollack <benjamin@fogcreek.com>

Changes to one file · Browse files at 87c6e5aade72 Showing diff from parent 395812569db2 Diff from another changeset...

Change 1 of 1 Show Entire File main.go Stacked
 
266
267
268
269
 
270
271
272
 
266
267
268
 
269
270
271
272
@@ -266,7 +266,7 @@
  showHelp()   return   } else { - fmt.Fprintln(os.Stderr, "git-kiln must be run from within a Git repository") + fmt.Fprintln(os.Stderr, "git-kiln must be run from within a Git repository; see \"gitkiln help\"")   os.Exit(1)   }   }