1 * Yet Another (Git) Porcelain
2 * Use only git plumbing
3 * Make UI cleanups like eg
4 * --staged instead of --cached
5 * "switch" instead of checkout
6 * show "status" after any modifying command
7 * "add" distinct from "stage"
8 * don't put file in index automatically
10 * Track "local" commits to limit history re-writing
11 * Better SVN workflows
12 * Bring metadata / config over in clone?
13 * Keep metadata out of commit message?
22 * remote (list/create)
25 * -r to apply the opposite
26 * Better commit template message
27 * Fixups for running outside root?
28 * Handle unmerged files in status
29 * No commit while rebasing/am