aboutsummaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
Commit message (Expand)AuthorAge
* Merge branch 'dg/filter-branch-filter-order-doc'Junio C Hamano2017-10-19
|\
| * doc: list filter-branch subdirectory-filter firstDavid Glasser2017-10-18
* | filter-branch: use hash-object instead of mktagIan Campbell2017-09-22
* | filter-branch: stash away ref map in a branchIan Campbell2017-09-22
* | filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*Ian Campbell2017-09-22
* | filter-branch: reset $GIT_* before cleaning upIan Campbell2017-09-22
|/
* filter-branch: add [--] to usageAndreas Heiduk2017-06-12
* filter-branch: add `--setup` stepAndreas Heiduk2017-06-12
* git-filter-branch: be more direct in an error messageJean-Noel Avila2017-05-12
* filter-branch: fix --prune-empty on parentless commitsDevin J. Pohly2017-03-03
* Merge branch 'jk/filter-branch-no-index'Junio C Hamano2016-01-28
|\
| * filter-branch: resolve $commit^{tree} in no-index caseJeff King2016-01-19
* | Merge branch 'jk/filter-branch-no-index'Junio C Hamano2015-12-04
|\ \ | |/
| * filter-branch: skip index read/write when possibleJeff King2015-11-06
* | Merge branch 'maint'Jeff King2015-12-01
|\ \ | |/ |/|
| * filter-branch: deal with object name vs. pathname ambiguity in tree-filterSZEDER Gábor2015-11-24
* | Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'Junio C Hamano2015-10-16
|\ \ | |/
| * filter-branch: remove multi-line headers in msg filterJames McCoy2015-10-12
* | filter-branch: make report-progress more readableJunio C Hamano2015-09-21
* | filter-branch: add passed/remaining seconds on progressGabor Bernat2015-09-21
|/
* filter-branch: avoid passing commit message through sedJeff King2015-04-29
* filter-branch: eliminate duplicate mapped parentsCharles Bailey2014-07-01
* Merge branch 'lc/filter-branch-too-many-refs'Junio C Hamano2013-10-17
|\
| * Allow git-filter-branch to process large repositories with lots of branches.Lee Carver2013-09-12
* | write_index: optionally allow broken null sha1sJeff King2013-08-28
|/
* Merge branch 'jk/filter-branch-come-back-to-original'Junio C Hamano2013-04-07
|\
| * filter-branch: return to original dir after filteringJeff King2013-04-02
* | filter-branch: use git-sh-setup's ident parsing functionsJeff King2012-10-18
|/
* Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano2012-07-22
|\
| * filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano2012-07-09
* | Merge branch 'jk/filter-branch-require-clean-work-tree'Junio C Hamano2011-10-05
|\ \ | |/ |/|
| * filter-branch: use require_clean_work_treeJeff King2011-09-15
* | Merge branch 'js/sh-style'Junio C Hamano2011-08-17
|\ \ | |/ |/|
| * filter-branch.sh: de-dent usage stringJunio C Hamano2011-08-05
| * misc-sh: fix up whitespace in some other .sh files.Jon Seymour2011-08-05
* | filter-branch: Export variable `workdir' for --commit-filterMichael Witten2011-08-08
|/
* filter-branch: retire --remap-to-ancestorCsaba Henk2010-08-27
* Merge branch 'maint'Junio C Hamano2010-02-11
|\
| * filter-branch: Fix error message for --prune-empty --commit-filterJacob Helwig2010-02-11
* | Merge branch 'ms/filter-branch-submodule'Junio C Hamano2010-02-02
|\ \
| * | filter-branch: Fix to allow replacing submodules with another contentMichal Sojka2010-01-28
* | | fix portability issues with $ in double quotesStephen Boyd2010-01-26
|/ /
* | Merge branch 'js/filter-branch-prime'Junio C Hamano2010-01-07
|\ \ | |/ |/|
| * filter-branch: remove an unnecessary use of 'git read-tree'Johannes Sixt2009-12-15
* | Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-25
|\ \ | |/
| * Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-23
* | filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast2009-11-13
* | filter-branch: stop special-casing $filter_subdir argumentThomas Rast2009-11-13
|/
* filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy2009-08-18
* Convert to use quiet option when availableDan Loewenherz2009-04-22