Adding dpkg-mergechangelogs merge driver for debian/changelog files.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
3b28ffa603
commit
69b77a976d
3 changed files with 9 additions and 0 deletions
3
debian/local/gitattributes
vendored
Normal file
3
debian/local/gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# /etc/gitattributes
|
||||
|
||||
debian/changelog merge=dpkg-mergechangelogs
|
5
debian/local/gitconfig
vendored
5
debian/local/gitconfig
vendored
|
@ -19,3 +19,8 @@
|
|||
|
||||
[log]
|
||||
follow = true
|
||||
|
||||
[merge "dpkg-mergechangelogs"]
|
||||
# depends: dpkg-dev
|
||||
name = debian/changelog merge driver
|
||||
driver = dpkg-mergechangelogs -m %O %A %B %A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue