about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-30T04·13+0100
committerVincent Ambo <tazjin@google.com>2019-12-30T04·13+0100
commitb34a576c198b8ed47206e8148361bfcdad78b796 (patch)
treede0828fa1260bf8304bd156d9b93b0627c5c7cb7 /web
parent36beb6d43ccfd551c64d0aeaddae47ec3cff0afe (diff)
chore(cgit-taz): Hide remote branches r/319
With the sync-gcsr changes from the previous commits remote branches
are turned into local branches anyways.
Diffstat (limited to 'web')
-rw-r--r--web/cgit-taz/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix
index 7dc5d9070a..962efab91a 100644
--- a/web/cgit-taz/default.nix
+++ b/web/cgit-taz/default.nix
@@ -34,11 +34,10 @@ let
 
     # Repository configuration
     repo.url=depot
-    repo.path=/git/depot/.git
+    repo.path=/git/depot/
     repo.desc=tazjin's personal monorepo
     repo.owner=tazjin <mail@tazj.in>
     repo.clone-url=https://git.tazj.in ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/depot
-    repo.enable-remote-branches=1
   '';
 
   thttpdConfig = writeText "thttpd.conf" ''