Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Risto Kankkunen 90c0c803f8 Use platform-specific file path separators to avoid tests 13 vuotta sitten
  Risto Kankkunen 293de1726a Use universal newlines in subprocess output to prevent tests 13 vuotta sitten
  Risto Kankkunen 20da491f3e Do not delete the current working directory to avoid: 13 vuotta sitten
  Risto Kankkunen a38438af12 Windows doesn't have "posix" module, use "os" instead. Otherwise the test suite fails to run even a single test. 13 vuotta sitten
  Jelmer Vernooij 2172e08e22 Add a docstring for S_ISGITLINK. 13 vuotta sitten
  Jelmer Vernooij d9adcd03b7 Add committer - in case the user doesn't have a local configuration. 13 vuotta sitten
  Jelmer Vernooij 2cccf75585 Fix docstring for ObjectStore.tree_changes. 13 vuotta sitten
  Jelmer Vernooij b0f590568b dulwich.objects: Add more docstrings. 13 vuotta sitten
  Jelmer Vernooij 18ed6000ec Fix typo. 13 vuotta sitten
  Jelmer Vernooij b41694b2df Add more docstrings to BaseRepo, remove BaseRepo.__iter__. 13 vuotta sitten
  Jelmer Vernooij be862751b8 Extend the repository documentation a bit. 13 vuotta sitten
  Jelmer Vernooij 9a2ba51c33 Simplify Repo.stage a bit by using index_entry_from_stat. 13 vuotta sitten
  Jelmer Vernooij b2d91e3e4c Add tutorial chapter on remote repositories. 13 vuotta sitten
  Jelmer Vernooij 60a4f26e61 Use identity from ~/.gitconfig or .git/config if none was explicitly specified. 13 vuotta sitten
  Jelmer Vernooij b10756435d dulwich.client: Make progress argument optional. 13 vuotta sitten
  Jelmer Vernooij b9530f7022 Add 'make check-tutorial'. 13 vuotta sitten
  Jelmer Vernooij d8264124b8 Allow determine_wants methods to include the zero sha in their return value. 13 vuotta sitten
  Jelmer Vernooij b3aea9cca8 Document return types. 13 vuotta sitten
  Jelmer Vernooij d6eabd8058 Add some docstrings. 13 vuotta sitten
  Jelmer Vernooij 7c19e161ee Include status information in Python modules. 13 vuotta sitten
  Jelmer Vernooij e11e9cc2d4 Add a basic STATUS document documenting the capabilities supported by dulwich. 13 vuotta sitten
  Jelmer Vernooij 31cd7d9256 Split out Repo.get_config_stack(). 13 vuotta sitten
  Jelmer Vernooij 0319a27cf6 Add writable argument to StackedConfig. 13 vuotta sitten
  Jelmer Vernooij 323e324c95 Add tests for default git config file. 13 vuotta sitten
  Jelmer Vernooij ba6599e136 Provide Config.get_boolean. 13 vuotta sitten
  Jelmer Vernooij 73d767c12e The config parser now supports the git-config file format as 13 vuotta sitten
  Jelmer Vernooij 7c1404b6fe Make section names and variable names case insensitive. 13 vuotta sitten
  Jelmer Vernooij be730e954d Fix parsing of comments. 13 vuotta sitten
  Jelmer Vernooij f7e7fcf6c3 Simplify some code, add tests for boolean settings without = sign. 13 vuotta sitten
  Jelmer Vernooij 8f401efb52 Add checking of section names. 13 vuotta sitten