git-lfs/docs
Steve Streeting 1538c8920c Change RecentRefs to RecentBranches & optimise so we can get date in 1 cmd
Previously were trying to support tags too, but this is too expensive.
There's no commit date on a tag object so you can't interleave them in
the list effectively, would have to use %(taggerdate) in a second call
which is non-optimal but also wrong (could tag retrospectively). Only way
to get tags on the same basis as branches is to query each tag's
dereferenced commit separately which won't scale. Users can always
fetch tags on the command line if they want anyway.

Doing this also lets us get the commitdate as part of the for-each-ref
which is much more efficient.
2015-08-19 17:22:44 +01:00
..
api pull in schema changes from #528 2015-07-28 09:14:03 -06:00
man Change RecentRefs to RecentBranches & optimise so we can get date in 1 cmd 2015-08-19 17:22:44 +01:00
proposals LFS Extensions: use lfs.extension instead of lfs-ext 2015-08-01 21:13:37 -04:00
linux-build.md Docs update 2015-07-12 14:25:56 -04:00
README.md Fix broken link to api/README.md 2015-06-26 02:19:10 +01:00
spec.md Merge pull request #444 from sanoursa/ExtendingLFS 2015-07-20 10:40:44 -06:00

Documentation TOC