1. 07 Jun, 2014 2 commits
  2. 17 Sep, 2013 1 commit
    • Add simple global shutdown hooks · a3aa5f4d
      Increasingly there are a number of components that want to do some
      cleanup at global shutdown time (at least if there are not going
      to be memory leaks).  This creates a very simple system of shutdown
      hooks that will be invoked by git_threads_shutdown.  Right now, the
      maximum number of hooks is hardcoded, but since adding a hook is
      not a public API, it should be fine and I thought it was better to
      start off with really simple code.
      Russell Belfer committed
  3. 27 Aug, 2013 1 commit
  4. 26 Aug, 2013 2 commits
  5. 22 Aug, 2013 2 commits
  6. 22 Apr, 2013 1 commit
    • Make indexer use shared packfile open code · 38eef611
      The indexer was creating a packfile object separately from the
      code in pack.c which was a problem since I put a call to
      git_mutex_init into just pack.c.  This commit updates the pack
      function for creating a new pack object (i.e. git_packfile_check())
      so that it can be used in both places and then makes indexer.c
      use the shared initialization routine.
      
      There are also a few minor formatting and warning message fixes.
      Russell Belfer committed
  7. 08 Jan, 2013 1 commit
  8. 16 Oct, 2012 1 commit
  9. 13 Feb, 2012 1 commit
  10. 19 Sep, 2011 1 commit
    • Tabify everything · 87d9869f
      There were quite a few places were spaces were being used instead of
      tabs. Try to catch them all. This should hopefully not break anything.
      Except for `git blame`. Oh well.
      Vicent Marti committed
  11. 18 Sep, 2011 1 commit
    • Cleanup legal data · bb742ede
      1. The license header is technically not valid if it doesn't have a
      copyright signature.
      
      2. The COPYING file has been updated with the different licenses used in
      the project.
      
      3. The full GPLv2 header in each file annoys me.
      Vicent Marti committed
  12. 20 Mar, 2011 1 commit
  13. 15 Mar, 2011 1 commit