diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 04:39:24 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 04:39:24 -0500 |
commit | a043ff3446cce1e7000cf76bc227f9260199fce3 (patch) | |
tree | 7b7c83a2301c0efee3d157100af7c20be81987d7 | |
parent | 381a9b85d4ea82c5792fcc75383b2d0d98b72100 (diff) |
doc
-rw-r--r-- | docs.org | 9 | ||||
-rwxr-xr-x | git-mirror-gitlab-ce | 2 |
2 files changed, 2 insertions, 9 deletions
@@ -5,12 +5,3 @@ ** get-meta PATH => KEY=VAL\n... ** set-meta PATH KEY=VAL... ** repo-mode => active|passive -* ruby interface -** capabilities: .capabilities() => array - Returns an array of arrays. Each item in the array is an array of - tokens that make a line. -** create: .create(id string, meta map) => TODO -** get-meta: .get_meta() => map -** set-meta: .set_meta(map) => map - Returns the same as `get-meta` -** <EOF>: .finish() diff --git a/git-mirror-gitlab-ce b/git-mirror-gitlab-ce index a8d885e..feb8602 100755 --- a/git-mirror-gitlab-ce +++ b/git-mirror-gitlab-ce @@ -1,6 +1,8 @@ #!/usr/bin/env ruby # coding: utf-8 +# TODO: add 'owner' to get/set_meta + load 'git-mirror-backend.rb' require 'net/http' require 'uri' |