summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Added a commentGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-03
| |
| * Added a commentGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-03
| |
* | remove unused importsGravatar Joey Hess2015-08-03
|/
* windows build warning fixesGravatar Joey Hess2015-08-03
|
* remove unused importsGravatar Joey Hess2015-08-03
|
* fix build warning when building with yesod 1.2 and newer yesod-coreGravatar Joey Hess2015-08-03
|
* Revert "fix build warning when building with yesod 1.2"Gravatar Joey Hess2015-08-03
| | | | This reverts commit f21bd84a8cc8f664106d2cb18fd38152d3372040.
* devblogGravatar Joey Hess2015-08-03
|
* analized and forwarded bug to gitlabGravatar Joey Hess2015-08-03
|
* todoGravatar Joey Hess2015-08-03
|
* hinotify patch acceptedGravatar Joey Hess2015-08-03
|
* allow any version of ansi-terminalGravatar Joey Hess2015-08-03
|
* avoid pinning tasty to old versionGravatar Joey Hess2015-08-03
| | | | | Newer version is needed for new version of optparse-applicative, and any version will do.
* fix build warning when building with yesod 1.2Gravatar Joey Hess2015-08-03
|
* patch sent to hinotifyGravatar Joey Hess2015-08-03
|
* addidential debuggingGravatar Joey Hess2015-08-03
|
* analysis; forwardedGravatar Joey Hess2015-08-03
|
* Added a commentGravatar eigengrau2015-08-03
|
* (no commit message)Gravatar eigengrau2015-08-03
|
* last changes to fix android buildGravatar Joey Hess2015-08-02
|
* (no commit message)Gravatar filippo2015-08-02
|
* set postformtext to perhaps make it clearer that this form at the top of the ↵Gravatar Joey Hess2015-08-02
| | | | page is where one reports a new bug
* fixed via time machineGravatar Joey Hess2015-08-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-08-02
|\
* \ Merge orca:/tmp/git-annexGravatar Joey Hess2015-08-02
|\ \
| * | bump optparse-applicative versionGravatar androidbuilder2015-08-02
| | |
* | | Tighten dependency on optparse-applicative to 0.11.0.Gravatar Joey Hess2015-08-02
| | | | | | | | | | | | Type of str changed in 0.11.
| * | update android patches for new version of shakespeareGravatar androidbuilder2015-08-02
| | |
| * | reverted updates to new lib versions that broke android buildGravatar androidbuilder2015-08-02
| | | | | | | | | | | | I ran into several evilsplicer problems with the new lib versions, most notably including a problem with encoding of embedded binary files
| | * Added a comment: numcopiesGravatar filippo2015-08-02
| | |
| | * (no commit message)Gravatar filippo2015-08-02
| | |
| | * Added a commentGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-02
| | |
| | * removedGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-02
| | |
| | * Added a commentGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-02
| | |
| | * removedGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-02
| | |
| | * Added a commentGravatar zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d2015-08-02
| |/
| * I hope these notes do not make this walkthrough page too big.Gravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg2015-08-01
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg2015-08-01
| |
| * Added a comment: cont'dGravatar threadshuffle2015-07-31
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-07-31
|\
* | devblogGravatar Joey Hess2015-07-31
| |
* | fsck: Commit incremental fsck database after every 1000 files fscked, or ↵Gravatar Joey Hess2015-07-31
| | | | | | | | | | | | | | | | every 5 minutes, whichever comes first. Previously, commits were made every 1000 files fscked. Also, improve docs
* | Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Perform a clean shutdown when --time-limit is reached. This includes running queued git commands, and cleanup actions normally run when a command is finished. * fsck: Commit incremental fsck database when --time-limit is reached. Previously, some of the last files fscked did not make it into the database when using --time-limit. Note that this changes Annex.addCleanup hooks, to run after --time-limit expires. Fsck was using such a hook to clean up after a --incremental-schedule, and that shouldn't run when --time-limit exipires it. So, instead, moved that cleanup code to be run by cleanupIncremental. Resulted in some data type juggling.
* | remove unused importsGravatar Joey Hess2015-07-31
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-07-31
|/
* add news item for git-annex 5.20150731Gravatar Joey Hess2015-07-31
|
* switch Setup file to use postCopy hook, since cabal has stopped running postInst5.20150731Gravatar Joey Hess2015-07-31
| | | | | | | | | See https://github.com/haskell/cabal/issues/1805 Apparently, old versions of cabal don't run copyHook, but at the moment I don't know who would be using a cabal as old as 1.18, and it seems a lot of complication to run both hooks. Although I think my code is idempotent, so they could both be used if necessary.
* prep releaseGravatar Joey Hess2015-07-31
|
* responseGravatar Joey Hess2015-07-31
|
* Added a comment: --not --in doesn't work anymoreGravatar jason@bbebec708d192ae9848ef6d0c6983e2b37127df12015-07-31
|