1. 23 Feb, 2022 2 commits
  2. 27 Nov, 2020 1 commit
  3. 21 Jul, 2017 1 commit
  4. 13 Feb, 2015 2 commits
  5. 11 Mar, 2013 1 commit
  6. 15 Jan, 2013 1 commit
    • Add payload "_r" versions of bsearch and tsort · 851ad650
      git__bsearch and git__tsort did not pass a payload through to the
      comparison function.  This makes it impossible to implement sorted
      lists where the sort order depends on external data (e.g. building
      a secondary sort order for the entries in a tree).  This commit
      adds git__bsearch_r and git__tsort_r versions that pass a third
      parameter to the cmp function of a user payload.
      Russell Belfer committed
  7. 08 Jan, 2013 1 commit
  8. 17 Apr, 2012 1 commit
  9. 13 Feb, 2012 1 commit
  10. 29 Oct, 2011 1 commit
  11. 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
  12. 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
  13. 17 Aug, 2011 1 commit
  14. 09 Jul, 2011 2 commits
  15. 07 Jul, 2011 4 commits