1. 17 May, 2011 2 commits
  2. 10 May, 2011 1 commit
    • Move config to a backend structure · c0335005
      Configuration options can come from different sources. Currently,
      there is only support for reading them from a flat file, but it might
      make sense to read it from a database at some point.
      
      Move the parsing code into src/config_file.c and create an include
      file include/git2/config_backend.h to allow for other backends to be
      developed.
      
      Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
      Carlos Martín Nieto committed
  3. 05 May, 2011 1 commit
    • config: store the section name separately · 094aaaae
      The section and variable names use different rules, so store them as
      two different variables internally.
      
      This will simplify the configuration-writing code as well later on,
      but even with parsing, the code is simpler.
      
      Take this opportunity to add a variable to the list directly when
      parsing instead of passing through config_set.
      Carlos Martín Nieto committed
  4. 27 Apr, 2011 1 commit
  5. 19 Apr, 2011 2 commits
  6. 11 Apr, 2011 2 commits
  7. 07 Apr, 2011 4 commits
  8. 06 Apr, 2011 5 commits
  9. 04 Apr, 2011 6 commits
  10. 31 Mar, 2011 6 commits
  11. 30 Mar, 2011 6 commits
  12. 29 Mar, 2011 4 commits