1. 22 Nov, 2017 1 commit
  2. 14 Nov, 2017 4 commits
  3. 28 Feb, 2017 1 commit
  4. 29 Dec, 2016 1 commit
  5. 12 Nov, 2015 1 commit
  6. 03 Nov, 2015 1 commit
  7. 29 Oct, 2015 1 commit
  8. 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
  9. 20 Mar, 2014 1 commit
  10. 19 Mar, 2014 1 commit
  11. 17 Mar, 2014 1 commit
  12. 30 Jan, 2014 1 commit
  13. 15 Jan, 2014 1 commit
  14. 09 Dec, 2013 3 commits
  15. 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
  16. 14 Nov, 2013 1 commit