1. 17 Mar, 2021 1 commit
  2. 01 Jun, 2020 1 commit
  3. 05 Jul, 2019 2 commits
  4. 15 Feb, 2019 1 commit
    • examples: create common lg2 executable · ead10785
      Inside of our networking example code, we have a git2 executable
      that acts as an entry point to all the different network
      examples. As such, it is kind of the same like the normal git(1)
      executable in that it simply arbitrates to the respective
      subcommands.
      
      Let's extend this approach and merge all examples into a single
      standalone lg2 executable. Instead of building an executable
      for all the existing examples we have, we now bundle them all
      inside of the lg2 one and let them be callable via subcommands.
      
      In the process, we can get rid of duplicated library
      initialization, deinitialization and repository discovery code.
      Instead of having each subcommand handle these on its own, we
      simply do it inside of the single main function now.
      Patrick Steinhardt committed
  5. 25 Jan, 2019 1 commit
  6. 22 Jan, 2019 1 commit
  7. 17 Jan, 2019 2 commits
  8. 13 Jul, 2018 1 commit
    • treewide: remove use of C++ style comments · 9994cd3f
      C++ style comment ("//") are not specified by the ISO C90 standard and
      thus do not conform to it. While libgit2 aims to conform to C90, we did
      not enforce it until now, which is why quite a lot of these
      non-conforming comments have snuck into our codebase. Do a tree-wide
      conversion of all C++ style comments to the supported C style comments
      to allow us enforcing strict C90 compliance in a later commit.
      Patrick Steinhardt committed
  9. 07 Oct, 2017 1 commit
  10. 12 Jan, 2017 4 commits
  11. 29 Dec, 2016 1 commit
  12. 10 Oct, 2016 11 commits
  13. 08 Mar, 2016 1 commit
  14. 05 Dec, 2014 1 commit
  15. 08 Nov, 2014 1 commit
  16. 16 Sep, 2014 1 commit
  17. 03 Mar, 2014 1 commit
  18. 25 Feb, 2014 1 commit
  19. 27 Jan, 2014 1 commit
  20. 14 Nov, 2013 1 commit
  21. 02 Nov, 2013 1 commit
  22. 11 May, 2013 1 commit
    • refs: remove the OID/SYMBOLIC filtering · 2b562c3a
      Nobody should ever be using anything other than ALL at this level, so
      remove the option altogether.
      
      As part of this, git_reference_foreach_glob is now implemented in the
      frontend using an iterator. Backends will later regain the ability of
      doing the glob filtering in the backend.
      Carlos Martín Nieto committed
  23. 10 Apr, 2013 1 commit
  24. 04 Apr, 2013 1 commit
  25. 15 Feb, 2013 1 commit