79 Commits (1ec666b092d1df5691cd4d38f20aaeadd5049aa2)

Author SHA1 Message Date
Johannes Sixt 7ee6376938 filter-branch: remove an unnecessary use of 'git read-tree' 15 years ago
Junio C Hamano e1622bfcba Protect scripted Porcelains from GREP_OPTIONS insanity 15 years ago
Thomas Rast f2f3a6b802 filter-branch: nearest-ancestor rewriting outside subdir filter 15 years ago
Thomas Rast 2c1d2d8188 filter-branch: stop special-casing $filter_subdir argument 15 years ago
Matthieu Moy 83e355a62c filter-branch: make the usage string fit on 80 chars terminals. 15 years ago
Dan Loewenherz 7bd93c1c62 Convert to use quiet option when available 16 years ago
Elijah Newren d5b0c97d13 git-filter-branch: avoid collisions with variables in eval'ed commands 16 years ago
John Tapsell 734cd5726c Improve error message for git-filter-branch 16 years ago
Lars Noschinski 88e38808cd filter-branch -d: Export GIT_DIR earlier 16 years ago
Eric Kidd 0ea29cce4d filter-branch: Add more error-handling 16 years ago
Johannes Schindelin 26be15f09d filter-branch: do not consider diverging submodules a 'dirty worktree' 16 years ago
Eric Kidd 9273b56278 filter-branch: Fix fatal error on bare repositories 16 years ago
Pierre Habouzit d3240d935c filter-branch: add git_commit_non_empty_tree and --prune-empty. 16 years ago
Miklos Vajna d69da76dd0 filter-branch: use git rev-parse -q 16 years ago
Johannes Sixt a9da1663df filter-branch: Grok special characters in tag names 16 years ago
Thomas Rast f34a9416ab filter-branch: use --simplify-merges 16 years ago
Thomas Rast a0e46390d3 filter-branch: fix ref rewriting with --subdirectory-filter 16 years ago
Thomas Rast 261044e85d filter-branch: be more helpful when an annotated tag changes 16 years ago
Petr Baudis a4661b018d git-filter-branch.sh: Allow running in bare repositories 17 years ago
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