| Commit message (Expand) | Author | Age | Files | Lines |
* | filter-branch: handle "disappearing tree" case correctly in subdir filter | Junio C Hamano | 2008-03-08 | 1 | -1/+10 |
* | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 | 1 | -4/+5 |
* | Revert "filter-branch docs: remove brackets so not to imply revision arg is o... | Junio C Hamano | 2008-01-31 | 1 | -1/+1 |
* | filter-branch: assume HEAD if no revision supplied | Brandon Casey | 2008-01-30 | 1 | -2/+1 |
* | filter-branch docs: remove brackets so not to imply revision arg is optional | Brandon Casey | 2008-01-30 | 1 | -1/+1 |
* | filter-branch.sh: remove temporary directory on failure | Brandon Casey | 2008-01-30 | 1 | -0/+5 |
* | filter-branch: work correctly with ambiguous refnames | Junio C Hamano | 2008-01-06 | 1 | -19/+3 |
* | git-filter-branch.sh: more portable tr usage: use \012, not \n. | Jim Meyering | 2007-12-18 | 1 | -1/+1 |
* | filter-branch: Remove broken and unnecessary summary of rewritten refs. | Johannes Sixt | 2007-12-18 | 1 | -5/+0 |
* | the use of 'tr' in the test suite isn't really portable | H.Merijn Brand | 2007-12-17 | 1 | -1/+1 |
* | Replace instances of export VAR=VAL with VAR=VAL; export VAR | Johannes Schindelin | 2007-11-28 | 1 | -8/+12 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-28 | 1 | -1/+1 |
|\ |
|
| * | scripts: do not get confused with HEAD in work tree | Junio C Hamano | 2007-11-28 | 1 | -1/+1 |
* | | filter-branch: fix dirty way to provide the helpers to commit filters | Johannes Schindelin | 2007-11-28 | 1 | -6/+8 |
* | | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 2007-11-06 | 1 | -0/+1 |
|/ |
|
* | filter-branch: update current branch when rewritten | Johannes Schindelin | 2007-10-16 | 1 | -0/+15 |
* | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 | 1 | -1/+2 |
* | filter-branch: introduce convenience function "skip_commit" | Johannes Schindelin | 2007-08-31 | 1 | -0/+14 |
* | filter-branch: provide the convenience functions also for commit filters | Johannes Schindelin | 2007-08-31 | 1 | -10/+15 |
* | filter-branch: make sure orig_namespace ends with a single slash. | Junio C Hamano | 2007-08-30 | 1 | -1/+1 |
* | git-filter-branch: more detailed USAGE | Giuseppe Bilotta | 2007-08-30 | 1 | -1/+7 |
* | Minor clarifications to git-filter-branch usage and doc | Brian Gernhardt | 2007-08-17 | 1 | -1/+1 |
* | git-sh-setup.sh: make GIT_DIR absolute | David Kastrup | 2007-08-13 | 1 | -7/+0 |
* | filter-branch: fix dash complaining about "Missing '))'" | René Scharfe | 2007-07-24 | 1 | -1/+1 |
* | filter-branch: Big syntax change; support rewriting multiple refs | Johannes Schindelin | 2007-07-23 | 1 | -22/+128 |
* | filter-branch: get rid of "set -e" | Johannes Schindelin | 2007-07-18 | 1 | -14/+17 |
* | Remove useless uses of cat, and replace with filename arguments | Josh Triplett | 2007-07-14 | 1 | -2/+2 |
* | filter-branch: fail gracefully when a filter fails | Johannes Schindelin | 2007-07-05 | 1 | -10/+29 |
* | filter-branch: added missing warn function | Steffen Prohaska | 2007-07-04 | 1 | -0/+4 |
* | filter-branch: make output nicer | Johannes Schindelin | 2007-07-04 | 1 | -4/+4 |
* | filter-branch: Avoid an error message in the map function. | Johannes Sixt | 2007-07-04 | 1 | -2/+6 |
* | Document git-filter-branch | Johannes Schindelin | 2007-07-03 | 1 | -184/+3 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -25/+25 |
* | Start deprecating "git-command" in favor of "git command" | Linus Torvalds | 2007-07-02 | 1 | -1/+1 |
* | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 1 | -1/+2 |
|\ |
|
| * | filter-branch: always export GIT_DIR if it is set | Matthias Lederhofer | 2007-06-06 | 1 | -1/+2 |
* | | filter-branch: add example to move everything into a subdirectory | Johannes Schindelin | 2007-06-22 | 1 | -0/+8 |
* | | filter-branch: subdirectory filter needs --full-history | Johannes Sixt | 2007-06-09 | 1 | -1/+1 |
* | | filter-branch: Simplify parent computation. | Johannes Sixt | 2007-06-09 | 1 | -17/+7 |
* | | Teach filter-branch about subdirectory filtering | Johannes Schindelin | 2007-06-09 | 1 | -3/+30 |
|/ |
|
* | filter-branch: also don't fail in map() if a commit cannot be mapped | Johannes Sixt | 2007-06-06 | 1 | -9/+5 |
* | filter-branch: Use rev-list arguments to specify revision ranges. | Johannes Sixt | 2007-06-06 | 1 | -27/+12 |
* | filter-branch: fix behaviour of '-k' | Johannes Schindelin | 2007-06-06 | 1 | -12/+17 |
* | filter-branch: use $(($i+1)) instead of $((i+1)) | Johannes Schindelin | 2007-06-06 | 1 | -1/+1 |
* | chmod +x git-filter-branch.sh | Matthias Lederhofer | 2007-06-06 | 1 | -0/+0 |
* | filter-branch: prevent filters from reading from stdin | Matthias Lederhofer | 2007-06-06 | 1 | -3/+3 |
* | Add git-filter-branch | Johannes Schindelin | 2007-06-02 | 1 | -0/+430 |