1. 20 Jan, 2010 1 commit
  2. 02 Dec, 2008 1 commit
    • doxygen config: Update path to public headers · 42c07750
      In d4043ee9, public headers
      were moved from include/git to src/git, but the doxygen
      configuration wasn't updated to reflect this. This patch
      amends that slippage, making documentation generation once
      again work as intended.
      
      Signed-off-by: Andreas Ericsson <ae@op5.se>
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Andreas Ericsson committed
  3. 04 Nov, 2008 1 commit
    • Add git_oid_cpy, git_oid_cmp as inline functions · b7c891c6
      These are easily built off the standard C library functions memcpy
      and memcmp.  By marking these inline we stand a good chance of
      the C compiler replacing the entire thing with tight machine code,
      because many compilers will actually inline a memcmp or memcpy when
      the 3rd argument (the size) is a constant value.
      
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Shawn O. Pearce committed
  4. 01 Nov, 2008 1 commit
  5. 31 Oct, 2008 2 commits