]> git.phdru.name Git - git-wiki.git/blob - pep-git.txt
3e13d14ac4881688e36a65ad2d8564c1481b09e0
[git-wiki.git] / pep-git.txt
1 PEP: XXX
2 Title: Collecting information about git
3 Version: $Revision$
4 Last-Modified: $Date$
5 Author: Oleg Broytman <phd@phdru.name>
6 Status: Active
7 Type: Informational
8 Content-Type: text/x-rst
9 Created: 01-Jun-2015
10 Post-History: 
11
12 Abstract
13 ========
14
15 This Informational PEP collects information about git. There is, of
16 course, a lot of documentation for git, so the PEP concentrates on
17 more complex issues, topics and scenarios.
18
19 The plan is to extend the PEP in the future collecting information
20 about equivalence of Mercurial and git scenarios to help migrating
21 Python development from Mercurial to git.
22
23 The author of the PEP doesn't currently plan to write a Process PEP on
24 migration from Mercurial to git.
25
26 References
27 ==========
28
29
30 Copyright
31 =========
32
33 This document has been placed in the public domain.
34
35
36 \f
37 ..
38    Local Variables:
39    mode: indented-text
40    indent-tabs-mode: nil
41    sentence-end-double-space: t
42    fill-column: 70
43    coding: utf-8
44    End:
45    vim: set fenc=us-ascii tw=70 :