index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-filter-branch.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'maint'
Junio C Hamano
2010-02-12
1
-1
/
+1
|
\
|
*
filter-branch: Fix error message for --prune-empty --commit-filter
Jacob Helwig
2010-02-12
1
-1
/
+1
*
|
Merge branch 'ms/filter-branch-submodule'
Junio C Hamano
2010-02-03
1
-1
/
+1
|
\
\
|
*
|
filter-branch: Fix to allow replacing submodules with another content
Michal Sojka
2010-01-28
1
-1
/
+1
*
|
|
fix portability issues with $ in double quotes
Stephen Boyd
2010-01-27
1
-2
/
+2
|
/
/
*
|
Merge branch 'js/filter-branch-prime'
Junio C Hamano
2010-01-08
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
filter-branch: remove an unnecessary use of 'git read-tree'
Johannes Sixt
2009-12-16
1
-1
/
+0
*
|
Merge branch 'rs/work-around-grep-opt-insanity'
Junio C Hamano
2009-11-25
1
-1
/
+1
|
\
|
|
*
Protect scripted Porcelains from GREP_OPTIONS insanity
Junio C Hamano
2009-11-24
1
-1
/
+1
*
|
filter-branch: nearest-ancestor rewriting outside subdir filter
Thomas Rast
2009-11-13
1
-5
/
+13
*
|
filter-branch: stop special-casing $filter_subdir argument
Thomas Rast
2009-11-13
1
-7
/
+15
|
/
*
filter-branch: make the usage string fit on 80 chars terminals.
Matthieu Moy
2009-08-18
1
-6
/
+6
*
Convert to use quiet option when available
Dan Loewenherz
2009-04-23
1
-1
/
+1
*
git-filter-branch: avoid collisions with variables in eval'ed commands
Elijah Newren
2009-03-26
1
-3
/
+3
*
Improve error message for git-filter-branch
John Tapsell
2009-03-04
1
-1
/
+3
*
filter-branch -d: Export GIT_DIR earlier
Lars Noschinski
2009-02-18
1
-6
/
+6
*
filter-branch: Add more error-handling
Eric Kidd
2009-02-12
1
-12
/
+14
*
Merge branch 'js/filter-branch-submodule'
Junio C Hamano
2009-02-07
1
-13
/
+14
|
\
|
*
filter-branch: do not consider diverging submodules a 'dirty worktree'
Johannes Schindelin
2009-02-06
1
-1
/
+1
|
*
filter-branch: Fix fatal error on bare repositories
Eric Kidd
2009-02-04
1
-12
/
+13
*
|
filter-branch: add git_commit_non_empty_tree and --prune-empty.
Pierre Habouzit
2009-01-11
1
-1
/
+28
|
/
*
filter-branch: use git rev-parse -q
Miklos Vajna
2008-12-03
1
-1
/
+1
*
Merge branch 'tr/filter-branch'
Junio C Hamano
2008-09-03
1
-18
/
+14
|
\
|
*
filter-branch: use --simplify-merges
Thomas Rast
2008-08-13
1
-3
/
+4
|
*
filter-branch: fix ref rewriting with --subdirectory-filter
Thomas Rast
2008-08-13
1
-16
/
+11
*
|
filter-branch: Grok special characters in tag names
Johannes Sixt
2008-08-22
1
-5
/
+7
|
/
*
filter-branch: be more helpful when an annotated tag changes
Thomas Rast
2008-08-09
1
-3
/
+11
*
git-filter-branch.sh: Allow running in bare repositories
Petr Baudis
2008-07-24
1
-14
/
+18
*
Merge 1.5.5.3 in
Junio C Hamano
2008-05-28
1
-1
/
+1
|
\
|
*
Revert "filter-branch: subdirectory filter needs --full-history"
Johannes Sixt
2008-05-28
1
-1
/
+1
*
|
filter-branch: fix variable export logic
Jeff King
2008-05-14
1
-3
/
+9
*
|
Merge branch 'bc/filter-branch'
Junio C Hamano
2008-05-06
1
-2
/
+16
|
\
\
|
|
/
|
/
|
|
*
filter-branch.sh: support nearly proper tag name filtering
Brandon Casey
2008-03-31
1
-2
/
+16
*
|
filter-branch: Fix renaming a directory in the tree-filter
veillette@yahoo.ca
2008-03-31
1
-1
/
+1
|
/
*
filter-branch: use $SHELL_PATH instead of 'sh'
Jeff King
2008-03-13
1
-1
/
+1
*
filter-branch: don't use xargs -0
Jeff King
2008-03-13
1
-1
/
+1
*
tr portability fixes
Jeff King
2008-03-13
1
-2
/
+2
*
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-16
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-31
1
-2
/
+1
*
filter-branch docs: remove brackets so not to imply revision arg is optional
Brandon Casey
2008-01-31
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-07
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-18
1
-1
/
+1
*
Replace instances of export VAR=VAL with VAR=VAL; export VAR
Johannes Schindelin
2007-11-29
1
-8
/
+12
*
Merge branch 'maint'
Junio C Hamano
2007-11-29
1
-1
/
+1
|
\
|
*
scripts: do not get confused with HEAD in work tree
Junio C Hamano
2007-11-29
1
-1
/
+1
[next]