summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
AgeCommit message (Expand)Author
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
2008-09-03Merge branch 'tr/filter-branch'Junio C Hamano
2008-08-22filter-branch: Grok special characters in tag namesJohannes Sixt
2008-08-13filter-branch: use --simplify-mergesThomas Rast
2008-08-13filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast
2008-08-08filter-branch: be more helpful when an annotated tag changesThomas Rast
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-05-28Merge 1.5.5.3 inJunio C Hamano
2008-05-28Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt
2008-05-14filter-branch: fix variable export logicJeff King
2008-05-06Merge branch 'bc/filter-branch'Junio C Hamano
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca