summaryrefslogtreecommitdiff
path: root/doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes/comment_2_18d1c7d8f4f0214c4d89119e9efb9b4a._comment
blob: b22b9ed1be7448b513f4684904e03a211e67d358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2016-07-17T19:09:41Z"
 content="""
Implelemented `git annex log --all`. It turned out to fit really well
to add the functionality there.

You can use --max-count, or even --since to limit the log
that's displayed.

The output streams, so you could just remember the first line you saw when
running it before, and close the pipe when the subsequent run outputs that
line. (Although this method may skip over changes that got merged in from
another repository.)
"""]]