From 1bc631afd9351f3d7d26443c2af3595db36879b8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Jan 2015 12:46:23 -0400 Subject: [PATCH] answer --- ...mment_1_825c950574b3a2f083554f474c9f7b50._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/List_annexed_files_in_chronological_order__63__/comment_1_825c950574b3a2f083554f474c9f7b50._comment diff --git a/doc/forum/List_annexed_files_in_chronological_order__63__/comment_1_825c950574b3a2f083554f474c9f7b50._comment b/doc/forum/List_annexed_files_in_chronological_order__63__/comment_1_825c950574b3a2f083554f474c9f7b50._comment new file mode 100644 index 0000000000..30387e78d5 --- /dev/null +++ b/doc/forum/List_annexed_files_in_chronological_order__63__/comment_1_825c950574b3a2f083554f474c9f7b50._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-01-05T16:45:08Z" + content=""" +This is a general git question, not a git-annex question. That is, any +command that can list the files in a git repo, in whatever order you want, +will also work in a git-annex repo. + +You probably want to use `git log --stat`, possibly with some more options +to control the output format. +"""]]