summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-05
|
* Added a commentGravatar http://joeyh.name/2012-06-04
|
* nothing too crazy, but it's the usual distro specific problems or ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-04
| | | | architecture specific problems
* lock: Reset unlocked file to index, rather than to branch head.Gravatar Joey Hess2012-05-30
| | | | | | | | Resetting an unlocked file to the branch head failed if it had just been added, not committed, and unlocked, since the branch didbn't have it. The code was concerned about dropping any changes that might be staged in the index, but I cannot see why.
* bugGravatar Joey Hess2012-05-25
|
* Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
| | | | | | | The environment needs to override git-config. Changed when git config is read, and avoid rereading it once it's been read. chdir for both worktree settings.
* addGravatar Joey Hess2012-05-16
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2012-05-15
|
* followup and closeGravatar Joey Hess2012-05-02
|
* deseqGravatar Joey Hess2012-05-02
|
* hidrive.strato.comGravatar Joey Hess2012-05-02
|
* updateGravatar Joey Hess2012-05-02
|
* rsync protocol?Gravatar Joey Hess2012-05-02
|
* (no commit message)Gravatar http://id.wgnr.me/2012-05-02
|
* Renamed diskfree.c to avoid OSX case insensativity bug.Gravatar Joey Hess2012-04-13
|
* rename bugs/sensitive.mdwn to bugs/case-insensitive.mdwnGravatar https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo2012-04-13
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo2012-04-13
|
* bup: Properly handle key names with spaces or other things that are not ↵Gravatar Joey Hess2012-04-11
| | | | | | | | legal git refs. Continue using the key name as bup ref name, to preserve backwards compatability, unless it is an illegal git ref. In that case, use a sha256 of the key name instead.
* move bug report to right place; analysisGravatar Joey Hess2012-04-11
|
* bugfix: Adding a dotfile also caused all non-dotfiles to be added.Gravatar Joey Hess2012-04-08
| | | | | When only a dotfile was specified, the list of non-dotfiles was empty, triggering the fallback behavior of finding all files.
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2012-04-08
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w2012-04-08
|
* close old bug with no followupGravatar Joey Hess2012-04-03
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-03-23
|\
* | closeGravatar Joey Hess2012-03-23
| |
| * Added a commentGravatar http://schnouki.net/2012-03-23
|/
* Added a commentGravatar http://joey.kitenet.net/2012-03-22
|
* (no commit message)Gravatar http://schnouki.net/2012-03-22
|
* do a cleanup commit after moving data from or to a git remoteGravatar Joey Hess2012-02-25
| | | | | | | | Added Annex.cleanup, which is a general purpose interface for adding actions to run at the end. Remotes with the old git-annex-shell will commit every time, and have no commit command, so hide stderr when running the commit command.
* updateGravatar Joey Hess2012-02-24
|
* Deal with NFS problem that caused a failure to remove a directory when ↵Gravatar Joey Hess2012-02-24
| | | | | | | | | | | | | | removing content from the annex. I was able to reproduce this on linux using the kernel's nfs server and mounting localhost:/. Determined that removing the directory fails when the just-deleted file in it was locked. Considered dropping the lock before removing the directory, but this would complicate parts of the code that should not need to worry about locking. So instead, ignore the failure to remove the directory in this case. While I was at it, made it attempt to remove both levels of hash directories, in case they're empty.
* move misplaced bug reportGravatar Joey Hess2012-02-24
|
* fix failure count memory leakGravatar Joey Hess2012-02-15
| | | | | | | This is the last memory leak that prevents git-annex from running in constant space, as far as I can see. I can now run git annex find dummied up to repeatedly find the same file over and over, on millions olf files, and memory stays entirely constant.
* fix memory leak when staging the journalGravatar Joey Hess2012-02-14
| | | | | | The list of files had to be retained until the end so it could be deleted. Also, a list of update-index lines was generated and only then fed into it. Now everything streams in constant space.
* Fixed a memory leak due to excessive strictness when committing journal files.Gravatar Joey Hess2012-02-14
| | | | | | When hashing the files, the entire list of shas was read strictly. That was entirely unnecessary, since there's a cleanup action run after they're consumed.
* don't close yetGravatar Joey Hess2012-02-14
|
* add, and immediately close bug. useful documentation thoughGravatar Joey Hess2012-02-14
|
* merged ghc 7.4 support into masterGravatar Joey Hess2012-02-07
|
* already doneGravatar Joey Hess2012-02-06
|
* (no commit message)Gravatar http://jefferai.org/2012-02-07
|
* update; ghc7.4 branch fixes this pretty well nowGravatar Joey Hess2012-02-03
|
* updateGravatar Joey Hess2012-02-02
|
* update; newghc-edges branchGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-01
|
* spent 3 hours on this bug; developed two incomplete fixesGravatar Joey Hess2012-02-01
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX42012-01-29
|
* reopenGravatar Joey Hess2012-01-28
| | | | | People seem to want to post comments here with vague details about a new bug, rather than opening a new bug report.
* fixedGravatar Joey Hess2012-01-28
|