#author("2019-06-29T09:07:20+00:00","","")
#author("2019-06-29T09:08:28+00:00","","")
#topicpath();

////////////////////////////////////////////////////////////////////////////////
* 目次 [#hd79240f]
#contents();

////////////////////////////////////////////////////////////////////////////////
* gitstats [#h732b08b]
//==============================================================================
** 使い方 [#q4050240]
- オプションはあるが、指定せずとも一通りの統計出力は可能
 $ gitstats <解析対象リポジトリ> <出力先ディレクトリ>
 
     <解析対象リポジトリ>: bare リポジトリでなければならない
     <出力先ディレクトリ>: 空のディレクトリを指定
- 出力結果は、ウェブブラウザで閲覧する
 $ firefox <出力先ディレクトリ>/index.html


////////////////////////////////////////////////////////////////////////////////
* gitinspector [#m3bc9e87]
//==============================================================================
** 使い方 [#m040af4c]
- コマンド書式
 $ gitinspector [options...] <target-repository>
- 結果は標準出力に出力される。ファイルに落としたい場合は適宜リダイレクトを用いる。
- options
|~option             |~description      |
|<target-repository> |走査対象の repository。 bare repository でなくとも良い |
|-f <ext>,&br;--file-types=<ext> |対象とするファイル拡張子を指定。複数指定する場合はコンマ区切りで列挙する。&br;例) html,shtml,css,pl,cgi |
|-F <output-format>,&br;--format=<output-format> |出力形式 |
|-l                 |ファイルタイプを列挙する |
|

-- -F <output-format> のパラメータ
|~output-format |~description      |
|text           |plain text        |
|html           |HTML 形式         |
|htmlembedded   |HTML 埋め込み形式 |
|xml            |XML 形式          |



////////////////////////////////////////////////////////////////////////////////
* 参考ページ [#j27332b9]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS