aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-28 14:04:24 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-28 14:04:24 -0400
commit493bd68e574ef335ccc8a3c688b8172769e2ae83 (patch)
tree9e00c9d6758f5091768a1e1749208e8f2a05541f
parent3c2887bcfdacd2676386e2e97c29e22c7570cd67 (diff)
response
-rw-r--r--doc/forum/Is_there_a_way_to_log_what_changed_in_files_committed__44___similar_to_how_git_normally_works_for_coding_files__63__/comment_3_1edab7e44e7eae6d8f06a917704b17ec._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Is_there_a_way_to_log_what_changed_in_files_committed__44___similar_to_how_git_normally_works_for_coding_files__63__/comment_3_1edab7e44e7eae6d8f06a917704b17ec._comment b/doc/forum/Is_there_a_way_to_log_what_changed_in_files_committed__44___similar_to_how_git_normally_works_for_coding_files__63__/comment_3_1edab7e44e7eae6d8f06a917704b17ec._comment
new file mode 100644
index 000000000..0e32b8170
--- /dev/null
+++ b/doc/forum/Is_there_a_way_to_log_what_changed_in_files_committed__44___similar_to_how_git_normally_works_for_coding_files__63__/comment_3_1edab7e44e7eae6d8f06a917704b17ec._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2018-02-28T18:02:04Z"
+ content="""
+Yes, git-annex retains all past versions of files, just like git does. You
+can check out a past version of the repository, the same as you would in a
+git repository (because it is a git repository..)
+
+(There are exceptions, like then `git annex unused` has been used to
+save space and delete some past revisions.)
+"""]]