summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* add linkGravatar Joey Hess2011-10-17
|
* layoutGravatar Joey Hess2011-10-17
|
* layoutGravatar Joey Hess2011-10-17
|
* layoutGravatar Joey Hess2011-10-17
|
* layoutGravatar Joey Hess2011-10-17
|
* layoutGravatar Joey Hess2011-10-17
|
* closeGravatar Joey Hess2011-10-17
|
* new tip for gitolite and git-annexGravatar Joey Hess2011-10-17
|
* reorgGravatar Joey Hess2011-10-17
|
* git-annex-shell: GIT_ANNEX_SHELL_READONLY and GIT_ANNEX_SHELL_LIMITED ↵Gravatar Joey Hess2011-10-15
| | | | | | environment variables can be set to limit what commands can be run. This could be used by eg, gitolite.
* updateGravatar Joey Hess2011-10-15
|
* add a copy of my mailing list postGravatar Joey Hess2011-10-15
|
* addGravatar Joey Hess2011-10-15
|
* reorgGravatar Joey Hess2011-10-14
|
* A remote can have a annexUrl configured, that is used by git-annex instead ↵Gravatar Joey Hess2011-10-14
| | | | of its usual url. (Similar to pushUrl.)
* Added a comment: fixed thatGravatar http://joey.kitenet.net/2011-10-13
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawncBlzaDI248OZGjKQMXrLVQIx4XrZrzFo2011-10-13
|
* add news item for git-annex 3.20111011Gravatar Joey Hess2011-10-11
|
* add timestamps to remote.logGravatar Joey Hess2011-10-06
|
* Add timestamps to trust.log.Gravatar Joey Hess2011-10-06
|
* add timestamp to uuid.logGravatar Joey Hess2011-10-06
| | | | | | | | * New or changed repository descriptions in uuid.log now have a timestamp, which is used to ensure the newest description is used when the uuid.log has been merged. * Note that older versions of git-annex will display the timestamp as part of the repository description, which is ugly but otherwise harmless.
* investigated file formats; appending timestamp should preserve back-compatGravatar Joey Hess2011-10-05
|
* bugGravatar Joey Hess2011-10-05
|
* Add locking to avoid races when changing the git-annex branch.Gravatar Joey Hess2011-10-03
|
* updateGravatar Joey Hess2011-10-03
|
* When displaying a list of repositories, show git remote names in addition to ↵Gravatar Joey Hess2011-09-30
| | | | their descriptions.
* Added a commentGravatar http://joey.kitenet.net/2011-09-30
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawncBlzaDI248OZGjKQMXrLVQIx4XrZrzFo2011-09-30
|
* Added a commentGravatar http://joey.kitenet.net/2011-09-30
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawncBlzaDI248OZGjKQMXrLVQIx4XrZrzFo2011-09-30
|
* addGravatar Joey Hess2011-09-29
|
* add news item for git-annex 3.20110928Gravatar Joey Hess2011-09-28
|
* fooGravatar Joey Hess2011-09-28
|
* typoGravatar Joey Hess2011-09-28
|
* Merge branch 'master' into unusedfullGravatar Joey Hess2011-09-28
|\
| * mention that add --force adds ignored filesGravatar Joey Hess2011-09-25
| |
| * include --bindir in all cabal install examplesGravatar Joey Hess2011-09-25
| |
* | documentation/warning message update for future featureGravatar Joey Hess2011-09-23
|/
* status: Massively sped up; remove --fast mode.Gravatar Joey Hess2011-09-20
| | | | | | | | | | Using Sets is the right thing; they have constant size lookup like my SizeList, and logn insertation, which beats nub to death. Runs faster than --fast mode did before, and gives accurate counts. 13 seconds total runtime with a warm cache in a repository with 40 thousand keys.
* status: In --fast mode, all status info is displayed now; but some of it is ↵Gravatar Joey Hess2011-09-20
| | | | only approximate, and is marked as such.
* Added a commentGravatar http://joey.kitenet.net/2011-09-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-09-19
|\
| * Added a commentGravatar http://joey.kitenet.net/2011-09-19
| |
* | some of these are now doneGravatar Joey Hess2011-09-19
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-09-19
|/
* typoGravatar Joey Hess2011-09-19
|
* update docsGravatar Joey Hess2011-09-18
|
* make find show files meeting limits, even when not presentGravatar Joey Hess2011-09-18
| | | | | | | | | find: Rather than only showing files whose contents are present, when used with --exclude --copies or --in, displays all files that match the specified conditions. Note that this is a behavior change for find --exclude! Old behavior can be gotten with find --in . --exclude=...
* --copies=N can be used to make git-annex only operate on files with the ↵Gravatar Joey Hess2011-09-18
| | | | | | specified number of copies. (And --not --copies=N for the inverse.)
* update man page for file matching optionsGravatar Joey Hess2011-09-18
| | | | (--in is not yet implemented)