diff --git a/home/program/bash/module/Git.nix b/home/program/bash/module/Git.nix index 99d951c..4368aea 100644 --- a/home/program/bash/module/Git.nix +++ b/home/program/bash/module/Git.nix @@ -109,7 +109,7 @@ # Git patch create. # Usage: gpc function gpc() { - git diff > "''${@}" + git diff --cached --binary > "''${@}" } # Git patch (apply).