mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
16 lines
502 B
Text
16 lines
502 B
Text
************************************************************************
|
|
Usage of git-merge-changelog:
|
|
|
|
- Add to .git/config of the checkout (or to your $HOME/.gitconfig) the
|
|
lines:
|
|
|
|
[merge "merge-changelog"]
|
|
name = GNU-style ChangeLog merge driver
|
|
driver = git-merge-changelog %O %A %B
|
|
|
|
- In every directory that contains a ChangeLog file, add a file
|
|
'.gitattributes' with this line:
|
|
|
|
ChangeLog merge=merge-changelog
|
|
|
|
************************************************************************
|