aboutsummaryrefslogtreecommitdiffstats
path: root/git-filter-branch.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-01filter-branch: eliminate duplicate mapped parentsCharles Bailey1-1/+7
2013-10-17Merge branch 'lc/filter-branch-too-many-refs'Junio C Hamano1-2/+2
2013-09-12Allow git-filter-branch to process large repositories with lots of branches.Lee Carver1-2/+2
2013-08-28write_index: optionally allow broken null sha1sJeff King1-2/+3
2013-04-07Merge branch 'jk/filter-branch-come-back-to-original'Junio C Hamano1-2/+3
2013-04-02filter-branch: return to original dir after filteringJeff King1-2/+3
2012-10-18filter-branch: use git-sh-setup's ident parsing functionsJeff King1-33/+13
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano1-1/+1
2012-07-09filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano1-1/+1
2011-10-05Merge branch 'jk/filter-branch-require-clean-work-tree'Junio C Hamano1-3/+1
2011-09-15filter-branch: use require_clean_work_treeJeff King1-3/+1
2011-08-17Merge branch 'js/sh-style'Junio C Hamano1-6/+6
2011-08-08filter-branch: Export variable `workdir' for --commit-filterMichael Witten1-1/+1
2011-08-05filter-branch.sh: de-dent usage stringJunio C Hamano1-5/+5
2011-08-05misc-sh: fix up whitespace in some other .sh files.Jon Seymour1-6/+6
2010-08-27filter-branch: retire --remap-to-ancestorCsaba Henk1-1/+9
2010-02-11Merge branch 'maint'Junio C Hamano1-1/+1
2010-02-11filter-branch: Fix error message for --prune-empty --commit-filterJacob Helwig1-1/+1
2010-02-02Merge branch 'ms/filter-branch-submodule'Junio C Hamano1-1/+1
2010-01-28filter-branch: Fix to allow replacing submodules with another contentMichal Sojka1-1/+1
2010-01-26fix portability issues with $ in double quotesStephen Boyd1-2/+2
2010-01-07Merge branch 'js/filter-branch-prime'Junio C Hamano1-1/+0
2009-12-15filter-branch: remove an unnecessary use of 'git read-tree'Johannes Sixt1-1/+0
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-1/+1
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-1/+1
2009-11-13filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast1-5/+13
2009-11-13filter-branch: stop special-casing $filter_subdir argumentThomas Rast1-7/+15
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy1-6/+6
2009-04-22Convert to use quiet option when availableDan Loewenherz1-1/+1
2009-03-25git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren1-3/+3
2009-03-04Improve error message for git-filter-branchJohn Tapsell1-1/+3
2009-02-18filter-branch -d: Export GIT_DIR earlierLars Noschinski1-6/+6
2009-02-11filter-branch: Add more error-handlingEric Kidd1-12/+14
2009-02-07Merge branch 'js/filter-branch-submodule'Junio C Hamano1-13/+14
2009-02-05filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin1-1/+1
2009-02-03filter-branch: Fix fatal error on bare repositoriesEric Kidd1-12/+13
2009-01-10filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit1-1/+28
2008-12-03filter-branch: use git rev-parse -qMiklos Vajna1-1/+1
2008-09-02Merge branch 'tr/filter-branch'Junio C Hamano1-18/+14
2008-08-21filter-branch: Grok special characters in tag namesJohannes Sixt1-5/+7
2008-08-12filter-branch: use --simplify-mergesThomas Rast1-3/+4
2008-08-12filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast1-16/+11
2008-08-08filter-branch: be more helpful when an annotated tag changesThomas Rast1-3/+11
2008-07-23git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis1-14/+18
2008-05-27Merge 1.5.5.3 inJunio C Hamano1-1/+1
2008-05-27Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt1-1/+1
2008-05-13filter-branch: fix variable export logicJeff King1-3/+9
2008-05-05Merge branch 'bc/filter-branch'Junio C Hamano1-2/+16
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca1-1/+1
2008-03-31filter-branch.sh: support nearly proper tag name filteringBrandon Casey1-2/+16