summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)Author
2018-07-18Merge branch 'mb/filter-branch-optim'Junio C Hamano
2018-06-26filter-branch: skip commits present on --state-branchMichael Barabanov
2018-05-02Update shell scripts to compute empty tree object IDbrian m. carlson
2018-04-10Merge branch 'yk/filter-branch-non-committish-refs'Junio C Hamano
2018-04-09Merge branch 'ml/filter-branch-no-op-error'Junio C Hamano
2018-03-25filter-branch: fix errors caused by refs that point at non-committishYuki Kokubun
2018-03-19filter-branch: use printf instead of echo -eMichele Locati
2018-03-15filter-branch: return 2 when nothing to rewriteMichele Locati
2017-10-19Merge branch 'dg/filter-branch-filter-order-doc'Junio C Hamano
2017-10-18doc: list filter-branch subdirectory-filter firstDavid Glasser
2017-09-22filter-branch: use hash-object instead of mktagIan Campbell
2017-09-22filter-branch: stash away ref map in a branchIan Campbell
2017-09-22filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*Ian Campbell
2017-09-22filter-branch: reset $GIT_* before cleaning upIan Campbell
2017-06-12filter-branch: add [--] to usageAndreas Heiduk
2017-06-12filter-branch: add `--setup` stepAndreas Heiduk
2017-05-12git-filter-branch: be more direct in an error messageJean-Noel Avila
2017-03-03filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly
2016-01-29Merge branch 'jk/filter-branch-no-index'Junio C Hamano
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King
2015-12-04Merge branch 'jk/filter-branch-no-index'Junio C Hamano
2015-12-01Merge branch 'maint'Jeff King
2015-11-24filter-branch: deal with object name vs. pathname ambiguity in tree-filterSZEDER Gábor
2015-11-06filter-branch: skip index read/write when possibleJeff King
2015-10-16Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'Junio C Hamano
2015-10-12filter-branch: remove multi-line headers in msg filterJames McCoy
2015-09-21filter-branch: make report-progress more readableJunio C Hamano
2015-09-21filter-branch: add passed/remaining seconds on progressGabor Bernat
2015-04-29filter-branch: avoid passing commit message through sedJeff King
2014-07-01filter-branch: eliminate duplicate mapped parentsCharles Bailey
2013-10-17Merge branch 'lc/filter-branch-too-many-refs'Junio C Hamano
2013-09-12Allow git-filter-branch to process large repositories with lots of branches.Lee Carver
2013-08-29write_index: optionally allow broken null sha1sJeff King
2013-04-07Merge branch 'jk/filter-branch-come-back-to-original'Junio C Hamano
2013-04-02filter-branch: return to original dir after filteringJeff King
2012-10-18filter-branch: use git-sh-setup's ident parsing functionsJeff King
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano
2012-07-10filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano
2011-10-05Merge branch 'jk/filter-branch-require-clean-work-tree'Junio C Hamano
2011-09-15filter-branch: use require_clean_work_treeJeff King
2011-08-18Merge branch 'js/sh-style'Junio C Hamano
2011-08-08filter-branch: Export variable `workdir' for --commit-filterMichael Witten
2011-08-05filter-branch.sh: de-dent usage stringJunio C Hamano
2011-08-05misc-sh: fix up whitespace in some other .sh files.Jon Seymour
2010-08-27filter-branch: retire --remap-to-ancestorCsaba Henk
2010-02-12Merge branch 'maint'Junio C Hamano
2010-02-12filter-branch: Fix error message for --prune-empty --commit-filterJacob Helwig
2010-02-03Merge branch 'ms/filter-branch-submodule'Junio C Hamano
2010-01-28filter-branch: Fix to allow replacing submodules with another contentMichal Sojka
2010-01-26fix portability issues with $ in double quotesStephen Boyd