1
0
mirror of https://github.com/git/git.git synced 2024-10-22 17:09:18 +02:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Avery Pennarun 49cf82288a Only copy a commit if it has at least one nonidentical parent.
This is a simplification of the previous logic.  I don't *think* it'll break
anything.

Results in far fewer useless merge commmits when playing with gitweb in the
git project:

git subtree split --prefix=gitweb --annotate='(split) ' 0a8f4f0^^..f2e7330
	--onto=1130ef3

...and it doesn't *seem* to eliminate anything important.
2009-04-26 17:07:16 -04:00
.gitignore basic options parsing and whatnot. 2009-04-24 14:13:34 -04:00
git-subtree basic options parsing and whatnot. 2009-04-24 14:13:34 -04:00
git-subtree.sh Only copy a commit if it has at least one nonidentical parent. 2009-04-26 17:07:16 -04:00
shellopts.sh basic options parsing and whatnot. 2009-04-24 14:13:34 -04:00
test.sh Trim some extra merge commits that don't need to go into the split tree. 2009-04-26 16:53:57 -04:00
todo todo list 2009-04-26 08:53:14 -04:00