Re: git list files
From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:55:44
Hi, Стойчо Слепцов wrote:
lets, say the equivalent of the $ls -d b* within git.git root directory would look like: ---------------- 98746061 jrnieder 2010-08-12 17:11 Standardize-do-.-while-0-style base85.c c43cb386 pclouds 2012-10-26 22:53 Move-estimate_bisect_steps-to-li bisect.c efc7df45 pclouds 2012-10-26 22:53 Move-print_commit_list-to-libgit bisect.h 837d395a barkalow 2010-01-18 13:06 Replace-parse_blob-with-an-expla blob.c 837d395a barkalow 2010-01-18 13:06 Replace-parse_blob-with-an-expla blob.h ebcfa444 gitster 2012-07-23 20:56 Merge-branch-jn-block-sha1 block-sha1
You might like Peff's or Jakub's tree blame script. The newest version I can find is http://thread.gmane.org/gmane.comp.version-control.git/168323 If you use it, let us know how it goes. Thanks for some food for thought, Jonathan