diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-22 13:35:18 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-22 13:35:18 +0100 |
commit | a7545be7c37bac0cbea8cdfdb243acf3d0a182f7 (patch) | |
tree | 757652b209a28cff7429b26b23d04f7dd0c26cfe | |
parent | a6713e05645d07e9c38717fc09c8e3b50842e524 (diff) |
open_issues/git-core-2: Another one.
-rw-r--r-- | open_issues/git-core-2.mdwn | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/open_issues/git-core-2.mdwn b/open_issues/git-core-2.mdwn index cf526678..2cac56f2 100644 --- a/open_issues/git-core-2.mdwn +++ b/open_issues/git-core-2.mdwn @@ -6,10 +6,10 @@ id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] -[[!meta title="Hiccup of git clone when checking out files"]] +[[!meta title="Hiccups of Git"]] [[!tag open_issue_porting]] @@ -41,7 +41,7 @@ On the otherwise-idle flubber: -rw-r--r-- 1 tschwinge tschwinge 0 2008-12-15 15:49 localedata/charmaps/IBM862 So these files are indeed of zero-length in the checked-out tree. Is this -git's fault or something else's? +Git's fault or something else's? Fixing this situation is easy enough: @@ -84,3 +84,17 @@ differences to HEAD. tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD Checking out files: 100% (1149/1149), done. HEAD is now at fe3e43c Merge commit 'refs/top-bases/hurd/master' into hurd/master + +--- + +2010-12-22, grubber: + + $ git remote update + Fetching savannah + remote: Counting objects: 582331, done. + remote: Compressing objects: 100% (124133/124133), done. + remote: Total 582331 (delta 460856), reused 578352 (delta 457598) + Receiving objects: 100% (582331/582331), 525.15 MiB | 204 KiB/s, done. + fatal: cannot pread pack file: Interrupted system call + fatal: index-pack failed + error: Could not fetch savannah |