Skip to content

Commit

Permalink
Move media filter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangrosshauser committed May 15, 2020
1 parent 4d4993f commit 582f2b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gitconfig-common
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
[gpg]
program = gpg

[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f

[color]
ui = true

Expand Down Expand Up @@ -69,3 +64,8 @@
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f

0 comments on commit 582f2b6

Please sign in to comment.