File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
pushAll = false
21
21
useStdin = false
22
22
23
- // shares some global vars and functions with commmands_pre_push .go
23
+ // shares some global vars and functions with command_pre_push .go
24
24
)
25
25
26
26
func uploadsBetweenRefs (left string , right string ) * lfs.TransferQueue {
Original file line number Diff line number Diff line change 18
18
)
19
19
20
20
// untrackCommand takes a list of paths as an argument, and removes each path from the
21
- // default attribtues file (.gitattributes), if it exists.
21
+ // default attributes file (.gitattributes), if it exists.
22
22
func untrackCommand (cmd * cobra.Command , args []string ) {
23
23
if lfs .LocalGitDir == "" {
24
24
Print ("Not a git repository." )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ func InstallHooks(force bool) error {
48
48
return nil
49
49
}
50
50
51
- // UninstallHooks resmoves all hooks in range of the `hooks` var.
51
+ // UninstallHooks removes all hooks in range of the `hooks` var.
52
52
func UninstallHooks () error {
53
53
for _ , h := range hooks {
54
54
if err := h .Uninstall (); err != nil {
You can’t perform that action at this time.
0 commit comments