git log進行代碼統(tǒng)計

統(tǒng)計代碼行數(shù)

  1. 按author統(tǒng)計一段時間內的所有提交的行數(shù)

git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --author="$name" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'; done

  1. 統(tǒng)計文檔以外的代碼行數(shù),下面忽略.md和.org文件格式文件

git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --author="$name" --pretty=tformat: --numstat | awk '!/(\.md$|\.org$)/ { add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'; done

  1. 排除doc和docs兩個文件夾的統(tǒng)計

git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --author="$name" --pretty=tformat: --numstat | awk 'NR==FNR && /doc|docs/ { excluded[$0]++; next } !($0 in excluded) { add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", int(add), int(subs), int(loc) }' - <(find . -path "./doc" -prune -o -path "./docs" -prune -o -type f -print); done

4 只統(tǒng)計某些類型的文件


 git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59"  --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log  --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --author="$name" --pretty=tformat: --numstat | grep "\(|.clj\|.cljs\|.js\|.ts\|.css\|.vue\|.scss\|.java\|.sql\)$" | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -; done
  1. 增加文件夾過濾蔬浙,比如統(tǒng)計src目錄下的,同時排除md文件和org文件

git log --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --format='%aN' | sort -u | while read name; do echo -en "$name\t"; git log --author="$name" --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --pretty=tformat: --numstat -- src/ | awk '!/(\.md$|\.org$)/ { add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", int(add), int(subs), int(loc) }'; done

統(tǒng)計代碼提交次數(shù)

以下統(tǒng)計淆党,前20名成員commit次數(shù)

 git log  --after="2023-01-01 00:00:00" --before="2023-03-31 23:59:59" --pretty='%aN' | sort | uniq -c | sort -k1 -n -r | head -n 20

統(tǒng)計文件修改頻次

git log --after="2022-01-01 00:00:00" --before="2023-03-31 23:59:59" --pretty=format: --name-only | grep -v '^$' | sort | uniq -c | sort -rn | head -n 10
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市触机,隨后出現(xiàn)的幾起案子妆棒,更是在濱河造成了極大的恐慌纤控,老刑警劉巖柔逼,帶你破解...
    沈念sama閱讀 206,126評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件壁肋,死亡現(xiàn)場離奇詭異,居然都是意外死亡女器,警方通過查閱死者的電腦和手機酸役,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,254評論 2 382
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來驾胆,“玉大人涣澡,你說我怎么就攤上這事∩ヅ担” “怎么了入桂?”我有些...
    開封第一講書人閱讀 152,445評論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長驳阎。 經常有香客問我抗愁,道長馁蒂,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,185評論 1 278
  • 正文 為了忘掉前任蜘腌,我火速辦了婚禮沫屡,結果婚禮上,老公的妹妹穿的比我還像新娘撮珠。我一直安慰自己沮脖,他們只是感情好,可當我...
    茶點故事閱讀 64,178評論 5 371
  • 文/花漫 我一把揭開白布芯急。 她就那樣靜靜地躺著勺届,像睡著了一般。 火紅的嫁衣襯著肌膚如雪志于。 梳的紋絲不亂的頭發(fā)上涮因,一...
    開封第一講書人閱讀 48,970評論 1 284
  • 那天,我揣著相機與錄音伺绽,去河邊找鬼养泡。 笑死,一個胖子當著我的面吹牛奈应,可吹牛的內容都是我干的澜掩。 我是一名探鬼主播,決...
    沈念sama閱讀 38,276評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼杖挣,長吁一口氣:“原來是場噩夢啊……” “哼肩榕!你這毒婦竟也來了?” 一聲冷哼從身側響起惩妇,我...
    開封第一講書人閱讀 36,927評論 0 259
  • 序言:老撾萬榮一對情侶失蹤株汉,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后歌殃,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體乔妈,經...
    沈念sama閱讀 43,400評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 35,883評論 2 323
  • 正文 我和宋清朗相戀三年氓皱,在試婚紗的時候發(fā)現(xiàn)自己被綠了路召。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 37,997評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡波材,死狀恐怖股淡,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情廷区,我是刑警寧澤唯灵,帶...
    沈念sama閱讀 33,646評論 4 322
  • 正文 年R本政府宣布,位于F島的核電站隙轻,受9級特大地震影響早敬,放射性物質發(fā)生泄漏忌傻。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,213評論 3 307
  • 文/蒙蒙 一搞监、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧镰矿,春花似錦琐驴、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,204評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至苍姜,卻和暖如春牢酵,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背衙猪。 一陣腳步聲響...
    開封第一講書人閱讀 31,423評論 1 260
  • 我被黑心中介騙來泰國打工馍乙, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人垫释。 一個月前我還...
    沈念sama閱讀 45,423評論 2 352
  • 正文 我出身青樓丝格,卻偏偏與公主長得像,于是被迫代替她去往敵國和親棵譬。 傳聞我的和親對象是個殘疾皇子显蝌,可洞房花燭夜當晚...
    茶點故事閱讀 42,722評論 2 345

推薦閱讀更多精彩內容