1. 20 Mar, 2014 1 commit
  2. 19 Mar, 2014 1 commit
  3. 17 Mar, 2014 1 commit
  4. 30 Jan, 2014 1 commit
  5. 15 Jan, 2014 1 commit
  6. 09 Dec, 2013 3 commits
  7. 23 Nov, 2013 2 commits
    • reflog: remove git_reflog_append_to() · 13c9e44a
      This was a convenience method for the refs front-end to do the reflog
      writing. This is now done in the backend and it has no more reason for
      being.
      Carlos Martín Nieto committed
    • reflog: integrate into the ref writing · a57dd3b7
      Whenever a reference is created or updated, we need to write to the
      reflog regardless of whether the user gave us a message, so we shouldn't
      leave that to the ref frontend, but integrate it into the backend.
      
      This also eliminates the race between ref update and writing to the
      reflog, as we protect the reflog with the ref lock.
      
      As an additional benefit, this reflog append on the backend happens by
      appending to the file instead of parsing and rewriting it.
      Carlos Martín Nieto committed
  8. 14 Nov, 2013 1 commit
  9. 02 Oct, 2013 2 commits
  10. 10 Jun, 2013 1 commit
    • Reorganize diff and add basic diff driver · 114f5a6c
      This is a significant reorganization of the diff code to break it
      into a set of more clearly distinct files and to document the new
      organization.  Hopefully this will make the diff code easier to
      understand and to extend.
      
      This adds a new `git_diff_driver` object that looks of diff driver
      information from the attributes and the config so that things like
      function content in diff headers can be provided.  The full driver
      spec is not implemented in the commit - this is focused on the
      reorganization of the code and putting the driver hooks in place.
      
      This also removes a few #includes from src/repository.h that were
      overbroad, but as a result required extra #includes in a variety
      of places since including src/repository.h no longer results in
      pulling in the whole world.
      Russell Belfer committed
  11. 07 Mar, 2013 1 commit
  12. 01 Dec, 2012 1 commit
  13. 27 Nov, 2012 2 commits
  14. 18 Nov, 2012 1 commit
  15. 25 Jul, 2012 6 commits
  16. 07 Jul, 2012 2 commits
  17. 02 May, 2012 1 commit
  18. 01 Apr, 2012 1 commit
  19. 31 Mar, 2012 1 commit
  20. 30 Mar, 2012 1 commit