summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
Commit message (Expand)AuthorAgeFilesLines
* filter-branch: be more helpful when an annotated tag changesThomas Rast2008-08-081-3/+11
* git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis2008-07-231-14/+18
* Merge 1.5.5.3 inJunio C Hamano2008-05-271-1/+1
|\
| * Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt2008-05-271-1/+1
* | filter-branch: fix variable export logicJeff King2008-05-131-3/+9
* | Merge branch 'bc/filter-branch'Junio C Hamano2008-05-051-2/+16
|\ \ | |/ |/|
| * filter-branch.sh: support nearly proper tag name filteringBrandon Casey2008-03-311-2/+16
* | filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca2008-03-311-1/+1
|/
* filter-branch: use $SHELL_PATH instead of 'sh'Jeff King2008-03-131-1/+1
* filter-branch: don't use xargs -0Jeff King2008-03-131-1/+1
* tr portability fixesJeff King2008-03-121-2/+2
* filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano2008-03-081-1/+10
* filter-branch: handle filenames that need quotingJunio C Hamano2008-02-151-4/+5
* Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Junio C Hamano2008-01-311-1/+1
* filter-branch: assume HEAD if no revision suppliedBrandon Casey2008-01-301-2/+1
* filter-branch docs: remove brackets so not to imply revision arg is optionalBrandon Casey2008-01-301-1/+1
* filter-branch.sh: remove temporary directory on failureBrandon Casey2008-01-301-0/+5
* filter-branch: work correctly with ambiguous refnamesJunio C Hamano2008-01-061-19/+3
* git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering2007-12-181-1/+1
* filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt2007-12-181-5/+0
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-171-1/+1
* Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin2007-11-281-8/+12
* Merge branch 'maint'Junio C Hamano2007-11-281-1/+1
|\
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-281-1/+1
* | filter-branch: fix dirty way to provide the helpers to commit filtersJohannes Schindelin2007-11-281-6/+8
* | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-061-0/+1
|/
* filter-branch: update current branch when rewrittenJohannes Schindelin2007-10-161-0/+15
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+2
* filter-branch: introduce convenience function "skip_commit"Johannes Schindelin2007-08-311-0/+14
* filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin2007-08-311-10/+15
* filter-branch: make sure orig_namespace ends with a single slash.Junio C Hamano2007-08-301-1/+1
* git-filter-branch: more detailed USAGEGiuseppe Bilotta2007-08-301-1/+7
* Minor clarifications to git-filter-branch usage and docBrian Gernhardt2007-08-171-1/+1
* git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup2007-08-131-7/+0
* filter-branch: fix dash complaining about "Missing '))'"René Scharfe2007-07-241-1/+1
* filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin2007-07-231-22/+128
* filter-branch: get rid of "set -e"Johannes Schindelin2007-07-181-14/+17
* Remove useless uses of cat, and replace with filename argumentsJosh Triplett2007-07-141-2/+2
* filter-branch: fail gracefully when a filter failsJohannes Schindelin2007-07-051-10/+29
* filter-branch: added missing warn functionSteffen Prohaska2007-07-041-0/+4
* filter-branch: make output nicerJohannes Schindelin2007-07-041-4/+4
* filter-branch: Avoid an error message in the map function.Johannes Sixt2007-07-041-2/+6
* Document git-filter-branchJohannes Schindelin2007-07-031-184/+3
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-25/+25
* Start deprecating "git-command" in favor of "git command"Linus Torvalds2007-07-021-1/+1
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-1/+2
|\
| * filter-branch: always export GIT_DIR if it is setMatthias Lederhofer2007-06-061-1/+2
* | filter-branch: add example to move everything into a subdirectoryJohannes Schindelin2007-06-221-0/+8
* | filter-branch: subdirectory filter needs --full-historyJohannes Sixt2007-06-091-1/+1
* | filter-branch: Simplify parent computation.Johannes Sixt2007-06-091-17/+7