aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn8
-rw-r--r--doc/todo/Time_Stamping_of_Events_in_Webapp.mdwn2
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 32680b32c..d5408a2ae 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -927,6 +927,14 @@ subdirectories).
With `--force`, even files whose content is not currently available will
be rekeyed. Use with caution.
+* `findref [ref]`
+
+ This is similar to the find command, but instead of finding files in the
+ current work tree, it finds files in the specified git ref.
+
+ Most MATCHING OPTIONS can be used with findref, to limit the files it
+ finds. However, the --include and --exclude options will not work.
+
* `test`
This runs git-annex's built-in test suite.
diff --git a/doc/todo/Time_Stamping_of_Events_in_Webapp.mdwn b/doc/todo/Time_Stamping_of_Events_in_Webapp.mdwn
index a1f3fe6ea..0762f47ba 100644
--- a/doc/todo/Time_Stamping_of_Events_in_Webapp.mdwn
+++ b/doc/todo/Time_Stamping_of_Events_in_Webapp.mdwn
@@ -1 +1,3 @@
Currently events happening in the webapp (sync upload etc. on the right) has no time stamp thus user has no way to tell when was the last sync happened. Which is problematic when not using XMPP and repos lag behind.
+
+> [[dup|done]] of <http://git-annex.branchable.com/todo/wishlist__91__minor__93__:_add_time_stamps_to_annex_log_popups_in_webapp/> --[[Joey]]