diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:53 +0000 |
commit | 36cdfa22cda0b997e1195b4d53a8066644e6a482 (patch) | |
tree | 4567e6ebcfaa0fe7ed973c58f474bf177a73f8bc /debian | |
parent | Adding dpkg-mergechangelogs merge driver for debian/changelog files. (diff) | |
download | git-36cdfa22cda0b997e1195b4d53a8066644e6a482.tar.xz git-36cdfa22cda0b997e1195b4d53a8066644e6a482.zip |
Setting pull.rebase to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 a62573f..cd42c55 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -27,3 +27,6 @@ # depends: dpkg-dev name = debian/changelog merge driver driver = dpkg-mergechangelogs -m %O %A %B %A + +[pull] + rebase = true |