index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t7003-filter-branch.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-21
1
-1
/
+0
*
revision: fix memory leaks when rewriting parents
Patrick Steinhardt
2024-09-30
1
-0
/
+1
*
t7003: ensure filter-branch prunes reflogs with the reftable backend
Patrick Steinhardt
2024-02-15
1
-4
/
+1
*
t: convert fgrep usage to "grep -F"
Đoàn Trần Công Danh
2022-09-21
1
-2
/
+2
*
t7003: check reflog existence only for REFFILES
Han-Wen Nienhuys
2021-06-02
1
-1
/
+4
*
t7003: use rev-parse rather than FS inspection
Han-Wen Nienhuys
2021-06-02
1
-1
/
+1
*
Merge branch 'jk/filter-branch-sha256'
Junio C Hamano
2021-03-22
1
-0
/
+31
|
\
|
*
t7003: test ref rewriting explicitly
Jeff King
2021-03-10
1
-0
/
+31
*
|
t7[0-4]*: adjust the references to the default branch name "main"
Johannes Schindelin
2020-11-20
1
-21
/
+21
*
|
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
|
/
*
t7003: compute appropriate length constant
brian m. carlson
2020-07-30
1
-1
/
+2
*
Merge branch 'mb/filter-branch-optim'
Junio C Hamano
2018-07-18
1
-0
/
+15
|
\
|
*
filter-branch: skip commits present on --state-branch
Michael Barabanov
2018-06-27
1
-0
/
+15
*
|
Merge branch 'pk/test-avoid-pipe-hiding-exit-status'
Junio C Hamano
2018-04-11
1
-3
/
+6
|
\
\
|
*
|
test: avoid pipes in git related commands for test
Pratik Karki
2018-03-28
1
-3
/
+6
|
|
/
*
/
filter-branch: fix errors caused by refs that point at non-committish
Yuki Kokubun
2018-03-25
1
-0
/
+14
|
/
*
filter-branch: fix --prune-empty on parentless commits
Devin J. Pohly
2017-03-03
1
-2
/
+2
*
t7003: ensure --prune-empty removes entire branch when applicable
Devin J. Pohly
2017-03-03
1
-0
/
+7
*
t7003: ensure --prune-empty can prune root commit
Devin J. Pohly
2017-03-03
1
-0
/
+30
*
Merge branch 'jk/filter-branch-no-index'
Junio C Hamano
2016-01-29
1
-0
/
+8
|
\
|
*
filter-branch: resolve $commit^{tree} in no-index case
Jeff King
2016-01-19
1
-0
/
+8
*
|
t/t7003-filter-branch.sh: use the $( ... ) construct for command substitution
Elia Pinto
2016-01-07
1
-3
/
+3
*
|
filter-branch: deal with object name vs. pathname ambiguity in tree-filter
SZEDER Gábor
2015-11-25
1
-0
/
+7
|
/
*
filter-branch: remove multi-line headers in msg filter
James McCoy
2015-10-12
1
-0
/
+14
*
filter-branch: avoid passing commit message through sed
Jeff King
2015-04-29
1
-0
/
+10
*
filter-branch: eliminate duplicate mapped parents
Charles Bailey
2014-07-01
1
-0
/
+11
*
Merge branch 'jk/filter-branch-come-back-to-original'
Junio C Hamano
2013-04-07
1
-0
/
+14
|
\
|
*
filter-branch: return to original dir after filtering
Jeff King
2013-04-02
1
-0
/
+14
*
|
filter-branch: use git-sh-setup's ident parsing functions
Jeff King
2012-10-19
1
-2
/
+3
|
/
*
t7003: add test to filter a branch with a commit at epoch
Junio C Hamano
2012-07-12
1
-1
/
+2
*
Merge branch 'bg/fix-t7003'
Junio C Hamano
2010-09-16
1
-38
/
+41
|
\
|
*
t7003: Use test_commit instead of custom function
Brian Gernhardt
2010-09-13
1
-38
/
+41
*
|
filter-branch: retire --remap-to-ancestor
Csaba Henk
2010-08-28
1
-0
/
+18
|
/
*
t/t7003: replace \t with literal tab in sed expression
Brandon Casey
2010-08-13
1
-1
/
+1
*
t7003: fix subdirectory-filter test
Thomas Rast
2010-08-09
1
-1
/
+2
*
filter-branch: Add tests for submodules in tree-filter
Michal Sojka
2010-01-28
1
-0
/
+39
*
filter-branch: nearest-ancestor rewriting outside subdir filter
Thomas Rast
2009-11-13
1
-0
/
+18
*
filter-branch -d: Export GIT_DIR earlier
Lars Noschinski
2009-02-18
1
-0
/
+12
*
filter-branch: Add more error-handling
Eric Kidd
2009-02-12
1
-0
/
+4
*
Merge branch 'js/filter-branch-submodule'
Junio C Hamano
2009-02-07
1
-1
/
+3
|
\
|
*
filter-branch: Fix fatal error on bare repositories
Eric Kidd
2009-02-04
1
-1
/
+3
*
|
filter-branch: add git_commit_non_empty_tree and --prune-empty.
Pierre Habouzit
2009-01-11
1
-0
/
+8
|
/
*
Merge branch 'maint'
Junio C Hamano
2008-09-04
1
-11
/
+11
|
\
|
*
tests: use "git xyzzy" form (t7000 - t7199)
Nanako Shiraishi
2008-09-03
1
-11
/
+11
*
|
Merge branch 'tr/filter-branch'
Junio C Hamano
2008-09-03
1
-2
/
+6
|
\
\
|
*
|
filter-branch: fix ref rewriting with --subdirectory-filter
Thomas Rast
2008-08-13
1
-1
/
+1
|
*
|
filter-branch: Extend test to show rewriting bug
Thomas Rast
2008-08-13
1
-3
/
+7
|
|
/
*
/
filter-branch: Grok special characters in tag names
Johannes Sixt
2008-08-22
1
-0
/
+8
|
/
*
git-filter-branch.sh: Allow running in bare repositories
Petr Baudis
2008-07-24
1
-0
/
+8
*
Merge 1.5.5.3 in
Junio C Hamano
2008-05-28
1
-11
/
+2
|
\
[next]