1. 15 Feb, 2021 1 commit
  2. 01 Jun, 2020 1 commit
  3. 06 Nov, 2019 2 commits
  4. 25 Oct, 2019 1 commit
  5. 24 Jul, 2019 1 commit
  6. 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
  7. 22 Jan, 2019 1 commit
  8. 17 Jul, 2018 1 commit