cmd_history: don't lose changes if the stash fails
[yap.git] / README
blob2b4467a0740e8e7ac5ef2411a592d61c84146846
1 * Yet Another (Git) Porcelain
2     * Use only git plumbing
3     * New features
4         * Track "local" commits to limit history re-writing
5         * Better SVN workflows
6             * Bring metadata / config over in clone?
7             * Keep metadata out of commit message?
8         * Plugin ideas
9             * svn
10                 * override push/fetch
11             * mls
12                 * override clone
13                 * add post-fetch for daily/bdaily revs
14             * track published history
15                 * pre-hook for history (point?)
17 TODO:
18     * Commands
19         * merge
20         * resolved
21         * plugins
22     * Better commit template message
23     * Fixups for running outside root?
24         * relative paths is status
25     * Handle unmerged files in status
26     * Make push interactive with good defaults
27     * Calls from yap to cmd_* should go through plugins
29 Author
30 ------
31 Steven Walter (c) 2008
32 This program is distributed under the terms of the GNU GPLv2