summaryrefslogtreecommitdiff
path: root/lib/git-merge-changelog.c
Commit message (Expand)AuthorAgeFilesLines
* git-merge-changelog: Fix license.Bruno Haible2021-06-041-5/+5
* maint: Update copyright notices in --version output.Bruno Haible2021-01-011-2/+2
* Fix build errors due to read-file changes (regression from 2020-05-27).Bruno Haible2020-05-281-2/+2
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-2/+2
* all: prefer https: URLsPaul Eggert2017-09-131-2/+2
* diffseq: restore TOO_EXPENSIVE heuristicPaul Eggert2016-10-251-1/+2
* Port modules to use getprogname explicitlyPino Toscano2016-09-051-7/+4
* diffseq: remove TOO_EXPENSIVE heuristicPaul Eggert2014-02-231-2/+1
* git-merge-changelog: add specific example on how to use with hg.Mark Wielaard2012-03-201-1/+9
* git-merge-changelog: Report bugs to bug-gnulib@gnu.org.Mark Wielaard2012-03-201-1/+1
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
* Use ', not `, for quoting output.Paul Eggert2012-01-051-1/+1
* git-merge-changelog: add doc relating to use with bzr and hg.Brian Gough2010-08-141-8/+37
* git-merge-changelog: Enable --split-merged-entry by default.Bruno Haible2010-05-231-3/+4
* Move the malloc checking from module 'list' to new module 'xlist'.Bruno Haible2009-12-141-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-755/+755
* Fix an assertion failure.Bruno Haible2009-07-041-29/+36
* Speedup git-merge-changelog for git cherry-pick.Bruno Haible2009-07-031-79/+173
* Fix small mistake.Bruno Haible2009-07-031-2/+2
* Speed up approximate search for matching ChangeLog entries.Bruno Haible2009-07-021-8/+17
* Add comment.Bruno Haible2009-07-021-2/+4
* Typo in comment.Bruno Haible2009-03-181-1/+1
* Remove trailing spaces.Bruno Haible2008-05-201-1/+1
* Remove stray semicolon.Bruno Haible2008-04-131-1/+1
* Avoid generating no-op conflicts.Bruno Haible2008-02-181-3/+10
* Speed up by 10%.Bruno Haible2008-02-181-4/+7
* Speed up by 25%.Bruno Haible2008-02-181-17/+32
* Speed up from O(n^2) to O(n).Bruno Haible2008-02-181-1/+2
* New option --split-merged-entry.Bruno Haible2008-02-181-129/+357
* Support the "git pull --rebase" situation.Bruno Haible2008-02-171-6/+13
* Comment changes.Bruno Haible2008-02-111-3/+3
* New module 'git-merge-changelog'.Bruno Haible2008-02-111-0/+1273