summaryrefslogtreecommitdiff
path: root/open_issues/git_duplicated_content.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/git_duplicated_content.mdwn')
-rw-r--r--open_issues/git_duplicated_content.mdwn7
1 files changed, 2 insertions, 5 deletions
diff --git a/open_issues/git_duplicated_content.mdwn b/open_issues/git_duplicated_content.mdwn
index cbc171a7..f0ffad77 100644
--- a/open_issues/git_duplicated_content.mdwn
+++ b/open_issues/git_duplicated_content.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2011, 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -116,16 +116,13 @@ Some more copying:
No further difference.
----
-
$ git-new-workdir git master master
$ diff -x .git -ur tar_master/ master/ > master.diff
$ rm -rf ar_master* && (cd git/ && git archive master) | (mkdir ar_master && cd ar_master/ && tar -x) && diff -x .git -ru tar_master/ ar_master/ > ar_master.diff; ls -l ar_master.diff
$ (cd git/ && git archive master) | md5sum
----
-2011-06-13
+# 2011-06-13
-> [[git-core-2]]