96 Commits (4402f301555feeada2de68c4576aa15acfe40b46)

Author SHA1 Message Date
Jeff King 97276019bb filter-branch: return to original dir after filtering 12 years ago
Jeff King 3c730fab2c filter-branch: use git-sh-setup's ident parsing functions 12 years ago
Junio C Hamano cb102b0832 filter-branch: do not forget the '@' prefix to force git-timestamp 13 years ago
Jeff King 5347a50fec filter-branch: use require_clean_work_tree 14 years ago
Michael Witten 0906f6e14e filter-branch: Export variable `workdir' for --commit-filter 14 years ago
Junio C Hamano 9dcca58db4 filter-branch.sh: de-dent usage string 14 years ago
Jon Seymour 285c6cbf3c misc-sh: fix up whitespace in some other .sh files. 14 years ago
Csaba Henk 7ec344d802 filter-branch: retire --remap-to-ancestor 15 years ago
Jacob Helwig 5da8171370 filter-branch: Fix error message for --prune-empty --commit-filter 15 years ago
Michal Sojka 03ca839537 filter-branch: Fix to allow replacing submodules with another content 15 years ago
Stephen Boyd 9524cf2993 fix portability issues with $ in double quotes 15 years ago
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. 16 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 17 years ago
Thomas Rast f34a9416ab filter-branch: use --simplify-merges 17 years ago
Thomas Rast a0e46390d3 filter-branch: fix ref rewriting with --subdirectory-filter 17 years ago
Thomas Rast 261044e85d filter-branch: be more helpful when an annotated tag changes 17 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