Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug | Joey Hess | 2012-05-25 |
| | |||
* | Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR. | Joey Hess | 2012-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. | ||
* | add | Joey Hess | 2012-05-16 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2012-05-15 |
| | |||
* | followup and close | Joey Hess | 2012-05-02 |
| | |||
* | deseq | Joey Hess | 2012-05-02 |
| | |||
* | hidrive.strato.com | Joey Hess | 2012-05-02 |
| | |||
* | update | Joey Hess | 2012-05-02 |
| | |||
* | rsync protocol? | Joey Hess | 2012-05-02 |
| | |||
* | (no commit message) | http://id.wgnr.me/ | 2012-05-02 |
| | |||
* | Renamed diskfree.c to avoid OSX case insensativity bug. | Joey Hess | 2012-04-13 |
| | |||
* | rename bugs/sensitive.mdwn to bugs/case-insensitive.mdwn | https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo | 2012-04-13 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo | 2012-04-13 |
| | |||
* | bup: Properly handle key names with spaces or other things that are not ↵ | Joey Hess | 2012-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; analysis | Joey Hess | 2012-04-11 |
| | |||
* | bugfix: Adding a dotfile also caused all non-dotfiles to be added. | Joey Hess | 2012-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) | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2012-04-08 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2012-04-08 |
| | |||
* | close old bug with no followup | Joey Hess | 2012-04-03 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2012-03-23 |
|\ | |||
* | | close | Joey Hess | 2012-03-23 |
| | | |||
| * | Added a comment | http://schnouki.net/ | 2012-03-23 |
|/ | |||
* | Added a comment | http://joey.kitenet.net/ | 2012-03-22 |
| | |||
* | (no commit message) | http://schnouki.net/ | 2012-03-22 |
| | |||
* | do a cleanup commit after moving data from or to a git remote | Joey Hess | 2012-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. | ||
* | update | Joey Hess | 2012-02-24 |
| | |||
* | Deal with NFS problem that caused a failure to remove a directory when ↵ | Joey Hess | 2012-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 report | Joey Hess | 2012-02-24 |
| | |||
* | fix failure count memory leak | Joey Hess | 2012-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 journal | Joey Hess | 2012-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. | Joey Hess | 2012-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 yet | Joey Hess | 2012-02-14 |
| | |||
* | add, and immediately close bug. useful documentation though | Joey Hess | 2012-02-14 |
| | |||
* | merged ghc 7.4 support into master | Joey Hess | 2012-02-07 |
| | |||
* | already done | Joey Hess | 2012-02-06 |
| | |||
* | (no commit message) | http://jefferai.org/ | 2012-02-07 |
| | |||
* | update; ghc7.4 branch fixes this pretty well now | Joey Hess | 2012-02-03 |
| | |||
* | update | Joey Hess | 2012-02-02 |
| | |||
* | update; newghc-edges branch | Joey Hess | 2012-02-02 |
| | |||
* | update | Joey Hess | 2012-02-02 |
| | |||
* | update | Joey Hess | 2012-02-02 |
| | |||
* | update | Joey Hess | 2012-02-01 |
| | |||
* | spent 3 hours on this bug; developed two incomplete fixes | Joey Hess | 2012-02-01 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4 | 2012-01-29 |
| | |||
* | reopen | Joey Hess | 2012-01-28 |
| | | | | | People seem to want to post comments here with vague details about a new bug, rather than opening a new bug report. | ||
* | fixed | Joey Hess | 2012-01-28 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2012-01-28 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2012-01-28 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4 | 2012-01-28 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawk6QAwUsFHpr3Km1yQbg8hf3S7RDYf7hX4 | 2012-01-28 |
| |