summaryrefslogtreecommitdiff
path: root/todo
AgeCommit message (Collapse)AuthorFilesLines
2009-10-02If someone provides a --prefix that ends with slash, strip the slash.Libravatar Avery Pennarun1-4/+0
Prefixes that differ only in the trailing slash should be considered identical. Also update the test to check that this works.
2009-08-26Fix behaviour if you have a branch named the same as your --prefixLibravatar Avery Pennarun1-6/+0
We were trying to 'git checkout $prefix', which is ambiguous if $prefix names a directory *and* a branch. Do 'git checkout -- $prefix' instead. The main place this appeared was in 'git subtree add'. Reported by several people.
2009-08-02todo: idea for a 'git subtree grafts' commandLibravatar Avery Pennarun1-0/+3
2009-08-01todoLibravatar Avery Pennarun1-0/+2
2009-07-16todo^Libravatar Avery Pennarun1-0/+5
2009-07-10todoLibravatar Avery Pennarun1-0/+3
2009-07-07todoLibravatar Avery Pennarun1-0/+2
2009-07-02Some todo items reported by pmccurdyLibravatar Avery Pennarun1-2/+21
2009-06-15update todoLibravatar Avery Pennarun1-0/+3
2009-05-30Make --squash work with the 'add' command too.Libravatar Avery Pennarun1-2/+5
2009-05-30New --branch option to split command.Libravatar Avery Pennarun1-5/+5
This is just a handy way to create a new branch from the newly-split subtree.
2009-05-24More to-do items based on feedbackLibravatar Avery Pennarun1-1/+13
2009-04-26todo listLibravatar Avery Pennarun1-0/+8