Historial de Commits

Autor SHA1 Mensaje Fecha
  Risto Kankkunen 3724fbc88e Use platform-specific file path separators to avoid tests hace 13 años
  Risto Kankkunen b5f3b42ce0 Use universal newlines in subprocess output to prevent tests hace 13 años
  Risto Kankkunen b05d574b8a Do not delete the current working directory to avoid: hace 13 años
  Risto Kankkunen d90678b396 Windows doesn't have "posix" module, use "os" instead. Otherwise the test suite fails to run even a single test. hace 13 años
  Jelmer Vernooij 7884cd5b0c Add a docstring for S_ISGITLINK. hace 13 años
  Jelmer Vernooij 13f33026ae Add committer - in case the user doesn't have a local configuration. hace 13 años
  Jelmer Vernooij 03be5330e1 Fix docstring for ObjectStore.tree_changes. hace 13 años
  Jelmer Vernooij 455b407e94 dulwich.objects: Add more docstrings. hace 13 años
  Jelmer Vernooij b7117d9d95 Fix typo. hace 13 años
  Jelmer Vernooij cf48308d76 Add more docstrings to BaseRepo, remove BaseRepo.__iter__. hace 13 años
  Jelmer Vernooij 86d31abf5f Extend the repository documentation a bit. hace 13 años
  Jelmer Vernooij cb0a9533b2 Simplify Repo.stage a bit by using index_entry_from_stat. hace 13 años
  Jelmer Vernooij 57cf9e748a Add tutorial chapter on remote repositories. hace 13 años
  Jelmer Vernooij e07e02e57b Use identity from ~/.gitconfig or .git/config if none was explicitly specified. hace 13 años
  Jelmer Vernooij 3da7cada8c dulwich.client: Make progress argument optional. hace 13 años
  Jelmer Vernooij 968c0fc65c Add 'make check-tutorial'. hace 13 años
  Jelmer Vernooij 2c7868e73c Allow determine_wants methods to include the zero sha in their return value. hace 13 años
  Jelmer Vernooij 12ece49218 Document return types. hace 13 años
  Jelmer Vernooij cd2040a628 Add some docstrings. hace 13 años
  Jelmer Vernooij 2b8ba6e4a6 Include status information in Python modules. hace 13 años
  Jelmer Vernooij cc672307ab Add a basic STATUS document documenting the capabilities supported by dulwich. hace 13 años
  Jelmer Vernooij ccc027a97e Split out Repo.get_config_stack(). hace 13 años
  Jelmer Vernooij ac74d2d98b Add writable argument to StackedConfig. hace 13 años
  Jelmer Vernooij 3577f2d329 Add tests for default git config file. hace 13 años
  Jelmer Vernooij a1b4b45b63 Provide Config.get_boolean. hace 13 años
  Jelmer Vernooij cc820e3154 The config parser now supports the git-config file format as hace 13 años
  Jelmer Vernooij 2704f944bd Make section names and variable names case insensitive. hace 13 años
  Jelmer Vernooij cb42ef5189 Fix parsing of comments. hace 13 años
  Jelmer Vernooij 70ab782fe1 Simplify some code, add tests for boolean settings without = sign. hace 13 años
  Jelmer Vernooij dafd66f286 Add checking of section names. hace 13 años