From db151659a3e9b2d00bf623e255c5d3caff0ea105 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 11 Apr 2010 01:49:04 -0400 Subject: [PATCH] documentation update --- LICENSE | 2 ++ README | 12 ------------ Readme.mkd | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 README create mode 100644 Readme.mkd diff --git a/LICENSE b/LICENSE index fc46801..7557ff2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,7 @@ Copyright (C) 2009 Daniel Schierbeck +Modifications by Kenneth Reitz, . + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 diff --git a/README b/README deleted file mode 100644 index 242874a..0000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ - -git-export -========== - -Export the contents of a git index - - -Contributors -============ - -* Daniel Schierbeck -* Abhishek Mukherjee diff --git a/Readme.mkd b/Readme.mkd new file mode 100644 index 0000000..8cf1d0c --- /dev/null +++ b/Readme.mkd @@ -0,0 +1,16 @@ +git-export -- SVN doesn't have it *all* wrong +========== + + +## USAGE + + `git export [../path/]` + +Export the contents of the current git index to the given path, ready to rock. + + +## CONTRIBUTORS + +* Daniel Schierbeck +* Abhishek Mukherjee +* Kenneth Reitz \ No newline at end of file