mirror of
https://github.com/danog/gift.git
synced 2024-11-30 04:19:37 +01:00
d209528ef1
Signed-off-by: Lance Chen <cyen0312@gmail.com>
14 lines
403 B
CoffeeScript
14 lines
403 B
CoffeeScript
git = require '../src'
|
|
|
|
dir = "#{__dirname}/fixtures"
|
|
|
|
module.exports =
|
|
branched: git("#{dir}/branched", true)
|
|
checkout: git("#{dir}/checkout", true)
|
|
gpgsigned: git("#{dir}/gpgsigned", true)
|
|
remotes: git("#{dir}/remotes", true)
|
|
simple: git("#{dir}/simple", true)
|
|
status: git("#{dir}/status", true)
|
|
submodule: git("#{dir}/submodule", true)
|
|
tagged: git("#{dir}/tagged", true)
|