Sign in
googlers
/
jrn
/
git
/
086eaab8da7da69907cfc1461d912aea2827406b
/
git-filter-branch.sh
ebeb39f
git-sh-setup: remove "sane_grep", it's not needed anymore
by Ævar Arnfjörð Bjarmason
· 3 years, 5 months ago
42efa12
filter-branch: drop $_x40 glob
by Jeff King
· 4 years ago
98fe9e6
filter-branch: drop multiple-ancestor warning
by Jeff King
· 4 years ago
9df53c5
Recommend git-filter-repo instead of git-filter-branch
by Elijah Newren
· 6 years ago
676c7e5
Merge branch 'mb/filter-branch-optim'
by Junio C Hamano
· 7 years ago
709cfe8
filter-branch: skip commits present on --state-branch
by Michael Barabanov
· 7 years ago
03a7f38
Update shell scripts to compute empty tree object ID
by brian m. carlson
· 7 years ago
9aa3a4c
Merge branch 'yk/filter-branch-non-committish-refs'
by Junio C Hamano
· 7 years ago
cb3e97d
Merge branch 'ml/filter-branch-no-op-error'
by Junio C Hamano
· 7 years ago
f78ab35
filter-branch: fix errors caused by refs that point at non-committish
by Yuki Kokubun
· 7 years ago
206a6ae
filter-branch: use printf instead of echo -e
by Michele Locati
· 7 years ago
0a0eb2e
filter-branch: return 2 when nothing to rewrite
by Michele Locati
· 7 years ago
e336afd
Merge branch 'dg/filter-branch-filter-order-doc'
by Junio C Hamano
· 7 years ago
07c4984
doc: list filter-branch subdirectory-filter first
by David Glasser
· 7 years ago
b2c1ca6
filter-branch: use hash-object instead of mktag
by Ian Campbell
· 7 years ago
bd2c79f
filter-branch: stash away ref map in a branch
by Ian Campbell
· 7 years ago
7b1378b
filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*
by Ian Campbell
· 7 years ago
d24813c
filter-branch: reset $GIT_* before cleaning up
by Ian Campbell
· 7 years ago
d612975
filter-branch: add [--] to usage
by Andreas Heiduk
· 8 years ago
3b117f7
filter-branch: add `--setup` step
by Andreas Heiduk
· 8 years ago
6963893
git-filter-branch: be more direct in an error message
by Jean-Noel Avila
· 8 years ago
a582a82
filter-branch: fix --prune-empty on parentless commits
by Devin J. Pohly
· 8 years ago
a2ec948
Merge branch 'jk/filter-branch-no-index'
by Junio C Hamano
· 9 years ago
1dc413e
filter-branch: resolve $commit^{tree} in no-index case
by Jeff King
· 9 years ago
2e5adec
Merge branch 'jk/filter-branch-no-index'
by Junio C Hamano
· 9 years ago
40fdcc5
Merge branch 'maint'
by Jeff King
· 9 years ago
4d2a364
filter-branch: deal with object name vs. pathname ambiguity in tree-filter
by SZEDER Gábor
· 9 years ago
348d4f2
filter-branch: skip index read/write when possible
by Jeff King
· 9 years ago
1551511
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'
by Junio C Hamano
· 9 years ago
a5a4b3f
filter-branch: remove multi-line headers in msg filter
by James McCoy
· 9 years ago
71400d9
filter-branch: make report-progress more readable
by Junio C Hamano
· 9 years ago
6a9d16a
filter-branch: add passed/remaining seconds on progress
by Gabor Bernat
· 10 years ago
df06201
filter-branch: avoid passing commit message through sed
by Jeff King
· 10 years ago
79bc4ef
filter-branch: eliminate duplicate mapped parents
by Charles Bailey
· 11 years ago
f52752d
Merge branch 'lc/filter-branch-too-many-refs'
by Junio C Hamano
· 11 years ago
3361a54
Allow git-filter-branch to process large repositories with lots of branches.
by Lee Carver
· 12 years ago
83bd743
write_index: optionally allow broken null sha1s
by Jeff King
· 12 years ago
9a11f13
Merge branch 'jk/filter-branch-come-back-to-original'
by Junio C Hamano
· 12 years ago
9727601
filter-branch: return to original dir after filtering
by Jeff King
· 12 years ago
3c730fa
filter-branch: use git-sh-setup's ident parsing functions
by Jeff King
· 12 years ago
9a0231b
Merge branch 'jc/maint-filter-branch-epoch-date'
by Junio C Hamano
· 13 years ago
cb102b0
filter-branch: do not forget the '@' prefix to force git-timestamp
by Junio C Hamano
· 13 years ago
9c14001
Merge branch 'jk/filter-branch-require-clean-work-tree'
by Junio C Hamano
· 13 years ago
5347a50
filter-branch: use require_clean_work_tree
by Jeff King
· 14 years ago
1461205
Merge branch 'js/sh-style'
by Junio C Hamano
· 14 years ago
0906f6e
filter-branch: Export variable `workdir' for --commit-filter
by Michael Witten
· 14 years ago
9dcca58
filter-branch.sh: de-dent usage string
by Junio C Hamano
· 14 years ago
285c6cb
misc-sh: fix up whitespace in some other .sh files.
by Jon Seymour
· 14 years ago
7ec344d
filter-branch: retire --remap-to-ancestor
by Csaba Henk
· 15 years ago
618d18b
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
5da8171
filter-branch: Fix error message for --prune-empty --commit-filter
by Jacob Helwig
· 15 years ago
4b7acc1
Merge branch 'ms/filter-branch-submodule'
by Junio C Hamano
· 15 years ago
03ca839
filter-branch: Fix to allow replacing submodules with another content
by Michal Sojka
· 15 years ago
9524cf2
fix portability issues with $ in double quotes
by Stephen Boyd
· 15 years ago
f012d27
Merge branch 'js/filter-branch-prime'
by Junio C Hamano
· 15 years ago
7ee6376
filter-branch: remove an unnecessary use of 'git read-tree'
by Johannes Sixt
· 15 years ago
ad7ace7
Merge branch 'rs/work-around-grep-opt-insanity'
by Junio C Hamano
· 15 years ago
e1622bf
Protect scripted Porcelains from GREP_OPTIONS insanity
by Junio C Hamano
· 15 years ago
f2f3a6b
filter-branch: nearest-ancestor rewriting outside subdir filter
by Thomas Rast
· 15 years ago
2c1d2d8
filter-branch: stop special-casing $filter_subdir argument
by Thomas Rast
· 15 years ago
83e355a
filter-branch: make the usage string fit on 80 chars terminals.
by Matthieu Moy
· 16 years ago
7bd93c1
Convert to use quiet option when available
by Dan Loewenherz
· 16 years ago
d5b0c97
git-filter-branch: avoid collisions with variables in eval'ed commands
by Elijah Newren
· 16 years ago
734cd57
Improve error message for git-filter-branch
by John Tapsell
· 16 years ago
88e3880
filter-branch -d: Export GIT_DIR earlier
by Lars Noschinski
· 16 years ago
0ea29cc
filter-branch: Add more error-handling
by Eric Kidd
· 16 years ago
df4364a
Merge branch 'js/filter-branch-submodule'
by Junio C Hamano
· 16 years ago
26be15f
filter-branch: do not consider diverging submodules a 'dirty worktree'
by Johannes Schindelin
· 16 years ago
9273b56
filter-branch: Fix fatal error on bare repositories
by Eric Kidd
· 16 years ago
d3240d9
filter-branch: add git_commit_non_empty_tree and --prune-empty.
by Pierre Habouzit
· 16 years ago
d69da76
filter-branch: use git rev-parse -q
by Miklos Vajna
· 16 years ago
0191457
Merge branch 'tr/filter-branch'
by Junio C Hamano
· 17 years ago
a9da166
filter-branch: Grok special characters in tag names
by Johannes Sixt
· 17 years ago
f34a941
filter-branch: use --simplify-merges
by Thomas Rast
· 17 years ago
a0e4639
filter-branch: fix ref rewriting with --subdirectory-filter
by Thomas Rast
· 17 years ago
261044e
filter-branch: be more helpful when an annotated tag changes
by Thomas Rast
· 17 years ago
a4661b0
git-filter-branch.sh: Allow running in bare repositories
by Petr Baudis
· 17 years ago
b71ce7f
Merge 1.5.5.3 in
by Junio C Hamano
· 17 years ago
a17171b
Revert "filter-branch: subdirectory filter needs --full-history"
by Johannes Sixt
· 17 years ago
0bdf93c
filter-branch: fix variable export logic
by Jeff King
· 17 years ago
e9dd751
Merge branch 'bc/filter-branch'
by Junio C Hamano
· 17 years ago
6a589fd
filter-branch: Fix renaming a directory in the tree-filter
by veillette@yahoo.ca
· 17 years ago
1bf6551
filter-branch.sh: support nearly proper tag name filtering
by Brandon Casey
· 17 years ago
4bf9f27
filter-branch: use $SHELL_PATH instead of 'sh'
by Jeff King
· 17 years ago
d89c1df
filter-branch: don't use xargs -0
by Jeff King
· 17 years ago
40a7ce6
tr portability fixes
by Jeff King
· 17 years ago
5b044ac
filter-branch: handle "disappearing tree" case correctly in subdir filter
by Junio C Hamano
· 17 years ago
1fe32cb
filter-branch: handle filenames that need quoting
by Junio C Hamano
· 17 years ago
bb8eebb
Revert "filter-branch docs: remove brackets so not to imply revision arg is optional"
by Junio C Hamano
· 17 years ago
0f047f3
filter-branch: assume HEAD if no revision supplied
by Brandon Casey
· 17 years ago
c41b439
filter-branch docs: remove brackets so not to imply revision arg is optional
by Brandon Casey
· 17 years ago
def16e7
filter-branch.sh: remove temporary directory on failure
by Brandon Casey
· 17 years ago
418fa3a
filter-branch: work correctly with ambiguous refnames
by Junio C Hamano
· 17 years ago
e8a3f90
git-filter-branch.sh: more portable tr usage: use \012, not \n.
by Jim Meyering
· 17 years ago
91c3ace
filter-branch: Remove broken and unnecessary summary of rewritten refs.
by Johannes Sixt
· 17 years ago
3175b0c
the use of 'tr' in the test suite isn't really portable
by H.Merijn Brand
· 17 years ago
3addc94
Replace instances of export VAR=VAL with VAR=VAL; export VAR
by Johannes Schindelin
· 17 years ago
d25430c
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
38762c4
scripts: do not get confused with HEAD in work tree
by Junio C Hamano
· 17 years ago
16ed34a
filter-branch: fix dirty way to provide the helpers to commit filters
by Johannes Schindelin
· 17 years ago
Next »