Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-02 | If someone provides a --prefix that ends with slash, strip the slash. | 1 | -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-26 | Fix behaviour if you have a branch named the same as your --prefix | 1 | -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-02 | todo: idea for a 'git subtree grafts' command | 1 | -0/+3 | ||
2009-08-01 | todo | 1 | -0/+2 | ||
2009-07-16 | todo^ | 1 | -0/+5 | ||
2009-07-10 | todo | 1 | -0/+3 | ||
2009-07-07 | todo | 1 | -0/+2 | ||
2009-07-02 | Some todo items reported by pmccurdy | 1 | -2/+21 | ||
2009-06-15 | update todo | 1 | -0/+3 | ||
2009-05-30 | Make --squash work with the 'add' command too. | 1 | -2/+5 | ||
2009-05-30 | New --branch option to split command. | 1 | -5/+5 | ||
This is just a handy way to create a new branch from the newly-split subtree. | |||||
2009-05-24 | More to-do items based on feedback | 1 | -1/+13 | ||
2009-04-26 | todo list | 1 | -0/+8 | ||