Created
October 8, 2012 11:50
-
-
Save tilarids/3852101 to your computer and use it in GitHub Desktop.
Repo with grafted change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
o changeset: 1:6c03dec0bcf6 | |
| tag: tip | |
| user: Sergey Kishchenko <[email protected]> | |
| date: Mon Oct 08 14:33:43 2012 +0300 | |
| summary: file.txt was fixed | |
| | |
| diff -r 6fb9917bb523 -r 6c03dec0bcf6 file.txt | |
| --- a/file.txt Mon Oct 08 13:36:59 2012 +0300 | |
| +++ b/file.txt Mon Oct 08 14:33:43 2012 +0300 | |
| @@ -1,2 +1,2 @@ | |
| line1 | |
| -line2 | |
| +line2 fixed | |
| | |
@ changeset: 0:6fb9917bb523 | |
user: Sergey Kishchenko <[email protected]> | |
date: Mon Oct 08 13:36:59 2012 +0300 | |
summary: file.txt was added | |
diff -r 000000000000 -r 6fb9917bb523 file.txt | |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
+++ b/file.txt Mon Oct 08 13:36:59 2012 +0300 | |
@@ -0,0 +1,2 @@ | |
+line1 | |
+line2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment