Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused dependency to commons logging | RĂ¼diger Herrmann | 2016-01-24 | 1 | -1/+0 |
| | | | | | Signed-off-by: RĂ¼diger Herrmann <ruediger.herrmann@gmx.de> Change-Id: Ibbca0f7023350a5d424b6a5a84a5d11845a8ded7 | ||||
* | buck: build standalone jgit binary | Shawn Pearce | 2015-12-31 | 1 | -0/+12 |
Construct the java_application JAR wrapped with the shell script header. This is enough to clone a repository over HTTPs: $ buck build :jgit_bin $ buck-out/gen/jgit_bin/jgit_bin clone https://... Change-Id: I4aceb4e77b2ec9be76a32ec93d94f2dafe9acce6 |