summaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* Test that uuid -m works, falling back to plain uuid if not.Gravatar Joey Hess2012-09-25
* fixes for transfer resumeGravatar Joey Hess2012-09-24
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* more descriptive name for oneshotGravatar Joey Hess2012-09-15
* bugfix: avoid staging but not committing changes to git-annex branchGravatar Joey Hess2012-09-15
* eliminate some commits to the git-annex branchGravatar Joey Hess2012-09-15
* Revert "add catFileIndex"Gravatar Joey Hess2012-09-15
* add catFileIndexGravatar Joey Hess2012-09-15
* remove withIndexUpdate helperGravatar Joey Hess2012-09-15
* Disable ssh connection caching if the path to the control socket would be too...Gravatar Joey Hess2012-09-13
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* avoid unnecessary transfer scans when syncing a disconnected remoteGravatar Joey Hess2012-08-22
* better readProcessGravatar Joey Hess2012-07-19
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* more debuggingGravatar Joey Hess2012-07-18
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* fishy commitGravatar Joey Hess2012-06-14
* hlintGravatar Joey Hess2012-06-12
* crazy optimisationGravatar Joey Hess2012-06-10
* queue size fixGravatar Joey Hess2012-06-10
* refactor and function name cleanupGravatar Joey Hess2012-06-08
* make watch use the queueGravatar Joey Hess2012-06-07
* extend Git.Queue to be able to queue more than simple git commandsGravatar Joey Hess2012-06-07
* close the git add raceGravatar Joey Hess2012-06-06
* factor out nukeFileGravatar Joey Hess2012-06-06
* Merge branch 'master' into watchGravatar Joey Hess2012-06-06
|\
| * factor out generic update-index code from unionmerge codeGravatar Joey Hess2012-06-06
* | flush the git queue when a new type of action is being added to itGravatar Joey Hess2012-06-04
|/
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* Fix use of several config settingsGravatar Joey Hess2012-05-05
* display "Recording state in git..." when staging the journalGravatar Joey Hess2012-04-27
* uninit: Clear annex.uuid from .git/config. Closes: #670639Gravatar Joey Hess2012-04-27
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
* noopGravatar Joey Hess2012-04-21
* in which I discover voidGravatar Joey Hess2012-04-21
* cache parsed core.sharedrepositoryGravatar Joey Hess2012-04-21
* honor core.sharedRepository when making all the other files in the annexGravatar Joey Hess2012-04-21
* better file mode setting codeGravatar Joey Hess2012-04-21
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
* inverted logicGravatar Joey Hess2012-04-20
* export a more generalized checkDiskSpaceGravatar Joey Hess2012-04-20
* Rewrote free disk space checking codeGravatar Joey Hess2012-03-22
* use new getConfigGravatar Joey Hess2012-03-22
* rationalize getConfigGravatar Joey Hess2012-03-22
* status: Prints available local disk space, or shows if git-annex doesn't know.Gravatar Joey Hess2012-03-21
* Improve detection of inability to check free disk space.Gravatar Joey Hess2012-03-21
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* getKeysPresent is now fully lazyGravatar Joey Hess2012-03-11
* status: Fixed to run in nearly constant space.Gravatar Joey Hess2012-03-11