aboutsummaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
Commit message (Expand)AuthorAge
* filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano2008-03-08
* filter-branch: handle filenames that need quotingJunio C Hamano2008-02-15
* Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Junio C Hamano2008-01-31
* filter-branch: assume HEAD if no revision suppliedBrandon Casey2008-01-30
* filter-branch docs: remove brackets so not to imply revision arg is optionalBrandon Casey2008-01-30
* filter-branch.sh: remove temporary directory on failureBrandon Casey2008-01-30
* filter-branch: work correctly with ambiguous refnamesJunio C Hamano2008-01-06
* git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering2007-12-18
* filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt2007-12-18
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-17
* Replace instances of export VAR=VAL with VAR=VAL; export VARJohannes Schindelin2007-11-28
* Merge branch 'maint'Junio C Hamano2007-11-28
|\
| * scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-28
* | filter-branch: fix dirty way to provide the helpers to commit filtersJohannes Schindelin2007-11-28
* | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-06
|/
* filter-branch: update current branch when rewrittenJohannes Schindelin2007-10-16
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-23
* filter-branch: introduce convenience function "skip_commit"Johannes Schindelin2007-08-31
* filter-branch: provide the convenience functions also for commit filtersJohannes Schindelin2007-08-31
* filter-branch: make sure orig_namespace ends with a single slash.Junio C Hamano2007-08-30
* git-filter-branch: more detailed USAGEGiuseppe Bilotta2007-08-30
* Minor clarifications to git-filter-branch usage and docBrian Gernhardt2007-08-17
* git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup2007-08-13
* filter-branch: fix dash complaining about "Missing '))'"René Scharfe2007-07-24
* filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin2007-07-23
* filter-branch: get rid of "set -e"Johannes Schindelin2007-07-18
* Remove useless uses of cat, and replace with filename argumentsJosh Triplett2007-07-14
* filter-branch: fail gracefully when a filter failsJohannes Schindelin2007-07-05
* filter-branch: added missing warn functionSteffen Prohaska2007-07-04
* filter-branch: make output nicerJohannes Schindelin2007-07-04
* filter-branch: Avoid an error message in the map function.Johannes Sixt2007-07-04
* Document git-filter-branchJohannes Schindelin2007-07-03
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Start deprecating "git-command" in favor of "git command"Linus Torvalds2007-07-02
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-01
|\
| * filter-branch: always export GIT_DIR if it is setMatthias Lederhofer2007-06-06
* | filter-branch: add example to move everything into a subdirectoryJohannes Schindelin2007-06-22
* | filter-branch: subdirectory filter needs --full-historyJohannes Sixt2007-06-09
* | filter-branch: Simplify parent computation.Johannes Sixt2007-06-09
* | Teach filter-branch about subdirectory filteringJohannes Schindelin2007-06-09
|/
* filter-branch: also don't fail in map() if a commit cannot be mappedJohannes Sixt2007-06-06
* filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt2007-06-06
* filter-branch: fix behaviour of '-k'Johannes Schindelin2007-06-06
* filter-branch: use $(($i+1)) instead of $((i+1))Johannes Schindelin2007-06-06
* chmod +x git-filter-branch.shMatthias Lederhofer2007-06-06
* filter-branch: prevent filters from reading from stdinMatthias Lederhofer2007-06-06
* Add git-filter-branchJohannes Schindelin2007-06-02