1. 08 Jun, 2017 1 commit
    • settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION` · 6c23704d
      Initially, the setting has been solely used to enable the use of
      `fsync()` when creating objects. Since then, the use has been extended
      to also cover references and index files. As the option is not yet part
      of any release, we can still correct this by renaming the option to
      something more sensible, indicating not only correlation to objects.
      
      This commit renames the option to `GIT_OPT_ENABLE_FSYNC_GITDIR`. We also
      move the variable from the object to repository source code.
      Patrick Steinhardt committed
  2. 02 Mar, 2017 1 commit
  3. 01 Mar, 2017 1 commit
  4. 28 Feb, 2017 5 commits
  5. 25 Feb, 2017 2 commits
  6. 11 Apr, 2016 1 commit
    • refs::create: strict object creation on by default · d22a8b95
      When we turned strict object creation validation on by default, we
      forgot to inform the refs::create tests of this.  They, in fact,
      believed that strict object creation was off by default.  As a result,
      their cleanup function went and turned strict object creation off for
      the remaining tests.
      Edward Thomson committed
  7. 03 Mar, 2016 1 commit
  8. 28 Feb, 2016 1 commit
  9. 12 Nov, 2015 1 commit
  10. 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
  11. 16 Dec, 2014 1 commit
  12. 01 Jul, 2014 1 commit
  13. 15 Jan, 2014 1 commit
  14. 14 Nov, 2013 1 commit
  15. 07 Mar, 2013 1 commit
  16. 01 Dec, 2012 2 commits
  17. 27 Nov, 2012 1 commit
  18. 30 Sep, 2012 1 commit
  19. 25 Sep, 2012 1 commit
  20. 17 Jul, 2012 1 commit
  21. 02 May, 2012 1 commit
  22. 03 Apr, 2012 1 commit
  23. 01 Apr, 2012 1 commit
  24. 30 Mar, 2012 1 commit