descriptionA user and branch filter for git fast-export data
ownermackyle@gmail.com
last changeTue, 16 Jul 2019 10:17:45 +0000 (16 03:17 -0700)
content tags
add:
readme

The git-export-filter utility can be used to rewrite author/commmiter names as well as branch names.

This utility can be very helpful when one is presented with data created by another vcs that contains inaccurate and/or undesirable user and/or branch names but needs to be used with git fast-import.

Please see the README.txt file, the git-export-help.txt file and/or the LICENSE.txt file for more information.

shortlog
2019-07-16 Kyle J. McKaygit-export-filter.c: avoid extra LFs and grok get-markmaster
2015-05-08 Kyle J. McKayMakefile: do not assume gcc is available
2015-05-08 Kyle J. McKaygit-export-help.txt: update to match man page
2014-11-06 Kyle J. McKaygit-export-filter: add support for --names option
2014-08-27 Kyle J. McKaygit-export-filter.c: allow '-' to mean standard input
2014-08-27 Kyle J. McKayhelp text: tidy up the input file text a bit
2014-08-27 Kyle J. McKaygit-export-filter.c: add support for --expand-renames
2013-05-26 Kyle J. McKaySupport new --strip-at-suffix option
2013-05-26 Kyle J. McKayAllow -A as --authors-file alias for compatibility
2013-05-26 Kyle J. McKayCorrectly handle N and M inline data and in-commit...
2013-05-26 Kyle J. McKayAdd extensive documentation
2013-05-26 Kyle J. McKayUpdate long option names and allow '=' arguments
2013-05-26 Kyle J. McKayCorrect -pedantic complaint
2013-05-26 Kyle J. McKayAdd a license
2013-05-23 Kyle J. McKaySupport new --trunk-is-master option
2013-05-22 Kyle J. McKaySupport --require-authors option
...
heads
4 years ago master