gixit-methods: Index a git repository

Description Usage Arguments Value

Description

Index a git repository

Usage

1
2
3
4
gixit(path, ...)

## S4 method for signature 'character'
gixit(path, callbacks = NULL, github = NULL)

Arguments

path

Path to the repository

...

Additional arguments affecting the indexing ##'

callbacks

A list of callback functions to enable more control over how blob's are indexed. Each list item, named by file extension, is a function with the two arguments 'content' and 'sha'. Note: not implemented yet.

github

Optional repository address in the format 'username/repo'. Generates a link to the content on github in the document area. Default is NULL.

Value

invisible(NULL)

invisible NULL


stewid/gix documentation built on May 30, 2019, 5:40 p.m.