Fixup unedit
[yap.git] / README
bloba3cc1b1eab4e1874e5be474bf5c08d93d0ac4b07
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
9     * New features
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?
14     * Commands
15         * clone
16         * init
17         * add (new files only)
18         * rm
19         * stage (existing files only)
20         * status
21         * diff
22         * unstage
23         * unedit
24         * commit
25         * log
26         * uncommit
27         * branch (list/create branch)
28             * -d to remove
29             * -f to remove leaf branch
30         * switch
31         * point
33 TODO:
34     * Commands
35         * push
36         * fetch
37         * merge
38         * resolved
39         * remote (list/create)
40             * -d to remove
41     * Use pager for diff
42     * Support multiple files as args
43     * Support revert -a