summaryrefslogtreecommitdiff
path: root/git-filter-branch.sh
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Teach filter-branch about subdirectory filteringJohannes Schindelin2007-06-091-3/+30
|/
* filter-branch: also don't fail in map() if a commit cannot be mappedJohannes Sixt2007-06-061-9/+5
* filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt2007-06-061-27/+12
* filter-branch: fix behaviour of '-k'Johannes Schindelin2007-06-061-12/+17
* filter-branch: use $(($i+1)) instead of $((i+1))Johannes Schindelin2007-06-061-1/+1
* chmod +x git-filter-branch.shMatthias Lederhofer2007-06-061-0/+0
* filter-branch: prevent filters from reading from stdinMatthias Lederhofer2007-06-061-3/+3
* Add git-filter-branchJohannes Schindelin2007-06-021-0/+430