cmd_history: show a more useful message if am quits
[yap.git] / README
blobe3ffdcb60fbe7465db38c5128b3515f61ceeec7e
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?
15 TODO:
16     * Commands
17         * show
18         * push
19         * fetch
20         * merge
21         * resolved
22         * remote (list/create)
23             * -d to remove
24         * cherry-pick
25             * -r to apply the opposite
26     * Better commit template message
27     * Fixups for running outside root?
28     * Handle unmerged files in status