SparkleShare/SparkleLib/Git
Carlos Martín Nieto a7e24dc3aa SparkleLib: Use rev-parse HEAD to determine latest commit
While `git log -1 --format=%H` does show the same data, it needs to
start up the revision walking machinery just to show the latest
commit's hash. `git rev-parse HEAD` tells us this commit's hash
without doing all the extra work.
2012-06-07 15:42:59 +02:00
..
Makefile.am wibble automake to build the extra backend 2012-02-28 14:34:23 +00:00
SparkleFetcherGit.cs Merge branch 'http' 2012-04-28 09:51:41 +01:00
SparkleGit.cs sparklelib: use a nice SparkleLib.Git namespace 2012-03-01 17:02:52 +00:00
SparkleRepoGit.cs SparkleLib: Use rev-parse HEAD to determine latest commit 2012-06-07 15:42:59 +02:00