Sha256: 9f7dc5dc9c5aa3d6eb5f4b8d14f58b468b2c066ca0940eb04ec8ec796b14e9b6

Contents?: true

Size: 366 Bytes

Versions: 5

Compression:

Stored size: 366 Bytes

Contents

# coding: utf-8
[
  [
    "(#{files.join('|')})が追加されたコミットの(情報|ログ)を表示する",
    'git log --format="%h" #{$1} | tail -1 | xargs -J xxxx git log xxxx #{$1}'
    # 'githelp-fileadded #{$1} range | xargs git log' ログの範囲は abcde^..abcde みたいに指定する必要があるがこれを生成するのが難しい!
  ],
]

Version data entries

5 entries across 5 versions & 1 rubygems

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