index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-subtree.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
Skip commit objects that should be trees, rather than copying them.
Avery Pennarun
1
-0
/
+1
2011-02-28
It's also okay if an expected tree object is actually a commit.
Avery Pennarun
1
-1
/
+1
2010-11-09
Added check to order of processed commits.
Jesse Greenwald
1
-0
/
+28
2010-11-09
Split cmd now processes commits in topo order.
Jesse Greenwald
1
-1
/
+1
2010-10-21
Fixing eval syntax error.
Cole Stanfield
1
-1
/
+1
2010-06-24
Another fix for PATH and msysgit.
Avery Pennarun
1
-3
/
+1
2010-06-24
Merge remote branch 'origin/master'
Avery Pennarun
1
-5
/
+17
2010-06-24
(Hopefully) fix PATH setting for msysgit.
Avery Pennarun
1
-0
/
+4
2010-05-20
Fixed regression with splitting out new subtree
Pelle Wessman
1
-1
/
+4
2010-05-07
Use 'git merge -Xsubtree' when git version >= 1.7.0.
Pelle Wessman
1
-4
/
+13
2010-02-13
Added new 'push' command and 2-parameter form of 'add'.
Wayne Walter
1
-9
/
+49
2010-02-08
Improve checking for existence of the --prefix directory.
Avery Pennarun
1
-3
/
+6
2010-02-06
Make sure that <prefix> exists when splitting.
Win Treese
1
-0
/
+5
2010-02-06
Make tests pass with recent git (1.7.0 and up).
Avery Pennarun
1
-1
/
+5
2010-02-02
Jakub's changes broke the progress message slightly.
Avery Pennarun
1
-2
/
+1
2010-01-12
improved rev_is_descendant_of_branch() function
Jakub Suder
1
-2
/
+2
2010-01-12
fixed bug in commit message for split
Jakub Suder
1
-1
/
+1
2010-01-12
changed alias for --prefix from -p to -P
Jakub Suder
1
-2
/
+2
2010-01-10
fix for subtree split not finding proper base for new commits
Jakub Suder
1
-1
/
+4
2010-01-10
allow using --branch with existing branches if it makes sense
Jakub Suder
1
-8
/
+26
2010-01-10
added -m/--message option for setting merge commit message
Jakub Suder
1
-4
/
+26
2010-01-06
added -p alias for --prefix
Jakub Suder
1
-2
/
+2
2009-10-02
cmd_pull didn't support --squash correctly.
Avery Pennarun
1
-2
/
+3
2009-10-02
Fix a minor problem in identifying squashes vs. normal splits.
Avery Pennarun
1
-1
/
+3
2009-10-02
If someone provides a --prefix that ends with slash, strip the slash.
Avery Pennarun
1
-3
/
+3
2009-09-30
Check that the type of the tree really is a tree and not a commit as it seems...
Pelle Wessman
1
-0
/
+1
2009-08-26
Fix behaviour if you have a branch named the same as your --prefix
Avery Pennarun
1
-1
/
+1
2009-08-26
Improve patch to use git --exec-path: add to PATH instead.
Avery Pennarun
1
-1
/
+2
2009-08-20
Add explicit path of git installation by 'git --exec-path'.
kTln2
1
-1
/
+1
2009-05-30
Make --squash work with the 'add' command too.
Avery Pennarun
1
-18
/
+39
2009-05-30
Fix splitting after using a squash merge.
Avery Pennarun
1
-2
/
+6
2009-05-30
Don't squash-merge if the old and new commits are the same.
Avery Pennarun
1
-0
/
+4
2009-05-30
Basic "subtree merge --squash" support.
Avery Pennarun
1
-1
/
+77
2009-05-30
merge_msg() is really more like rejoin_msg().
Avery Pennarun
1
-5
/
+8
2009-05-30
FIXME help for --squash option
Avery Pennarun
1
-0
/
+5
2009-05-30
slightly rearrange help message for split.
Avery Pennarun
1
-2
/
+2
2009-05-30
New --branch option to split command.
Avery Pennarun
1
-2
/
+24
2009-05-30
typo in comment
Avery Pennarun
1
-1
/
+1
2009-04-30
Abort if --rejoin fails.
Avery Pennarun
1
-1
/
+1
2009-04-26
debug messages are off by default; use -d to enable.
Avery Pennarun
1
-2
/
+18
2009-04-26
Simplify merges even more aggressively.
Avery Pennarun
1
-1
/
+1
2009-04-26
Only copy a commit if it has at least one nonidentical parent.
Avery Pennarun
1
-1
/
+4
2009-04-26
Trim some extra merge commits that don't need to go into the split tree.
Avery Pennarun
1
-3
/
+16
2009-04-26
Clarify why we can't do 'git rev-list' with a path.
Avery Pennarun
1
-3
/
+3
2009-04-26
Typo when searching for existing splits.
Avery Pennarun
1
-1
/
+1
2009-04-26
Add --annotate option, and create recognizable file content during tests.
Avery Pennarun
1
-1
/
+5
2009-04-25
Handle it successfully if a given parent commit has no parents.
Avery Pennarun
1
-1
/
+12
2009-04-24
Add 'git subtree merge' and 'git subtree pull'.
Avery Pennarun
1
-15
/
+40
2009-04-24
Add a new 'git subtree add' command for adding subtrees from a given rev.
Avery Pennarun
1
-3
/
+53
2009-04-24
Pass the path using the --prefix option instead of on the command line.
Avery Pennarun
1
-12
/
+16
[next]