aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sync: Fix an edge case where syncing in a bare repository would try to merge ↵Gravatar Joey Hess2015-01-05
| | | | | | | | and so fail. In the case where a remote of the bare repo has a fetch = configuration, refs/remotes/origin/master will exist, and so the merge code path tried to run in the bare repo.
* followupGravatar Joey Hess2015-01-05
|
* fix cd issueGravatar Joey Hess2015-01-05
|
* commentGravatar Joey Hess2015-01-05
|
* answerGravatar Joey Hess2015-01-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-05
|\
* | Android: Provide a version built with -fPIE -pie to support Android 5.0.Gravatar Joey Hess2015-01-05
| |
* | commentGravatar Joey Hess2015-01-05
| |
* | fix nameGravatar Joey Hess2015-01-05
| |
| * newlineGravatar rejuvyesh2015-01-04
| |
| * Add another link for AI papersGravatar rejuvyesh2015-01-04
|/
* Fix build with process 1.2.1.0.Gravatar Joey Hess2015-01-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-04
|\
* | Avoid re-checksumming when migrating from hash to hashE backend. Closes: #774494Gravatar Joey Hess2015-01-04
| |
| * Added a comment: itempubdateGravatar ewen2015-01-03
| |
| * New page "List annexed files in chronological order?"Gravatar http://svario.it/gioele2015-01-03
| |
| * poll vote (My phone (or MP3 player))Gravatar 2001:41d0:fe61:2600:8110:7b59:c518:a87f2015-01-03
| |
| * poll vote (Google Drive)Gravatar 176.188.103.1592015-01-02
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm0ZGPYdW9X-QpH6ACBTrKCCAd8qyRX35g2015-01-02
|/
* regression test for fda16b5c04db57bbd040116fb7696a1dd40228a0Gravatar Joey Hess2015-01-02
|
* unlock: Don't allow unlocking files that have never been committed to git beforeGravatar Joey Hess2015-01-02
| | | | | Avoids an intractable problem that prevents the pre-commit hook from telling if such a file is intended to be an annexed file or not.
* Added a commentGravatar https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd2015-01-01
|
* (no commit message)Gravatar https://openid.stackexchange.com/user/3ee5cf54-f022-4a71-8666-3c2b5ee231dd2015-01-01
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm_r8eXWWVKgrz6PO8yiYhWQxMOYyEHYhE2015-01-01
|
* (no commit message)Gravatar Philipp2015-01-01
|
* add news item for git-annex 5.20141231Gravatar Joey Hess2014-12-31
|
* touchups5.20141231Gravatar Joey Hess2014-12-31
|
* prep releaseGravatar Joey Hess2014-12-31
|
* OSX: Switched away from deprecated statfs64 interface.Gravatar Joey Hess2014-12-31
| | | | | | | | | | Getting rid of build warning warning: 'statfs64' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations] 10.6 is much older than the oldest git-annex OSX port, so won't break anything.
* remove obsolete caveatGravatar Joey Hess2014-12-31
|
* updateGravatar Joey Hess2014-12-30
|
* devblogGravatar Joey Hess2014-12-30
|
* Windows: Fix handling of views of filenames containing '%'Gravatar Joey Hess2014-12-30
|
* fail windows build if test suite doesn't passGravatar Joey Hess2014-12-30
|
* update; windows autobuilder runs tests nowGravatar Joey Hess2014-12-30
|
* fix windows buildGravatar Joey Hess2014-12-30
|
* remove testenv threading from test suiteGravatar Joey Hess2014-12-30
| | | | | | | | | | | | | Simplify the test suite now that I have a way to setEnv on Windows by not threading an environement through it. Incidentially this fixed a failure on Windows, observed when running the test suite in cygwin terminal, where there is apparently an env var named "", and it tried to set that when propigating the environment, which failed. But mostly, it makes the code a lot less horrible. This commit was sponsored by Rémi Vanicat.
* fix test case on windowsGravatar Joey Hess2014-12-30
| | | | "a:" is an absolute path, so viewedfile test cannot be run on it.
* typoGravatar Joey Hess2014-12-30
|
* try running test in a different directoryGravatar Joey Hess2014-12-30
| | | | | | | | | | | | | | | | | I have a theory that something is deleting the .t directory or it doesn't get made in the location tried. The last test showed: add: ("recordedInodeCache",Key {keyName = "e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77", keyBackendName = "SHA256E", keySize = Just 20, keyMtime = Nothing, keyChunkSize = Nothing, keyChunkNum = Nothing},"start") ("recordedInodeCache",Key {keyName = "e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77", keyBackendName = "SHA256E", keySize = Just 20, keyMtime = Nothing, keyChunkSize = Nothing, keyChunkNum = Nothing},"end") ("writeInodeCache",Key {keyName = "e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77", keyBackendName = "SHA256E", keySize = Just 20, keyMtime = Nothing, keyChunkSize = Nothing, keyChunkNum = Nothing},"start") git-annex: c:\jenkins\workspace\msysgit-git-annex-assistant-test\git-annex\.t\repo\.git\annex\objects\6cd\e82\SHA256E-s20--e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77\SHA256E-s20--e394a389d787383843decc5d3d99b6d184ffa5fddeec23b911f9ee7fc8b9ea77.cache: openFile: does not exist (No such file or directory) FAIL add failed So writeInodeCache is what's failing, and it seems to fail to write the file despite having made the parent directory.
* Revert "temporary debugging code for windows autobuilder test suite failure"Gravatar Joey Hess2014-12-30
| | | | This reverts commit 59956b117da3070cc0d66e997ff3b318fb6153d4.
* temporary debugging code for windows autobuilder test suite failureGravatar Joey Hess2014-12-30
|
* Windows: Got the rsync special remote working.Gravatar Joey Hess2014-12-30
| | | | | | | | | More aggressive rsync params fixup for windows. Param may contain a url, or a file path, so check if it looks like a local file path and if so, fix it up. On windows only, rsyncUrlIsPath will treat c:foo as a path, rather than as a rsyncurl starting with a host "c".
* enable rsync special remote test on windowsGravatar Joey Hess2014-12-30
|
* local rsync special remote fixed on windowsGravatar Joey Hess2014-12-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-30
|\
* | Windows: Fix local rsync filepath munging (fixes 26 test suite failures).Gravatar Joey Hess2014-12-30
| |
| * (no commit message)Gravatar gernot2014-12-30
|/
* bittorrent: Fix locking problem when using addurl file://Gravatar Joey Hess2014-12-30
| | | | | Fixes: /home/joey/tmp/xxx/.git/annex/misctmp/torrent18347: openFile: resource busy (file is locked)
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-12-30
|\