1. 03 Mar, 2015 1 commit
    • Remove the signature from ref-modifying functions · 659cf202
      The signature for the reflog is not something which changes
      dynamically. Almost all uses will be NULL, since we want for the
      repository's default identity to be used, making it noise.
      
      In order to allow for changing the identity, we instead provide
      git_repository_set_ident() and git_repository_ident() which allow a user
      to override the choice of signature.
      Carlos Martín Nieto committed
  2. 20 Mar, 2014 1 commit
  3. 19 Mar, 2014 1 commit
  4. 17 Mar, 2014 1 commit
  5. 30 Jan, 2014 1 commit
  6. 15 Jan, 2014 1 commit
  7. 09 Dec, 2013 3 commits
  8. 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
  9. 14 Nov, 2013 1 commit
  10. 02 Oct, 2013 2 commits
  11. 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
  12. 07 Mar, 2013 1 commit
  13. 01 Dec, 2012 1 commit
  14. 27 Nov, 2012 2 commits
  15. 18 Nov, 2012 1 commit
  16. 25 Jul, 2012 6 commits
  17. 07 Jul, 2012 2 commits
  18. 02 May, 2012 1 commit
  19. 01 Apr, 2012 1 commit
  20. 31 Mar, 2012 1 commit
  21. 30 Mar, 2012 1 commit