1. 06 Nov, 2019 3 commits
  2. 05 Jul, 2019 1 commit
  3. 16 Apr, 2019 5 commits
  4. 15 Feb, 2019 1 commit
    • examples: merge common network code · 7562422a
      Right now, we have two sets of "common" code, one containing
      general common code and one containing network common code. As we
      intend to get rid of the network subdirectory and instead merge
      all examples into a single standalone executable, this
      distinction doesn't make a lot of sense now. Furthermore, the
      common network code is not that big.
      
      Let's get rid of the common network code by merging it into the
      general common code.
      Patrick Steinhardt committed
  5. 22 Jan, 2019 1 commit
  6. 17 Jan, 2019 1 commit
  7. 07 Jul, 2018 3 commits
  8. 25 Jan, 2018 1 commit
  9. 10 Oct, 2016 1 commit
  10. 12 Oct, 2014 1 commit
  11. 25 Feb, 2014 1 commit
  12. 02 Nov, 2013 1 commit
  13. 30 Oct, 2013 1 commit
    • Extract common example helpers and reorg examples · 66902d47
      This reorganizes a few of the examples so that the main function
      comes first with the argument parsing extracted into a helper
      that can come at the end of the file (so the example focuses more
      on the use of libgit2 instead of command line support).  This also
      creates a shared examples/common.[ch] so that useful helper funcs
      can be shared across examples instead of repeated.
      Russell Belfer committed