aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/git
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2017-11-28 10:48:47 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-11-28 10:52:58 -0800
commit4cb754e0513262e6d89eacc90eb3673f2b405234 (patch)
tree736e1a787471af26799b4c25f67606c3ef3a2900 /tensorflow/tools/git
parent82fa1e1ae5b2f8af642979fafb1cab455db1882f (diff)
Add empty placeholder git/gen files.
Projects that depend on TensorFlow as a Bazel external dependency will almost certainly not be modifying any of the TensorFlow source and therefore don't need these git symlinked files (which exist for Bazel to keep track of changes to HEAD). Adding empty files for the files generated by configure so that TensorFlow can be built without running configure for these projects. These placeholders will get overridden for TF checkouts the first time you run configure.py. PiperOrigin-RevId: 177184829
Diffstat (limited to 'tensorflow/tools/git')
-rw-r--r--tensorflow/tools/git/gen/branch_ref1
-rw-r--r--tensorflow/tools/git/gen/head1
-rw-r--r--tensorflow/tools/git/gen/spec.json3
3 files changed, 5 insertions, 0 deletions
diff --git a/tensorflow/tools/git/gen/branch_ref b/tensorflow/tools/git/gen/branch_ref
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/tensorflow/tools/git/gen/branch_ref
@@ -0,0 +1 @@
+
diff --git a/tensorflow/tools/git/gen/head b/tensorflow/tools/git/gen/head
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/tensorflow/tools/git/gen/head
@@ -0,0 +1 @@
+
diff --git a/tensorflow/tools/git/gen/spec.json b/tensorflow/tools/git/gen/spec.json
new file mode 100644
index 0000000000..176bbc21cc
--- /dev/null
+++ b/tensorflow/tools/git/gen/spec.json
@@ -0,0 +1,3 @@
+{
+ "git": false
+}