Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-22Merge branch 'jc/maint-filter-branch-epoch-date'Junio C Hamano
2012-07-10filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano
2011-10-05Merge branch 'jk/filter-branch-require-clean-work-tree'Junio C Hamano
2011-09-16filter-branch: use require_clean_work_treeJeff King
2011-08-18Merge branch 'js/sh-style'Junio C Hamano
2011-08-08filter-branch: Export variable `workdir' for --commit-filterMichael Witten
2011-08-06filter-branch.sh: de-dent usage stringJunio C Hamano
2011-08-06misc-sh: fix up whitespace in some other .sh files.Jon Seymour
2010-08-28filter-branch: retire --remap-to-ancestorCsaba Henk
2010-02-12Merge branch 'maint'Junio C Hamano
2010-02-12filter-branch: Fix error message for --prune-empty --commit-filterJacob Helwig
2010-02-03Merge branch 'ms/filter-branch-submodule'Junio C Hamano
2010-01-29filter-branch: Fix to allow replacing submodules with another contentMichal Sojka
2010-01-27fix portability issues with $ in double quotesStephen Boyd
2010-01-08Merge branch 'js/filter-branch-prime'Junio C Hamano
2009-12-16filter-branch: remove an unnecessary use of 'git read-tree'Johannes Sixt
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano
2009-11-24Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano
2009-11-13filter-branch: nearest-ancestor rewriting outside subdir filterThomas Rast
2009-11-13filter-branch: stop special-casing $filter_subdir argumentThomas Rast
2009-08-19filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy
2009-04-23Convert to use quiet option when availableDan Loewenherz
2009-03-26git-filter-branch: avoid collisions with variables in eval'ed commandsElijah Newren
2009-03-04Improve error message for git-filter-branchJohn Tapsell
2009-02-18filter-branch -d: Export GIT_DIR earlierLars Noschinski
2009-02-12filter-branch: Add more error-handlingEric Kidd
2009-02-07Merge branch 'js/filter-branch-submodule'Junio C Hamano
2009-02-06filter-branch: do not consider diverging submodules a 'dirty worktree'Johannes Schindelin
2009-02-04filter-branch: Fix fatal error on bare repositoriesEric Kidd
2009-01-11filter-branch: add git_commit_non_empty_tree and --prune-empty.Pierre Habouzit
2008-12-04filter-branch: use git rev-parse -qMiklos Vajna
2008-09-03Merge branch 'tr/filter-branch'Junio C Hamano
2008-08-22filter-branch: Grok special characters in tag namesJohannes Sixt
2008-08-13filter-branch: use --simplify-mergesThomas Rast
2008-08-13filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast
2008-08-09filter-branch: be more helpful when an annotated tag changesThomas Rast
2008-07-24git-filter-branch.sh: Allow running in bare repositoriesPetr Baudis
2008-05-28Merge 1.5.5.3 inJunio C Hamano
2008-05-28Revert "filter-branch: subdirectory filter needs --full-history"Johannes Sixt
2008-05-14filter-branch: fix variable export logicJeff King
2008-05-06Merge branch 'bc/filter-branch'Junio C Hamano
2008-03-31filter-branch: Fix renaming a directory in the tree-filterveillette@yahoo.ca
2008-03-31filter-branch.sh: support nearly proper tag name filteringBrandon Casey
2008-03-13filter-branch: use $SHELL_PATH instead of 'sh'Jeff King
2008-03-13filter-branch: don't use xargs -0Jeff King
2008-03-13tr portability fixesJeff King
2008-03-09filter-branch: handle "disappearing tree" case correctly in subdir filterJunio C Hamano
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano
2008-02-01Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Junio C Hamano
2008-01-31filter-branch: assume HEAD if no revision suppliedBrandon Casey