Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110941 > unrolled thread

View committed code via gitpython

Started byJason Bailey <JBailey@emerytelcom.com>
First post2016-07-02 05:04 +0000
Last post2016-07-02 05:04 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  View committed code via gitpython Jason Bailey <JBailey@emerytelcom.com> - 2016-07-02 05:04 +0000

#110941 — View committed code via gitpython

FromJason Bailey <JBailey@emerytelcom.com>
Date2016-07-02 05:04 +0000
SubjectView committed code via gitpython
Message-ID<mailman.14.1467435875.2295.python-list@python.org>
Hi all,

I'm trying to essentially replicate "gift grep" functionality with gitpython and am not quite sure how to pull the committed code from the repo using gitpython. I am successfully listing all the commits, so now all I need to do is view the code in each commit to do some regex matching on it. Anyone savvy with this module that could steer me in the right direction???

Thanks

Jason

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web