diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:19 +0000 |
commit | d41dd1369956e644fe5fdf586da95261fd8ae78b (patch) | |
tree | 6d0b197f061c70159b1f56d73dee82b5f4b7c24b /debian/local/gitconfig | |
parent | Setting core.whitespace. (diff) | |
download | git-d41dd1369956e644fe5fdf586da95261fd8ae78b.tar.xz git-d41dd1369956e644fe5fdf586da95261fd8ae78b.zip |
Setting diff.renames to copies.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/gitconfig')
-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 |