1. 15 May, 2017 1 commit
    • examples: network: refactor credentials callback · f0ca00e0
      The credentials callback reads the username and password via scanf into
      fixed-length arrays. While these are simply examples and as such not as
      interesting, the unchecked return value of scanf causes GCC to emit
      warnings. So while we're busy to shut up GCC, we also fix the possible
      overflow of scanf by using getline instead.
      Patrick Steinhardt committed
  2. 12 Jan, 2017 4 commits
  3. 09 Jan, 2017 1 commit
  4. 29 Dec, 2016 1 commit
  5. 10 Oct, 2016 14 commits
  6. 19 Apr, 2016 1 commit
  7. 08 Mar, 2016 1 commit
  8. 07 Oct, 2015 1 commit
  9. 08 Sep, 2015 1 commit
  10. 12 Jul, 2015 2 commits
  11. 29 Jun, 2015 1 commit
  12. 25 Jun, 2015 1 commit
  13. 22 Jun, 2015 1 commit
  14. 03 Jun, 2015 1 commit
  15. 28 May, 2015 1 commit
  16. 13 May, 2015 2 commits
  17. 02 May, 2015 1 commit
  18. 30 Apr, 2015 1 commit
  19. 07 Apr, 2015 1 commit
  20. 19 Mar, 2015 1 commit
  21. 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
  22. 27 Feb, 2015 1 commit