Skip to content

Instantly share code, notes, and snippets.

View Stormwind99's full-sized avatar

Jason Spangler Stormwind99

View GitHub Profile
[root@build-master source]# diff -u git.py.orig git.py
--- git.py.orig 2017-07-06 20:06:48.390197772 +0000
+++ git.py 2017-07-06 21:06:35.925050332 +0000
@@ -76,11 +76,11 @@
""" Class for Git with all the smarts """
name = 'git'
renderables = ["repourl", "reference", "branch",
- "codebase", "mode", "method", "origin"]
+ "codebase", "mode", "method", "origin", "lfs"]