Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 13, 2020 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/65a3fd4254e451bcb0e86ef24544ce73 to your computer and use it in GitHub Desktop.
Save r-ryantm/65a3fd4254e451bcb0e86ef24544ce73 to your computer and use it in GitHub Desktop.
/nix/store/wrrsgxwxjgvw647nyzxls00cwargfyl9-gitolite-3.6.12
├── bin
│   ├── commands
│   │   ├── 1plus1
│   │   ├── access
│   │   ├── compile-template-data
│   │   ├── config
│   │   ├── create
│   │   ├── creator
│   │   ├── D
│   │   ├── desc
│   │   ├── fork
│   │   ├── git-annex-shell
│   │   ├── git-config
│   │   ├── help
│   │   ├── htpasswd
│   │   ├── info
│   │   ├── list-dangling-repos
│   │   ├── lock
│   │   ├── mirror
│   │   ├── motd
│   │   ├── newbranch
│   │   ├── option
│   │   ├── owns
│   │   ├── perms
│   │   ├── print-default-rc
│   │   ├── push
│   │   ├── readme
│   │   ├── rsync
│   │   ├── sshkeys-lint
│   │   ├── sskm
│   │   ├── sudo
│   │   ├── svnserve
│   │   ├── symbolic-ref
│   │   ├── who-pushed
│   │   └── writable
│   ├── gitolite
│   ├── gitolite-shell
│   ├── lib
│   │   └── Gitolite
│   │   ├── Cache.pm
│   │   ├── Common.pm
│   │   ├── Conf
│   │   │   ├── Explode.pm
│   │   │   ├── Load.pm
│   │   │   ├── Store.pm
│   │   │   └── Sugar.pm
│   │   ├── Conf.pm
│   │   ├── Easy.pm
│   │   ├── Hooks
│   │   │   ├── PostUpdate.pm
│   │   │   └── Update.pm
│   │   ├── Rc.pm
│   │   ├── Setup.pm
│   │   ├── Test
│   │   │   └── Tsh.pm
│   │   ├── Test.pm
│   │   ├── Triggers
│   │   │   ├── Alias.pm
│   │   │   ├── AutoCreate.pm
│   │   │   ├── CpuTime.pm
│   │   │   ├── Kindergarten.pm
│   │   │   ├── Mirroring.pm
│   │   │   ├── Motd.pm
│   │   │   ├── RefexExpr.pm
│   │   │   ├── RepoUmask.pm
│   │   │   ├── Shell.pm
│   │   │   ├── TProxy.pm
│   │   │   └── Writable.pm
│   │   └── Triggers.pm
│   ├── syntactic-sugar
│   │   ├── continuation-lines
│   │   ├── keysubdirs-as-groups
│   │   ├── macros
│   │   └── refex-expr
│   ├── triggers
│   │   ├── bg
│   │   ├── expand-deny-messages
│   │   ├── partial-copy
│   │   ├── post-compile
│   │   │   ├── create-with-reference
│   │   │   ├── ssh-authkeys
│   │   │   ├── ssh-authkeys-shell-users
│   │   │   ├── ssh-authkeys-split
│   │   │   ├── update-description-file
│   │   │   ├── update-git-configs
│   │   │   ├── update-git-daemon-access-list
│   │   │   ├── update-gitweb-access-list
│   │   │   └── update-gitweb-daemon-from-options
│   │   ├── renice
│   │   ├── repo-specific-hooks
│   │   ├── set-default-roles
│   │   └── upstream
│   ├── VERSION
│   └── VREF
│   ├── COUNT
│   ├── EMAIL-CHECK
│   ├── FILETYPE
│   ├── lock
│   ├── MAX_NEWBIN_SIZE
│   ├── MERGE-CHECK
│   ├── NAME_NC
│   ├── partial-copy
│   ├── refex-expr
│   └── VOTES
└── nix-support
└── propagated-build-inputs
13 directories, 93 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment