KevinMarks, KartikPrabhu, tantek, KevinMarks_ and j4y_funabashi joined the channel
#petermolnaranyone ever tried fossil ( http://fossil-scm.org ) for self-hosting repos? in theory, it can do bidirectional sync with git, and it looks rather easy to set up.
KevinMarks joined the channel
#j4y_funabashihuzzah! just passed the last micropub.rocks test :D :D
#Loqi[Aaron Parecki] I just launched the ability to create "review" posts in Quill, and added support for displaying them in p3k. p3k adds the additional mf1 classes required for the review to show up in Google results as a "rich snippet", although the Google crawlers ha...
gRegorLove joined the channel
#loqi.mecreated /git_lfs (+233) "prompted by petermolnar and dfn added by martymcguire[m]" (view diff)
#loqi.meedited /git_lfs (+64) "martymcguire[m] added "http://doc.gitlab.com/ce/workflow/lfs/lfs_administration.html" to "See Also"" (view diff)
#Loqiok, I added "http://doc.gitlab.com/ce/workflow/lfs/lfs_administration.html" to the "See Also" section of /git lfs
#petermolnarmartymcguire[m] so: I clone a repo, which has *.jpg in lfs; can I still read the jpg file locally, in the clone?
#martymcguire[m]petermolnar: exactly. when git clones the repo, the git lfs plugin sees that there are files in LFS and fetches them from the LFS server.
#petermolnardoes it cache it, or doest it fetch it each and every time?
#martymcguire[m]it only fetches the files that it doesn't have, or files that have changed.
#martymcguire[m]my understanding is that the Git LFS plugin stores a text pointer (i believe it is a content hash) in the actual git repo
#martymcguire[m]when i set up my website with Git LFS, I configured it to manage a whole folder named _assets.
#martymcguire[m]i add/modify/commit/etc files in that folder as before, but the git lfs plugin intercepts them before git adds them to its local storage.
#martymcguire[m]when i git push, the non-lfs managed content goes up first, then git lfs pushes any new or updated binary files to the Git LFS server