gc.linkedobjectdir discussion

2015-02-24 Thread Will Entriken
Hello, This post presents an idea for storing git objects into a hard-linked shared directory which would allow performance gains and safety so that users can set it and forget it. SETUP: Users run `git config --global gc.linkedobjectdir ~/.gitsharedobjects` USAGE - CACHE MISS: During a pull, gi

[PATCH] submodule update: when using recursion, show full path

2013-02-21 Thread Will Entriken
>From d3fe2c76e6fa53e4cfa6f81600685c21bdadd4e3 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 21 Feb 2013 23:10:07 -0500 Subject: [PATCH] submodule update: when using recursion, show full path Previously when using update with recursion, only the path for the inner-most module was pri

Re: Recursive submodule confusing output (bug?)

2013-02-18 Thread Will Entriken
Hello, I am running: git submodule update --recursive And get the output: Submodule path 'Submodules/evernote-ios-sdk': checked out '391ca643c5b1cd02e9fa869a6b0760436ea452ed' Submodule path 'Submodules/facebook-ios-sdk': checked out 'ada467f754febd4f2871d15943e9be16b323f114' Sub