summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)Author
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
2010-01-07Merge branch 'js/filter-branch-prime'Junio C Hamano
2009-12-16filter-branch: remove an unnecessary use of 'git read-tree'Johannes Sixt
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-13filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast
2009-11-13filter-branch: stop special-casing $filter_subdir argumentThomas Rast
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy
2009-04-23Convert to use quiet option when availableDan Loewenherz
2009-03-25git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren
2009-03-04Improve error message for git-filter-branchJohn Tapsell
2009-02-18filter-branch -d: Export GIT_DIR earlierLars Noschinski
2009-02-12filter-branch: Add more error-handlingEric Kidd
2009-02-07Merge branch 'js/filter-branch-submodule'Junio C Hamano
2009-02-06filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin
2009-02-04filter-branch: Fix fatal error on bare repositoriesEric Kidd
2009-01-11filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit
2008-12-03filter-branch: use git rev-parse -qMiklos Vajna