<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>adragoona</author_name>
  <author_url>https://blog.hatena.ne.jp/adragoona/</author_url>
  <blog_title>adragoonaの日記</blog_title>
  <blog_url>https://adragoona.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>以下の記事にて、Git repository内の全てのファイルで、自分の記述した行数をカウントするコマンドが紹介されている。 そのgitリポジトリで自分の書いたコードの行数を数える。 - Qiita git ls-files | xargs -n1 git --no-pager blame -f -w|grep 自分のgitユーザ名 |wc -l 自分の書いたコードに限定せずに、gitで管理している全てのファイルの行数を知りたい場合は git ls-files | xargs -n1 git --no-pager blame -w | wc -l</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fadragoona.hatenablog.com%2Fentry%2F2014%2F06%2F01%2F123509&quot; title=&quot;git repositoryに登録されているファイルの総行数をカウントする - adragoonaの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-06-01 12:35:09</published>
  <title>git repositoryに登録されているファイルの総行数をカウントする</title>
  <type>rich</type>
  <url>https://adragoona.hatenablog.com/entry/2014/06/01/123509</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
