table of contents
GIT-MERGE-CHANGELOG(1) | User Commands | GIT-MERGE-CHANGELOG(1) |
NAME¶
git-merge-changelog - manual page for git-merge-changelog git-merge-changelog
SYNOPSIS¶
git-merge-changelog [OPTION] O-FILE-NAME A-FILE-NAME B-FILE-NAME
DESCRIPTION¶
Merges independent modifications of a ChangeLog style file. O-FILE-NAME names the original file, the ancestor of the two others. A-FILE-NAME names the publicly modified file. B-FILE-NAME names the user-modified file. Writes the merged file into A-FILE-NAME.
Informative output:¶
- -h, --help
- display this help and exit
- -V, --version
- output version information and exit
AUTHOR¶
Written by Bruno Haible.
REPORTING BUGS¶
Report bugs to <bug-gnulib@gnu.org>.
COPYRIGHT¶
Copyright © 2020 Free Software Foundation, Inc. License
GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
April 2022 | git-merge-changelog git-merge-changelog |