From dcfcbfd8bfd1371dc6b6537a3c4dc23f1e9fbe14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20=C5=BDivkov?= Date: Fri, 12 Feb 2016 17:09:31 +0100 Subject: [PATCH] Add Buck build aliases Change-Id: I6aa2a8f094d36ef04dd12c81dfba8328e4a3bee9 --- .buckconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.buckconfig b/.buckconfig index b2e07accc..b59604991 100644 --- a/.buckconfig +++ b/.buckconfig @@ -1,3 +1,11 @@ +[alias] + jgit = //:jgit + jgit-servlet = //:jgit-servlet + jgit-archive = //:jgit-archive + jgit-lfs = //:jgit-lfs + jgit-lfs-server = //:jgit-lfs-server + jgit_bin = //:jgit_bin + [buildfile] includes = //tools/default.defs