Sha256: f82109e578e8f426816e2d1e5dd64c97fd03b221bc1ecfba27fb228c299dda68

Contents?: true

Size: 445 Bytes

Versions: 5

Compression:

Stored size: 445 Bytes

Contents

# coding: utf-8

# https://bayashi.net/diary/2015/0224
[
  [
    "(よく|頻繁に)(編集|修正)されているファイルを(リスト|表示)する",
    'git log --name-only --pretty="format:" | grep -ve "^$" | sort | uniq -c | sort -r | more'
  ],
  [
    "ファイルの(編集|修正)のランキングを(リスト|表示)する",
    'git log --name-only --pretty="format:" | grep -ve "^$" | sort | uniq -c | sort -r | more'
  ],
]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
githelp-0.1.4 data/freq.rb
githelp-0.1.3 data/freq.rb
githelp-0.1.2 data/freq.rb
githelp-0.1.1 data/freq.rb
githelp-0.1.0 data/freq.rb