Commit History

Author SHA1 Message Date
  Jelmer Vernooij c03c63e63d Disallow .git entries in trees, like C git. 6 years ago
  Jelmer Vernooij 2ac410b384 Start on 0.19.2. 6 years ago
  Jelmer Vernooij d34fbad656 Release 0.19.1 6 years ago
  Jelmer Vernooij d8bea03825 Only pass key_filename and password into SSHVendor.run_command if they are set (for backwards compatibility) 6 years ago
  Jelmer Vernooij 4599ee4279 SSHVendor: password is independent of key_filename. 6 years ago
  Jelmer Vernooij 26c4e27783 Use keyword arguments to prevent accidentally passing in the wrong arguments to super constructor. 6 years ago
  Jelmer Vernooij 775696b494 Merge change from PuttySSHVendor => PLinkSSHVendor. 6 years ago
  Adam Bradley aef8fa0151 Removing PuttySSHVendor tests. 6 years ago
  Adam Bradley db208bfbe4 Removing PuttySSHVendor. 6 years ago
  Jelmer Vernooij 6a15af08d3 Remove duplicate empty line. 6 years ago
  Jelmer Vernooij 04db6fee5e add basic tests for stash. 6 years ago
  Jelmer Vernooij 8eedca090d Add stash push. 6 years ago
  Jelmer Vernooij f6e3afadc6 Add basic Stash class. 6 years ago
  Jelmer Vernooij eee273e3ca Fix repeat HTTP requests using the same smart HTTP client. 6 years ago
  Jelmer Vernooij 482d93faa0 Factor out a parse_rsync_url function. 6 years ago
  Jelmer Vernooij 1db43ae59d Only import urllib3 when it's used. 6 years ago
  Jelmer Vernooij da167e626c Add LOCAL_TAG_PREFIX constant. 6 years ago
  Jelmer Vernooij 70e8e5ef4c Add object_store argument to index_entry_from_path. 6 years ago
  Jelmer Vernooij 2565870dc4 Fix 'remote add' command. 6 years ago
  Jelmer Vernooij 53d9830894 Support the http.sslVerify and http.sslCAInfo configuration options. 6 years ago
  Jelmer Vernooij af335a0172 Avoid mucking with SSL module internals from Dulwich. 6 years ago
  Jelmer Vernooij 994bfa2ecb Add a dulwich[https] extra that depends on urllib3[secure]. 6 years ago
  Adam Bradley 05fbe39ff2 Added tests and news. 6 years ago
  Adam Bradley f1ff0902cf Re-adding HttpGitClient.__repr__(). 6 years ago
  Adam Bradley 4086b8a84c Implemented PLink support based on the PuttySSHVendor code. 6 years ago
  Jelmer Vernooij 00cfddfea3 Move handling of index building error conditions to iter_fresh_entries. 6 years ago
  Jelmer Vernooij f3b3137ff3 Factor out index_entry_from_path, add iter_fresh_objects. 6 years ago
  Jelmer Vernooij e72fe076a4 Factor out read_submodule_head. 6 years ago
  Jelmer Vernooij 01eb67e3b3 Ignore .pyo files. 6 years ago
  Jelmer Vernooij 18c32466b5 Rename Index.iterblobs to Index.iterobjects. 6 years ago