1. 29 Apr, 2014 1 commit
  2. 05 Feb, 2014 1 commit
    • Split p_strlen into its own header · 24f3024f
      We need this from util.h and posix.h, but the latter includes common.h
      which includes util.h, which means p_strlen is not defined by the time
      we get to git__strndup().
      
      Split the definition on p_strlen() off into its own header so we can use
      it in util.h.
      Carlos Martín Nieto committed