115 Commits (33028713206c3f59709617d8af5ba4212920a5f0)

Author SHA1 Message Date
Andreas Heiduk d612975e8e filter-branch: add [--] to usage 8 years ago
Andreas Heiduk 3b117f7301 filter-branch: add `--setup` step 8 years ago
Jean-Noel Avila 6963893943 git-filter-branch: be more direct in an error message 8 years ago
Devin J. Pohly a582a82d24 filter-branch: fix --prune-empty on parentless commits 8 years ago
Jeff King 1dc413ebe5 filter-branch: resolve $commit^{tree} in no-index case 9 years ago
SZEDER Gábor 4d2a3646d1 filter-branch: deal with object name vs. pathname ambiguity in tree-filter 9 years ago
Jeff King 348d4f2fc5 filter-branch: skip index read/write when possible 9 years ago
James McCoy a5a4b3ff4d filter-branch: remove multi-line headers in msg filter 9 years ago
Junio C Hamano 71400d97b1 filter-branch: make report-progress more readable 9 years ago
Gabor Bernat 6a9d16a0a8 filter-branch: add passed/remaining seconds on progress 9 years ago
Jeff King df0620108b filter-branch: avoid passing commit message through sed 10 years ago
Charles Bailey 79bc4ef368 filter-branch: eliminate duplicate mapped parents 11 years ago
Lee Carver 3361a548db Allow git-filter-branch to process large repositories with lots of branches. 11 years ago
Jeff King 83bd7437ca write_index: optionally allow broken null sha1s 12 years ago
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