summaryrefslogtreecommitdiff
path: root/doc/design
Commit message (Collapse)AuthorAge
...
* Added a comment: adjusted branche to "focus" on a specific subtreeGravatar zack2016-08-22
|
* magic wormhole seems like a nice alternative for arbitrary data sharing hereGravatar anarcat2016-07-26
|
* followup; open bugGravatar Joey Hess2016-07-19
|
* New url for git-remote-gcrypt, now maintained by spwhitton.Gravatar Joey Hess2016-07-05
|
* link to the adjust manpageGravatar anarcat2016-06-23
|
* minor typo fixes throughoutGravatar Yaroslav Halchenko2016-06-02
| | | | | problematic flexibility
* add todo itemGravatar Joey Hess2016-05-23
|
* replyGravatar Joey Hess2016-05-23
|
* note commands which do not get a replyGravatar Joey Hess2016-05-23
|
* note version for recently added commandGravatar Joey Hess2016-05-23
|
* Added a comment: Retrieval progress message helpersGravatar xloem2016-05-20
|
* adjust: Add --fix adjustment, which is useful when the git directory is in a ↵Gravatar Joey Hess2016-05-16
| | | | nonstandard place.
* Added a comment: adjusting symlink pathsGravatar thowz2016-05-13
|
* devblogGravatar Joey Hess2016-05-04
|
* use DIRHASH-LOWER for consistencyGravatar Joey Hess2016-05-03
|
* Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-05-03
|
* Added DIRHASH_LOWER to external special remote protocol.Gravatar Joey Hess2016-05-03
|
* Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-05-03
|
* clarify tha DIRHASH returns mixed caseGravatar Joey Hess2016-04-25
| | | | | Maybe not the best thing that it does, but it can't really be changed w/o breaking existing remotes.
* poll vote (Tahoe-LAFS)Gravatar 2a03:4980:13:4d00:21e:64ff:fe1c:1b1a2016-04-23
|
* poll vote (My phone (or MP3 player))Gravatar 2a03:4980:13:4d00:21e:64ff:fe1c:1b1a2016-04-23
|
* commentGravatar Joey Hess2016-04-20
|
* poll vote (Tahoe-LAFS)Gravatar https://tylercipriani.com/2016-04-18
|
* poll vote (OpenStack SWIFT)Gravatar 8.44.144.242016-04-18
|
* updateGravatar Joey Hess2016-04-12
|
* fix master push overwrite race when updating adjusted branch, by maintaining ↵Gravatar Joey Hess2016-04-09
| | | | basis ref
* hard links on windowsGravatar Joey Hess2016-04-08
| | | | | * annex.thin and annex.hardlink are now supported on Windows. * unannex --fast now makes hard links on Windows.
* avoid withWorkTreeRelated affecting annex symlink calculationGravatar Joey Hess2016-04-08
|
* one little bug..Gravatar Joey Hess2016-04-06
|
* fix auto merge conflict resolution when doing out of tree merge for adjusted ↵Gravatar Joey Hess2016-04-06
| | | | branch
* new method for merging changes into adjusted branch that avoids unncessary ↵Gravatar Joey Hess2016-04-06
| | | | | | merge conflicts Still needs work when there are actual merge conflicts.
* Added a commentGravatar szrc2016-04-05
|
* responseGravatar Joey Hess2016-04-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-04
|\
| * Clarified CHECKURL-MULTI syntaxGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-04
| |
* | todoGravatar Joey Hess2016-04-04
|/
* still bug with sync in adjusted branchGravatar Joey Hess2016-04-04
|
* deal with cloning a repo that has an ajdusted branch checked outGravatar Joey Hess2016-04-04
|
* updateGravatar Joey Hess2016-04-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-04
|\
* | Upgrading a direct mode repository to v6 has changed to enter an adjusted ↵Gravatar Joey Hess2016-04-04
| | | | | | | | | | | | | | | | unlocked branch. This makes the direct mode to v6 upgrade able to be performed in one clone of a repository without affecting other clones, which can continue using v5 and direct mode.
| * Added a comment: Local storage of credsGravatar szrc2016-04-04
|/
* remove old bugGravatar Joey Hess2016-03-31
| | | | I just fixed this one today; it was not the problem I thought it was.
* fixed merging of changes from adjusted branch + a remoteGravatar Joey Hess2016-03-31
|
* made some progress on syncing adjusted branches, but still buggyGravatar Joey Hess2016-03-31
|
* todoGravatar Joey Hess2016-03-29
|
* todoGravatar Joey Hess2016-03-29
|
* prevent git-annex adjust changing things out from under the daemonGravatar Joey Hess2016-03-29
|
* updateGravatar Joey Hess2016-03-29
|
* git annex add in adjusted unlocked branchGravatar Joey Hess2016-03-29
| | | | | Cached the current branch lookup just because it seems unnecessary overhead to run an extra git command per add to query the current branch.