diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:49:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:49:03 +0000 |
commit | 31292da51424f6afadf996cd2cbd2308df2d3380 (patch) | |
tree | 88b2cc351c97287b31c47340b6ab7a34f7cba0e6 | |
parent | Setting core.whitespace. (diff) | |
download | git-31292da51424f6afadf996cd2cbd2308df2d3380.tar.xz git-31292da51424f6afadf996cd2cbd2308df2d3380.zip |
Setting diff.renames to copies.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index b9d61f5..806f2c3 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -12,3 +12,6 @@ [core] autocrlf = false whitespace = blank-at-eof,blank-at-eol,cr-at-eol,indent-with-non-tab,space-before-tab + +[diff] + renames = copies |