| Commit message (Expand) | Author | Age |
... | |
* | reorg Remote/* | Joey Hess | 2011-08-16 |
* | split out generic url stuff into a helper library from Remote.Web | Joey Hess | 2011-08-16 |
* | avoid namespace conflict | Joey Hess | 2011-08-16 |
* | addurl: --fast can be used to avoid immediately downloading the url. | Joey Hess | 2011-08-06 |
* | unify elipsis handling | Joey Hess | 2011-07-19 |
* | finished hlint pass | Joey Hess | 2011-07-15 |
* | unannex: only commit, no -a | Joey Hess | 2011-07-14 |
* | unannex: Clean up use of git commit -a. | Joey Hess | 2011-07-14 |
* | add: Be even more robust to avoid ever leaving the file seemingly deleted. | Joey Hess | 2011-07-07 |
* | add: Avoid a failure mode that resulted in the file seemingly being deleted (... | Joey Hess | 2011-07-07 |
* | rename | Joey Hess | 2011-07-05 |
* | rename | Joey Hess | 2011-07-05 |
* | factor out RemoteLog | Joey Hess | 2011-07-05 |
* | remove unused backend machinery | Joey Hess | 2011-07-05 |
* | better display of thrown errors | Joey Hess | 2011-07-05 |
* | uninit: Use unannex in --fast mode, to support unannexing multiple files that... | Joey Hess | 2011-07-04 |
* | fix usage for setkey | Joey Hess | 2011-07-04 |
* | unannex: In --fast mode, file content is left in the annex, and a hard link m... | Joey Hess | 2011-07-04 |
* | uninit: delete .git/annex/ | Joey Hess | 2011-07-04 |
* | uninit: Delete the git-annex branch. | Joey Hess | 2011-07-04 |
* | download urls via tmp file, and support resuming | Joey Hess | 2011-07-01 |
* | add the addurl command | Joey Hess | 2011-07-01 |
* | add web special remote | Joey Hess | 2011-07-01 |
* | renamed GitRepo to Git | Joey Hess | 2011-06-30 |
* | generalized safeWriteFile to viaTmp | Joey Hess | 2011-06-30 |
* | factor out file list stuff from GitRepo | Joey Hess | 2011-06-29 |
* | Merge branch 'master' into v3 | Joey Hess | 2011-06-29 |
|\ |
|
| * | --force will cause add, etc, to operate on ignored files. | Joey Hess | 2011-06-29 |
* | | avoid unnecessary read of trust.log | Joey Hess | 2011-06-23 |
* | | unused command updates for branches | Joey Hess | 2011-06-23 |
* | | v3 upgrade code works | Joey Hess | 2011-06-23 |
* | | rewrite loggedkeys to use git-annex branch | Joey Hess | 2011-06-22 |
* | | add merge subcommand | Joey Hess | 2011-06-22 |
* | | improve bare repo handing | Joey Hess | 2011-06-22 |
* | | improve version checking for v3 | Joey Hess | 2011-06-22 |
* | | store trust.log and remote.log in the git-annex branch | Joey Hess | 2011-06-22 |
* | | fixed logFile | Joey Hess | 2011-06-22 |
* | | update for git-annex branch | Joey Hess | 2011-06-22 |
* | | stop undoing gitattributes on uninit | Joey Hess | 2011-06-22 |
* | | move LocationLog into Annex monad from IO | Joey Hess | 2011-06-22 |
|/ |
|
* | unlock: Made atomic. | Joey Hess | 2011-06-20 |
* | get --from is the same as copy --from | Joey Hess | 2011-06-09 |
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
* | better types allowed breaking module dep loop | Joey Hess | 2011-06-01 |
* | Add --trust, --untrust, and --semitrust options. | Joey Hess | 2011-06-01 |
* | remove unnecessary imports | Joey Hess | 2011-06-01 |
* | Somewhat sped up `git commit` of modifications to unlocked files. | Joey Hess | 2011-05-31 |
* | Fix locking of files with staged changes. | Joey Hess | 2011-05-31 |
* | Massively sped up `git annex lock` by avoiding use of the uber-slow `git rese... | Joey Hess | 2011-05-31 |
* | unused --from . checks local repo, for consistency | Joey Hess | 2011-05-28 |