Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move a file location to Locations.hs | Joey Hess | 2011-12-11 |
| | |||
* | close | Joey Hess | 2011-12-11 |
| | |||
* | better syntax | Joey Hess | 2011-12-10 |
| | |||
* | ensure local remote is initialized when copying to it | Joey Hess | 2011-12-10 |
| | | | | | | | | | | | | | | | | | Needed due to this scenario: Bare repo origin is made, foo is cloned from it; foo is initalized; a file is added to foo's annex; git annex move --to origin Since the git-annex branch has not yet been pushed to origin, it doesn't auto-initialize. When the content is sent to it, it's stored, but the remote has NoUUID, and so nothing is logged in the location log. Then the content is removed from the local repo, and git-annex has lost track of it. git annex fsck in origin will find the lost content, but let's not let this happen. Content should only be sent to initalized remotes. This cannot happen for non-local remotes, since git-annex-shell always checks that the repo is initialized. | ||
* | update | Joey Hess | 2011-12-10 |
| | |||
* | Fix bug in last version in getting contents from bare repositories. | Joey Hess | 2011-12-10 |
| | |||
* | (no commit message) | http://schnouki.net/ | 2011-12-10 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-12-10 |
| | |||
* | version dependency on old monad-control | Joey Hess | 2011-12-10 |
| | | | | This should let cabal build it with the right version. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-12-10 |
|\ | |||
* | | no need to show, it's a string | Joey Hess | 2011-12-10 |
| | | |||
| * | Added a comment | http://www.joachim-breitner.de/ | 2011-12-10 |
| | | |||
* | | separate operations | Joey Hess | 2011-12-10 |
| | | |||
* | | sync: New command that synchronises the local repository and default remote, ↵ | Joey Hess | 2011-12-09 |
| | | | | | | | | by running git commit, pull, and push for you. | ||
* | | avoid some read | Joey Hess | 2011-12-09 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-12-09 |
| | | |||
* | | some work on avoiding partial functions | Joey Hess | 2011-12-09 |
| | | | | | | | | | | There are still hundreds of places that use partial functions head, tail, init, and last. | ||
| * | brr, so many typos today. | http://www.joachim-breitner.de/ | 2011-12-09 |
| | | |||
| * | typo | http://www.joachim-breitner.de/ | 2011-12-09 |
| | | |||
| * | (no commit message) | http://www.joachim-breitner.de/ | 2011-12-09 |
|/ | |||
* | inverted logic | Joey Hess | 2011-12-09 |
| | |||
* | cleanup | Joey Hess | 2011-12-09 |
| | |||
* | Merge remote-tracking branch 'origin/master' | Joey Hess | 2011-12-09 |
|\ | |||
* | | unannex improvements | Joey Hess | 2011-12-09 |
| | | | | | | | | | | | | | | | | | | Added files don't have to be committed before they can be unannexed. unannex no longer commits existing staged changes unannex of the last file in a directory now works, before it failed because git rm deleted the directory out from under it, | ||
* | | factor out a stopUnless | Joey Hess | 2011-12-09 |
| | | | | | | | | code melt for lunch | ||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-09 |
| | | |||
* | | hslint | Joey Hess | 2011-12-09 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-08 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-08 |
|/ | |||
* | Fix caching of decrypted ciphers, which failed when drop had to check ↵ | Joey Hess | 2011-12-08 |
| | | | | multiple different encrypted special remotes. | ||
* | (no commit message) | http://gebi.myopenid.com/ | 2011-12-08 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-12-07 |
| | |||
* | add: If interrupted, add can leave files converted to symlinks but not yet ↵ | Joey Hess | 2011-12-07 |
| | | | | added to git. Running the add again will now clean up this situtation. | ||
* | change footer | Joey Hess | 2011-12-07 |
| | |||
* | response | Joey Hess | 2011-12-07 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-07 |
| | |||
* | (no commit message) | http://gebi.myopenid.com/ | 2011-12-07 |
| | |||
* | (no commit message) | http://gebi.myopenid.com/ | 2011-12-07 |
| | |||
* | (no commit message) | http://gebi.myopenid.com/ | 2011-12-07 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-06 |
| | |||
* | response | Joey Hess | 2011-12-06 |
| | |||
* | (no commit message) | http://gebi.myopenid.com/ | 2011-12-06 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-12-06 |
| | |||
* | Prevent key names from containing newlines. | Joey Hess | 2011-12-06 |
| | | | | | | | | | There are several places where it's assumed a key can be written on one line. One is in the format of the .git/annex/unused files. The difficult one is that filenames derived from keys are fed into git cat-file --batch, which has a line based input. (And no -z option.) So, for now it's best to block such keys being created. | ||
* | Added a comment | http://joey.kitenet.net/ | 2011-12-06 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-12-06 |
| | |||
* | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-06 | |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-06 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-06 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU | 2011-12-06 |
| |