summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS54
-rw-r--r--README.rst19
2 files changed, 53 insertions, 20 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 2664591..394e7d5 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,14 +1,40 @@
- Mark Edgington <edgimar@gmail.com> 2008-2014
- Harvey Chapman <hchapman@3gfp.com> 2015
- Matt Mackall <mpm@selenic.com> 2015
- Siddharth Agarwal <sid0@fb.com> 2015
- immerrr <immerrr@gmail.com> 2012-2014
- Jordi GutiƩrrez Hermoso <jordigh@octave.org> 2014
- Pierre-Yves David <pierre-yves.david@fb.com> 2014
- Christian Ebert <blacktrash@gmx.net> 2010-2011
- Peter Arrenbrecht <peter.arrenbrecht@gmail.com> 2011
- Steve Fink <sfink@mozilla.com> 2011
- Alexander Solovyov <alexander@solovyov.net> 2010
- Nicholas Riley <njriley@illinois.edu> 2010
- Daniel Beck <me@danieldbeck.com> 2009
- Greg Ward <greg@gerg.ca> 2009
+The original crecord code was ported to Git by:
+
+ * Andrew Shadura <andrew@shadura.me> 2016
+
+The following people have contributed to crecord code in Mercurial:
+
+ * Anton Shestakov <av6@dwimlabs.net> 2016
+ * Jun Wu <quark@fb.com> 2016
+ * Nathan Goldbaum <ngoldbau@illinois.edu> 2016
+ * Pulkit Goyal <7895pulkit@gmail.com> 2016
+ * Ryan McElroy <rmcelroy@fb.com> 2016
+ * Laurent Charignon <lcharignon@fb.com> 2015
+ * Matt Mackall <mpm@selenic.com> 2015
+
+The following people have contributed to the original crecord Mercurial
+extension:
+
+ * Mark Edgington <edgimar@gmail.com> 2008-2014
+ * Harvey Chapman <hchapman@3gfp.com> 2015
+ * Matt Mackall <mpm@selenic.com> 2015
+ * Siddharth Agarwal <sid0@fb.com> 2015
+ * immerrr <immerrr@gmail.com> 2012-2014
+ * Jordi GutiƩrrez Hermoso <jordigh@octave.org> 2014
+ * Pierre-Yves David <pierre-yves.david@fb.com> 2014
+ * Christian Ebert <blacktrash@gmx.net> 2010-2011
+ * Peter Arrenbrecht <peter.arrenbrecht@gmail.com> 2011
+ * Steve Fink <sfink@mozilla.com> 2011
+ * Alexander Solovyov <alexander@solovyov.net> 2010
+ * Nicholas Riley <njriley@illinois.edu> 2010
+ * Daniel Beck <me@danieldbeck.com> 2009
+ * Greg Ward <greg@gerg.ca> 2009
+
+The following people have contributed to the parts of the Mercurial utils
+module used by crecord:
+
+ * Matt Mackall <mpm@selenic.com> 2006, 2015
+ * Eric St-Jean <esj@wwd.ca> 2007
+ * Mads Kiilerich <mads@kiilerich.com> 2009
+ * Pierre-Yves David <pierre-yves.david@fb.com> 2015
+
diff --git a/README.rst b/README.rst
index 683db8f..52a4479 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,14 @@
-=======
-crecord
-=======
+===========
+Git crecord
+===========
+
+About
+-----
+
+**git-crecord** is a Git subcommand which allows users to interactively
+select changes to commit or stage using a ncurses-based text user interface.
+It is a port of the Mercurial crecord extension originally written by
+Mark Edgington.
License
-------
@@ -14,8 +22,8 @@ version.
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE. See the GNU General Public License for more
-details.
+PURPOSE. See the GNU General Public License version 2
+text for more details.
You should have received a copy of the GNU General Public
License along with this package; if not, write to the Free
@@ -28,4 +36,3 @@ Authors
For the list of contributors, see CONTRIBUTORS.
.. include:: CONTRIBUTORS
- :literal: