leiningen/test
Nicolas Berger 5f6a08533f Infer default values from .git/config for :scm :git
Previous when :scm :git was used only the values defined in the :scm
map of the project were used so values not defined there were left blank.
This way it was common to end having an scm node in the pom.xml without
a <tag> node, resulting in the dreaded "with this commit" in clojars
pointing to HEAD instead of pointing to the commit that originated the
release.

Now when :scm :git is used, default values for the :scm node are inferred
from .git/config as if "auto" was used, with the difference that any
value defined under :scm in the project takes precedence over those
inferred defaults. This applies to :url, :connection, :developerConnection
and :tag
2017-09-19 00:38:17 -03:00
..
leiningen Infer default values from .git/config for :scm :git 2017-09-19 00:38:17 -03:00
sample-connect-string Allow 'repl :connect' to read args from file 2014-08-22 18:06:23 +02:00
sample-connect-string-http Allow 'repl :connect' to read args from file 2014-08-22 18:06:23 +02:00
sample-index.zip Merge search task into mainlein. (har har) 2011-05-04 18:07:53 -07:00