Add some scripts that wraps some FreeBSD Project infrastructure
and simplifies using them with git. The scripts are:
- arcgit, which creates a series of reviews in Differential
- importgit, which applies a series of git commits to svn
Paths
| Differential D2071 Authored by rstone on Mar 16 2015, 2:52 AM.
Details
Summary Add some scripts that wraps some FreeBSD Project infrastructure
Diff Detail
Event Timelinerstone updated this object. Herald added a subscriber: imp. · View Herald TranscriptMar 16 2015, 2:52 AM2015-03-16 02:52:49 (UTC+0) Comment Actions arcgit is a pretty handy script, thanks! It's slightly annoying that one has to remember to use "-r C1~..C2" instead of "-r C1..C2" for an inclusive range of commits, although I guess that's consistent with git commands. Maybe include the "~" in the usage message? It'd also be useful to have some sort of semi-dry run mode. I just used it for the first time and wanted to try creating reviews without specifying any reviewers, but the interface doesn't allow that. I just commented out the section that adds them and manually added them in the browser after the reviews were created.
Closed by commit rS307680: Add some tools to simplify the use of git (authored by rstone). · Explain WhyOct 20 2016, 6:24 PM2016-10-20 18:24:02 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 19122 tools/tools/README
tools/tools/git/HOWTO
tools/tools/git/arcgit
tools/tools/git/importgit
|
This should be "-r commit1..".