make_script: Create script for git filter-branch

Description Usage Arguments Details Value See Also

Description

Create script for git filter-branch

Usage

1
2
make_script(issue_data, outfile = "", fun = link_issue,
  script_template = NULL, ...)

Arguments

issue_data

data frame with columns mapping Trac tickets to GitHub issues, see Details

outfile

output file name

fun

function performing actual rewriting

script_template

path to script template

...

other arguments passed to whisker.render

Details

This function uses whisker templating mechanism to generate a script file that can be used with git filter-branch to rewrite commit messages based on Trac ticket to GitHub issues mapping.

Value

Nothing

See Also

link_issue


mbojan/trac2gh documentation built on May 22, 2019, 12:56 p.m.