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
1
debian/git.install
vendored
1
debian/git.install
vendored
|
@ -4,3 +4,4 @@ contrib/completion/git-prompt.sh => usr/lib/git-core/git-sh-prompt
|
|||
debian/git-prompt.completion => etc/bash_completion.d/git-prompt
|
||||
contrib/hooks usr/share/git-core/contrib
|
||||
debian/local/gitconfig => /etc/gitconfig
|
||||
debian/local/gitattributes => /etc/gitattributes
|
||||
|
|
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