aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cleanupGravatar Joey Hess2013-10-18
|
* add python, needed for ghc fingerprintingGravatar Joey Hess2013-10-17
|
* devblogGravatar Joey Hess2013-10-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-17
|\
* | fixGravatar Joey Hess2013-10-17
| |
* | fixGravatar Joey Hess2013-10-17
| |
* | fixGravatar Joey Hess2013-10-17
| |
* | missing importGravatar Joey Hess2013-10-17
| |
* | Windows: Deal with strange msysgit 1.8.4 behavior of not understanding DOS ↵Gravatar Joey Hess2013-10-17
| | | | | | | | formatted paths for --git-dir and --work-tree.
* | avoid trying to link with XMPP on WindowsGravatar Joey Hess2013-10-17
| | | | | | | | | | It doesn't work, in a most puzzling way, which just wasted me hours, even if XMPP libs are installed. Webapp too.
* | Revert "avoid hsc files on Windows"Gravatar Joey Hess2013-10-17
| | | | | | | | | | | | This reverts commit 699a90bdc195a67c5aa5fca34fcaa07fb2b530ae. My windows build environment was broken; reverted to backup.
| * removedGravatar http://joeyh.name/2013-10-17
| |
| * Added a commentGravatar http://joeyh.name/2013-10-17
| |
| * Added a commentGravatar http://joeyh.name/2013-10-17
| |
| * Added a commentGravatar orb2013-10-17
|/
* typoGravatar Joey Hess2013-10-17
|
* typoGravatar Joey Hess2013-10-17
|
* avoid hsc files on WindowsGravatar Joey Hess2013-10-17
| | | | | | | | | | This used to work, but now hsc2hs is failing with a usage message. Since I have not changed my windows build environment at all, it must be some change due to a change in the cabal file. Perhaps too make flags are causing it to hit a windows command line length limit? Anyway, these hsc files did nothing on Windows, so can be omitted and not built to work around yet another epic windows weirdness.
* avoid even trying to use nice on windowsGravatar Joey Hess2013-10-17
|
* note on niceGravatar Joey Hess2013-10-17
|
* try working around windows xargs problemGravatar Joey Hess2013-10-17
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-17
|\
* | update for DiffTree type change (which fixes assistant in subdir confusion bug)Gravatar Joey Hess2013-10-17
| |
* | update for DiffTree type changeGravatar Joey Hess2013-10-17
| | | | | | | | Experimentally, using the raw TopFilePath was right here.
* | update for DiffTree changeGravatar Joey Hess2013-10-17
| | | | | | | | | | | | | | | | | | This actually fixes a bug; if pre-commit was run in a subdir, it would pass relative files when updating the associated file maps, and so the maps wouldn't update. I don't think this bug happened in practice, due to the way pre-commit is called by the hook. It happened to chdir to the top of the work tree.
* | update for LsTree type changeGravatar Joey Hess2013-10-17
| | | | | | | | in the config monitor, we want files relative to the top of the working directory
* | use TopFilePath for DiffTree and LsTreeGravatar Joey Hess2013-10-17
| |
* | updateGravatar Joey Hess2013-10-17
| |
* | repro recipeGravatar Joey Hess2013-10-17
| |
* | sync: fix crash on first sync when no branch exists yetGravatar Joey Hess2013-10-17
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg2013-10-17
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM2013-10-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-16
|\
* | mini-devblogGravatar Joey Hess2013-10-16
| |
* | moreinfoGravatar Joey Hess2013-10-16
| |
| * Added a commentGravatar http://joeyh.name/2013-10-16
| |
| * Added a commentGravatar http://joeyh.name/2013-10-16
|/
* S3: Try to ensure bucket name is valid for archive.org.Gravatar Joey Hess2013-10-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-16
|\
* | test suite found a case that was not properly parsedGravatar Joey Hess2013-10-16
| |
* | closeGravatar Joey Hess2013-10-16
| |
* | test case for a40e203f23a87bbc6d362d33734f1e4dcf645871Gravatar Joey Hess2013-10-16
| |
* | fix indirect mode conflict merge when only one side is annexed fileGravatar Joey Hess2013-10-16
| | | | | | | | | | git-merge's creation of file~HEAD type files did not make this especially nice to do.
* | ensure merge directory is empty before starting mergeGravatar Joey Hess2013-10-16
| | | | | | | | Don't want some past failed merge to lead to bad results, potentially.
* | sync: Fix automatic resolution of merge conflicts where one side is an ↵Gravatar Joey Hess2013-10-16
| | | | | | | | | | | | | | | | | | annexed file, and the other side is a non-annexed file, or a directory. Note that this case is only fully automatically resolved in direct mode. In indirect mode, git merge moves the file to file~HEAD, and replaces it with the directory, and leaves the file in unmerged state, and sync doesn't yet change that.
| * Added a commentGravatar http://joeyh.name/2013-10-16
| |
* | sheeshGravatar Joey Hess2013-10-16
| |
| * Added a commentGravatar http://joeyh.name/2013-10-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-16
|\
* | tighten file2key to not produce invalid keys with no keyNameGravatar Joey Hess2013-10-16
| | | | | | | | | | | | A file named "foo-" or "foo-bar" was taken as a key's file, with a backend of "foo", and an empty keyName. This led to various problems, especially because converting that key back to a file did not yeild the same filename.