1. Mounting Git history as directories
“Won’t the SMB implementation be sufficient to mount git commits as folders?” — nine_k
2. Security and practicality of NFS
“The fact that NFSv4 has no concept of true ‘Authentication’ and just blindly accepts whatever the client sends is the craziest network application design ever.” — mmh0000
“Usually, no. NFS defaults to ‘root_squash’, which silently changes UID=0 to the UID of the
nfsnobodyuser.” — mmh0000
3. Git CLI ergonomics and search flags
“the git CLI is an ergonomic nightmare and I’ve been using it since the very beginning.” — js2
These three themes capture the discussion’s focus: using network‑mounted filesystems to view Git objects, the security flaws and complexity of NFS, and frustration with Git’s command‑line search usability.