index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-11
Move Tests Into Subdirectory
David A. Greene
1
-0
/
+0
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
Fix a few typos/grammar-o's in the preceding commit.
Avery Pennarun
1
-7
/
+7
2010-10-21
docs: Description, synopsys, options and examples changes.
John Yani
1
-43
/
+69
2010-10-21
Fixing eval syntax error.
Cole Stanfield
1
-1
/
+1
2010-08-12
Fix typo: an -> a
Avery Pennarun
1
-1
/
+1
2010-07-21
docs: simplify example 1
Bryan Larsen
1
-7
/
+3
2010-06-24
Another fix for PATH and msysgit.
Avery Pennarun
1
-3
/
+1
2010-06-24
Merge remote branch 'origin/master'
Avery Pennarun
2
-5
/
+26
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
2
-1
/
+13
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
4
-18
/
+77
2010-02-08
Docs: cleaning up example textual redundancy
Dan Sabath
1
-3
/
+3
2010-02-08
docs: add simple 'add' case to clarify setup.
Dan Sabath
1
-2
/
+26
2010-02-08
Some recent tests accidentally depended on very new versions of git.
Avery Pennarun
1
-2
/
+2
2010-02-08
Oops. Apparently I didn't run 'make test' after most recent change.
Avery Pennarun
1
-1
/
+2
2010-02-08
Improve checking for existence of the --prefix directory.
Avery Pennarun
2
-3
/
+21
2010-02-06
Make sure that <prefix> exists when splitting.
Win Treese
2
-0
/
+13
2010-02-06
Make tests pass with recent git (1.7.0 and up).
Avery Pennarun
1
-1
/
+5
2010-02-05
git-subtree.txt: add another example.
Win Treese
1
-2
/
+19
2010-02-02
Jakub's changes broke the progress message slightly.
Avery Pennarun
1
-2
/
+1
2010-02-02
Merge branch 'master' of git://github.com/psionides/git-subtree
Avery Pennarun
3
-17
/
+164
2010-02-02
Fix refspecs in given example for git subtree pull.
Arlen Cuss
1
-1
/
+1
2010-01-12
improved rev_is_descendant_of_branch() function
Jakub Suder
1
-2
/
+2
2010-01-12
added temporary test dirs to gitignore
Jakub Suder
1
-0
/
+2
2010-01-12
added tests for recent changes
Jakub Suder
1
-2
/
+104
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-11-20
Weird, I forgot to have 'make test' call test.sh.
Avery Pennarun
1
-0
/
+4
2009-11-15
make git version dynamic when building documentation
Ben Walton
1
-1
/
+3
2009-11-15
add installation support to Makefile
Ben Walton
1
-0
/
+20
2009-11-15
Oops, forgot a COPYING file. It's GPLv2.
Avery Pennarun
1
-0
/
+339
2009-11-04
Add some tips for how to install.
Avery Pennarun
2
-0
/
+14
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
3
-9
/
+5
2009-10-02
Merge branch 'master' of git://github.com/voxpelli/git-subtree
Avery Pennarun
1
-0
/
+1
2009-10-02
Add a README that says to email me instead of using github mail.
Avery Pennarun
1
-0
/
+8
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
3
-7
/
+2
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
[next]