commmands_pre_push.go -> command_pre_push.go.

This commit is contained in:
Kale Worsley 2015-10-02 08:39:30 +13:00
parent 33b15245e2
commit 3953a9056f

@ -20,7 +20,7 @@ var (
pushAll = false
useStdin = false
// shares some global vars and functions with commmands_pre_push.go
// shares some global vars and functions with command_pre_push.go
)
func uploadsBetweenRefs(left string, right string) *lfs.TransferQueue {