56 Commits (196821f440d46029f0399a7d97c0cfc78a870244)

Author SHA1 Message Date
Johannes Sixt a17171b473 Revert "filter-branch: subdirectory filter needs --full-history" 17 years ago
Jeff King 0bdf93cbf0 filter-branch: fix variable export logic 17 years ago
veillette@yahoo.ca 6a589fda2e filter-branch: Fix renaming a directory in the tree-filter 17 years ago
Brandon Casey 1bf6551e42 filter-branch.sh: support nearly proper tag name filtering 17 years ago
Jeff King 4bf9f27dfb filter-branch: use $SHELL_PATH instead of 'sh' 17 years ago
Jeff King d89c1dfac9 filter-branch: don't use xargs -0 17 years ago
Jeff King 40a7ce64e1 tr portability fixes 17 years ago
Junio C Hamano 5b044ac387 filter-branch: handle "disappearing tree" case correctly in subdir filter 17 years ago
Junio C Hamano 1fe32cb9d0 filter-branch: handle filenames that need quoting 17 years ago
Junio C Hamano bb8eebb94f Revert "filter-branch docs: remove brackets so not to imply revision arg is optional" 17 years ago
Brandon Casey 0f047f3b47 filter-branch: assume HEAD if no revision supplied 17 years ago
Brandon Casey c41b439244 filter-branch docs: remove brackets so not to imply revision arg is optional 17 years ago
Brandon Casey def16e7181 filter-branch.sh: remove temporary directory on failure 17 years ago
Junio C Hamano 418fa3a5c9 filter-branch: work correctly with ambiguous refnames 17 years ago
Jim Meyering e8a3f90994 git-filter-branch.sh: more portable tr usage: use \012, not \n. 17 years ago
Johannes Sixt 91c3aced4c filter-branch: Remove broken and unnecessary summary of rewritten refs. 17 years ago
H.Merijn Brand 3175b0cfc1 the use of 'tr' in the test suite isn't really portable 17 years ago
Johannes Schindelin 3addc94aff Replace instances of export VAR=VAL with VAR=VAL; export VAR 17 years ago
Junio C Hamano 38762c47d6 scripts: do not get confused with HEAD in work tree 17 years ago
Johannes Schindelin 16ed34ad35 filter-branch: fix dirty way to provide the helpers to commit filters 17 years ago
Junio C Hamano 8f321a3925 scripts: Add placeholders for OPTIONS_SPEC 17 years ago
Johannes Schindelin 46eb449cbe filter-branch: update current branch when rewritten 17 years ago
David Kastrup 822f7c7349 Supplant the "while case ... break ;; esac" idiom 17 years ago
Johannes Schindelin f95eef15f2 filter-branch: introduce convenience function "skip_commit" 17 years ago
Johannes Schindelin 7e0f1704b8 filter-branch: provide the convenience functions also for commit filters 17 years ago
Junio C Hamano 55ced83d8a filter-branch: make sure orig_namespace ends with a single slash. 17 years ago
Giuseppe Bilotta 26a65dea3e git-filter-branch: more detailed USAGE 17 years ago
Brian Gernhardt 5876b8ee3c Minor clarifications to git-filter-branch usage and doc 17 years ago
David Kastrup b2bc9a3098 git-sh-setup.sh: make GIT_DIR absolute 17 years ago
René Scharfe 24d0063494 filter-branch: fix dash complaining about "Missing '))'" 18 years ago
Johannes Schindelin dfd05e38f0 filter-branch: Big syntax change; support rewriting multiple refs 18 years ago
Johannes Schindelin af580e9c5a filter-branch: get rid of "set -e" 18 years ago
Josh Triplett 9d6f220cc8 Remove useless uses of cat, and replace with filename arguments 18 years ago
Johannes Schindelin 8c1ce0f46b filter-branch: fail gracefully when a filter fails 18 years ago
Steffen Prohaska b5669a0504 filter-branch: added missing warn function 18 years ago
Johannes Schindelin 5efb48b5ed filter-branch: make output nicer 18 years ago
Johannes Sixt c57a3494c1 filter-branch: Avoid an error message in the map function. 18 years ago
Johannes Schindelin c401b33c34 Document git-filter-branch 18 years ago
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Linus Torvalds 36e5e70e0f Start deprecating "git-command" in favor of "git command" 18 years ago
Johannes Schindelin 55f22ff22e filter-branch: add example to move everything into a subdirectory 18 years ago
Johannes Sixt cfabd6eee1 filter-branch: subdirectory filter needs --full-history 18 years ago
Johannes Sixt 813b4734fc filter-branch: Simplify parent computation. 18 years ago
Johannes Schindelin 685ef546b6 Teach filter-branch about subdirectory filtering 18 years ago
Matthias Lederhofer 9489d0f197 filter-branch: always export GIT_DIR if it is set 18 years ago
Johannes Sixt 3520e1e868 filter-branch: also don't fail in map() if a commit cannot be mapped 18 years ago
Johannes Sixt 2766ce2815 filter-branch: Use rev-list arguments to specify revision ranges. 18 years ago
Johannes Schindelin 9840906026 filter-branch: fix behaviour of '-k' 18 years ago
Johannes Schindelin c12764b8b7 filter-branch: use $(($i+1)) instead of $((i+1)) 18 years ago
Matthias Lederhofer d674ee4cfc chmod +x git-filter-branch.sh 18 years ago