Re: [RFH] How to get git-gui.sh history

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/21/07, Julian Phillips <julian@xxxxxxxxxxxxxxxxx> wrote:
On Sat, 21 Apr 2007, Michael wrote:

> Marco Costalba wrote:
>> On 4/21/07, Junio C Hamano <junkio@xxxxxxx> wrote:
>>> "Marco Costalba" <mcostalba@xxxxxxxxx> writes:
>>>
>>> $ git rev-list -- git-gui.sh | wc -l
>>> 158
>>>
>>
>> This is strange....

try git rev-list --all --full-history -- git-gui.sh | wc -l, that gives
158 for me (in the git repo) ...


Yes, --full-history here is the missed link here, it works also with
just HEAD instead of --all

$ git rev-list HEAD --full-history -- git-gui.sh | wc -l
158


Unfortunatly this is much slower,

$ time git rev-list HEAD --full-history -- git-gui.sh > /dev/null
1.77user 0.03system 0:01.88elapsed 95%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+4030minor)pagefaults 0swaps

$ time git rev-list HEAD -- git-gui.sh > /dev/null
0.80user 0.02system 0:00.91elapsed 91%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3382minor)pagefaults 0swaps

  Marco
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]