diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2013-03-06 21:52:20 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2013-03-06 21:52:20 +0100 |
commit | 12c341b917921eb631026ec44a284c4d884e5de6 (patch) | |
tree | c7dc37f605152f5fb6e2d67d6460f78496e3de3d /open_issues/git-core-2.mdwn | |
parent | 53e5e4c139e1b239760434d10e74addd0e89593d (diff) | |
download | web-12c341b917921eb631026ec44a284c4d884e5de6.tar.gz web-12c341b917921eb631026ec44a284c4d884e5de6.tar.bz2 web-12c341b917921eb631026ec44a284c4d884e5de6.zip |
IRC.
Diffstat (limited to 'open_issues/git-core-2.mdwn')
-rw-r--r-- | open_issues/git-core-2.mdwn | 52 |
1 files changed, 39 insertions, 13 deletions
diff --git a/open_issues/git-core-2.mdwn b/open_issues/git-core-2.mdwn index 2d8ad96b..cbf47bd2 100644 --- a/open_issues/git-core-2.mdwn +++ b/open_issues/git-core-2.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2008, 2009, 2010, 2011 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2010, 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 @@ -16,9 +16,7 @@ License|/fdl]]."]]"""]] [[!toc]] -# Log - -December, 2008. +# 2008-12 On the otherwise-idle flubber: @@ -57,11 +55,15 @@ Fixing this situation is easy enough: # On branch master nothing to commit (working directory clean) -Still seen on 2010-03-16. ---- +## 2010-03-16 + +Still seen. + -A very similar issue, seen on 2010-11-17. The working tree had a lot of +# 2010-11-17 + +A very similar issue. The working tree had a lot of differences to HEAD. tschwinge@grubber:~/tmp/gcc/hurd $ git reset --hard HEAD @@ -92,9 +94,10 @@ differences to 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: +## 2010-12-22 + +grubber: $ git remote update Fetching savannah @@ -106,9 +109,10 @@ differences to HEAD. fatal: index-pack failed error: Could not fetch savannah ---- -2011-06-10, coulomb.SCHWINGE, checking out [[binutils]]' master branch, +## 2011-06-10 + +coulomb.SCHWINGE, checking out [[binutils]]' master branch, starting from an empty working directory (after an external `git push`): $ git checkout -f @@ -144,7 +148,7 @@ starting from an empty working directory (after an external `git push`): # Analysis -2011-06-13 +## 2011-06-13 Running `git checkout -f` under GDB: @@ -188,3 +192,25 @@ there are cases where `unlink` apparently returns EINTR, which is not kosher either. Etc. Do we have problems with `SA_RESTART` vs. the atomicity of our syscall-alikes? + + +## IRC, freenode, #hurd, 2013-01-30 + + <braunr> hm, let's try to clone a huge repository + <braunr> hm, cloning a whole linux repo, and still no problem :) + <pinotree> weren't most/all the issues at unpack time? + <braunr> i don't remember + <braunr> we'll see when it gets there + <braunr> the longest part is "resolving deltas", for which ext2fs is + clearly the big bottleneck (no I/O, page-cache only, but still) + <braunr> pinotree: well, slow, but no error + + +### IRC, freenode, #hurd, 2013-01-31 + + <braunr> fyi, i've tried several checkouts of big repositories, and never + got a single error + <braunr> youpi: looks like the recent fixes also solved some git issues we + had + <braunr> i could clone big repositories without any problem + <youpi> cool :) |