by shigemk2

当面は技術的なことしか書かない

2017-11-01から1日間の記事一覧

git diff option source code

Git

git diff option source code git diffのオプションをいろいろ判定するソースコードの箇所。 Cが(まだ)分からない。 git/diff.c at master · git/git · GitHub 文字列を見ているのか。 http://www9.plala.or.jp/sgwr-t/lib/strcmp.html

Tests disabled: expect not found fish shell

fish shellのmake testでTests disabled: expect not foundなどというエラーに見舞われたのでexpectを入れたら解決— shigemk2 (@shigemk2) November 1, 2017 fish shellでmake testしたらばexpectがないってんで怒られたので、sudo apt-get install expectで…

settings for core.whitespace

Git

settings for core.whitespace https://git-scm.com/book/ja/v2/Git-%E3%81%AE%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%82%A4%E3%82%BA-Git-%E3%81%AE%E8%A8%AD%E5%AE%9A core.whitespaceの設定について デフォルト有効 blank-at-eol 行末空白を表示 blank-…

git-describe

Git

git-describe Describe a commit using the most recent tag reachable from it 最近のタグのコミット情報を取得する v2.10.0-33-ga3e80ea9d だと、最新のタグはv2.10.0で、最新のコミットから33コミット前で、gはprefix(gitの略)で、該当するタグがつけられ…

fish shell contribute

fish shell contribute 使用しているプログラミング言語はC++ Include What You Useがキモのひとつ ドキュメントのソースはdoc_srcだけど、実際のサイトとどのように紐付いているか不明 abbrとか 当然だけどテストやLintはパスしてね