Commit Graph

  • 2a081227e8 OpenDev Migration Patch debian/newton OpenDev Sysadmins 2019-04-19 19:44:25 +00:00
  • 371c97cadb Update diff.rst master Bogdan Vasilescu 2017-07-18 12:58:56 -04:00
  • ab3bb01249 install.rst: Use PyPI wheels on Windows anatoly techtonik 2017-07-07 21:24:04 +03:00
  • 62c70e852d Release 0.26.0 v0.26.0 J. David Ibáñez 2017-07-06 17:12:44 +02:00
  • e81f45c4c6 Merge remote-tracking branch 'nhynes/br-is-co' J. David Ibáñez 2017-07-05 23:20:15 +02:00
  • 295166bb64 Fixing AppVeyor & Travis J. David Ibáñez 2017-07-03 22:55:10 +02:00
  • 96d37e16a9 Update install docs with the v0.26 version of libgit2 Carlos Martín Nieto 2017-07-03 15:48:20 +02:00
  • 2ce8b952c4 Update Travis CI script to use libgit2 v0.26 Carlos Martín Nieto 2017-07-03 15:47:52 +02:00
  • e41f71f458 Update for libgit2 v0.26 Carlos Martín Nieto 2017-07-03 15:40:29 +02:00
  • c6305a062b revert: Add support for git_revert_commit via Repository.revert_commit() Mark Adams 2017-06-05 16:06:05 -05:00
  • 87beb76dcc Modify Index.write_tree() to have more robust Repository detection Mark Adams 2017-06-05 16:02:01 -05:00
  • cb0f9d4e75 travis: use trusty dist trusty J. David Ibáñez 2017-05-07 13:47:29 +02:00
  • f18de427bf Randomize OID object hashes Lukas Fleischer 2017-05-07 08:08:03 +02:00
  • f841c62fa6 Drop support for Python 3.2, cffi 1.10 doesn't work with J. David Ibáñez 2017-05-07 09:53:10 +02:00
  • 035d4a9396 Mark index unsigned in get_pylist_from_git_strarray() Lukas Fleischer 2017-05-07 07:47:00 +02:00
  • 21d668421f Remove unused variable from Repository_init() Lukas Fleischer 2017-05-07 07:44:01 +02:00
  • b88dc86842 Fix parameter passing of describe patterns Lukas Fleischer 2017-05-06 21:39:33 +02:00
  • 8559b2da20 Release 0.25.1 v0.25.1 J. David Ibáñez 2017-04-25 19:06:54 +02:00
  • 9325494d6f docs: fix references J. David Ibáñez 2017-04-21 11:36:40 +02:00
  • 74717bed55 Merge remote-tracking branch 'tmr232/references-object' J. David Ibáñez 2017-04-21 11:13:09 +02:00
  • 3818555e14 Added Repository.references accessor. Tamir Bahar 2017-04-19 23:02:08 +03:00
  • 706c60c4ab Clean some cffi warnings J. David Ibáñez 2017-04-20 22:32:03 +02:00
  • 0733ba4da3 docs: fix make html J. David Ibáñez 2017-04-19 21:34:07 +02:00
  • 320ee5e733 Added GIT_BRANCH_ALL Tamir Bahar 2017-04-19 21:10:11 +03:00
  • d6716e035a Updated docs to match new branches API. Tamir Bahar 2017-04-19 21:03:43 +03:00
  • d14438725e Added basic Repository.branches implementation. Tamir Bahar 2017-04-13 01:43:50 +03:00
  • dd57c9b366 Fixing error on Python 2.7 / Windows 64bits J. David Ibáñez 2017-04-09 12:39:40 +02:00
  • a5a50c7cfc Fixing error on Python 2.7 / Windows 64bits intlong J. David Ibáñez 2017-04-09 12:39:40 +02:00
  • f2c89a760a (partial) review the way we handle Python int/long J. David Ibáñez 2017-04-09 10:17:01 +02:00
  • f37cf25b8e Fix warning, and coding style a bit J. David Ibáñez 2017-04-08 16:56:04 +02:00
  • 11ff7a99eb Options, improve error messages J. David Ibáñez 2017-04-08 11:16:15 +02:00
  • 9335819795 Opening repos, raise more meaningful exceptions J. David Ibáñez 2017-04-05 22:18:21 +02:00
  • 784583d21e Fixed indentation Tamir Bahar 2017-04-05 21:59:30 +03:00
  • b81810e9cb Better error messages for opening repos. Tamir Bahar 2017-04-05 20:59:36 +03:00
  • 7ee851273a Added explicit check for path = None in init_repository Tamir Bahar 2017-04-05 16:37:25 +03:00
  • 1fadc2eae0 Wrap branch_is_checked_out Nick Hynes 2017-03-29 18:14:46 -04:00
  • 453fd8a9a3 Add docs Nick Hynes 2017-03-27 17:10:51 -04:00
  • 630d905e73 Add stash tests Nick Hynes 2017-03-27 17:10:45 -04:00
  • 9be907983f Wrap stash_pop Nick Hynes 2017-03-27 16:39:58 -04:00
  • b31ac50210 Wrap stash_drop Nick Hynes 2017-03-27 16:33:32 -04:00
  • da233b16c5 Wrap git_stash_apply Nick Hynes 2017-03-27 16:27:37 -04:00
  • 1a842ff8bd Wrap git_stash_save Nick Hynes 2017-03-27 16:20:33 -04:00
  • cbbf9f1f87 Fix Signature._pointer Nick Hynes 2017-03-27 16:18:21 -04:00
  • a294655aa5 Add declarations for git-stash Nick Hynes 2017-03-27 16:18:13 -04:00
  • 5a940987cd Add support for Python 3.6 J. David Ibáñez 2017-03-22 21:45:12 +01:00
  • 354d56a95c Update copyright years J. David Ibáñez 2017-03-22 21:15:34 +01:00
  • 8327e1bee3 Add test for init_submodules() and update_submodules() Jason Ziglar 2017-03-06 00:07:53 -05:00
  • 15326b731f Add update_submodules() command Jason Ziglar 2017-03-05 21:40:32 -05:00
  • f5cd6da307 Add init_submodules() command Jason Ziglar 2017-03-05 21:17:11 -05:00
  • 803b1cb154 cffi 1.10 not yet supported J. David Ibáñez 2017-03-22 16:01:02 +01:00
  • d622e87654 test options, avoid side effects J. David Ibáñez 2017-03-22 13:38:11 +01:00
  • 819cbff552 Remove some tabs J. David Ibáñez 2017-02-09 17:31:50 +01:00
  • 4fbc1f1c05 Add support for custom backends Matthaus Woolard 2017-01-20 16:11:51 +00:00
  • 5c061cbb0a Remove unused code Tamir Bahar 2017-01-03 01:17:48 +02:00
  • 12db42a7dd Drop unnecessary Depends on python-cffi (Closes: #849744) debian/0.24.2-2 Ondřej Nový 2017-01-02 23:58:22 +01:00
  • 68817aad4f Release 0.25.0 v0.25.0 J. David Ibáñez 2016-12-26 12:30:36 +01:00
  • 0b513d57fa Merge remote-tracking branch 'carlos/next' J. David Ibáñez 2016-12-23 21:37:58 +01:00
  • 074a726d7f Update versions to libgit2 v0.25.0 Carlos Martín Nieto 2016-12-23 20:24:37 +00:00
  • 950249442e Merge remote-tracking branch 'bisho/master' J. David Ibáñez 2016-12-20 20:02:47 +01:00
  • 809fe33b8a Make pygit2 throw if tree of a commit is not found Guillermo Pérez 2016-12-19 10:54:47 -08:00
  • 6402302002 fixed cached memory tests Szucs Krisztian 2016-12-03 14:01:39 +01:00
  • 77f0585645 Added mwindow_mapped_limit, cached_memory, enable_caching, cache_max_size, cache_object_limit options Szucs Krisztian 2016-12-03 13:52:19 +01:00
  • 5280cf2f42 Merge tag '0.24.2' into debian/newton debian/0.24.2-1 Ondřej Nový 2016-11-17 20:21:54 +01:00
  • 690beb5c54 Mass changes Ondřej Nový 2016-11-17 16:41:25 +01:00
  • acdec78617 Update for v0.24+1 Carlos Martín Nieto 2016-11-14 16:36:21 +01:00
  • 66280af83a Release 0.24.2 v0.24.2 0.24.2 J. David Ibáñez 2016-11-01 20:34:50 +01:00
  • b2a34bd901 Merge remote-tracking branch 'fourplusone/master' J. David Ibáñez 2016-11-01 13:41:23 +01:00
  • 44ef9ad2e9 Remove python 3.2 from appveyor file since it is not supported Matthias Bartelmeß 2016-10-30 11:55:36 +01:00
  • db213113f4 Fix/appveyor all (#1) Matthias Bartelmeß 2016-10-30 12:52:25 +02:00
  • ee28de65a0 Extend comment of Remote.push by note about push_update_reference. Robert Hölzl 2016-10-23 23:55:53 +02:00
  • 825f3e45bd add slashes to URL if needed Matthias Bartelmeß 2016-10-21 06:31:19 +03:00
  • 00dd78bf1b Fix windows tests Matthias Bartelmess 2016-10-21 06:06:40 +03:00
  • e2393a5e24 appveyor.yml Fix nosetests report upload anatoly techtonik 2016-10-18 13:51:03 +03:00
  • da59cb1c92 appveyor.yml Attempt to fix test failure reporting anatoly techtonik 2016-10-18 12:40:05 +03:00
  • e873c6a363 appveyor.yml Attempt to fix test run anatoly techtonik 2016-10-15 20:17:28 +03:00
  • 865c2f0e82 Revert "Update appveyor.yml" J. David Ibáñez 2016-10-14 09:45:34 +02:00
  • 6d6931cd26 Merge remote-tracking branch 'fourplusone/fix/windows-tests' J. David Ibáñez 2016-10-13 12:26:19 +02:00
  • 9b364dc7f3 Readme, badge to appveyor J. David Ibáñez 2016-10-07 17:40:25 +02:00
  • 578cf58cd7 Add Repository.create_reference to the automethod list Carlos Martín Nieto 2016-10-03 20:31:56 +02:00
  • 554f167353 Merge remote-tracking branch 'mrh/fix-non-ascii-errmsg' J. David Ibáñez 2016-09-15 09:25:08 +02:00
  • 54e4da837b Support non-english errors with non-ascii chars. mrh1997 2016-09-13 22:31:49 +02:00
  • 24fea29ce4 Fixed debian/gbp.conf to use debian/newton as packaging branch. Thomas Goirand 2016-08-11 18:50:06 +02:00
  • faf6a63d25 Update appveyor.yml Matthias Bartelmeß 2016-07-24 22:57:05 +02:00
  • 30980751cf Update appveyor.yml Matthias Bartelmeß 2016-07-24 22:55:05 +02:00
  • dae61ded38 Update appveyor.yml Matthias Bartelmeß 2016-07-24 22:52:41 +02:00
  • 0e270c72bd Update appveyor.yml Matthias Bartelmeß 2016-07-24 22:12:00 +02:00
  • 1afbde0d7f install dependencies in init script Matthias Bartelmeß 2016-07-24 21:56:21 +02:00
  • 7fe7a4da8d Remove qoutes from env vars Matthias Bartelmeß 2016-07-24 21:50:17 +02:00
  • fd1e9e3d35 Update appveyor.yml Matthias Bartelmeß 2016-07-24 15:54:54 +02:00
  • cdd57b2c0f make sure the repo object will be collected before the repo is removed Matthias Bartelmeß 2016-07-22 10:46:11 +02:00
  • ffc514fa24 Ammend the doc-string of Repository.diff() mrh1997 2016-07-11 14:41:39 +02:00
  • c57a3aeb22 install locally Matthias Bartelmeß 2016-07-03 17:01:26 +02:00
  • ca444f3c7d Update appveyor.yml Matthias Bartelmeß 2016-07-03 16:54:40 +02:00
  • 96beae5c82 fix yaml error Matthias Bartelmeß 2016-07-03 16:15:41 +02:00
  • 68de0f8bb6 fix yaml error Matthias Bartelmeß 2016-07-03 16:14:26 +02:00
  • df53551cb2 Build 32 and 64 bit version Matthias Bartelmeß 2016-07-03 16:13:21 +02:00
  • 5864b17b57 archive wheels Matthias Bartelmeß 2016-07-03 16:03:05 +02:00
  • 6c4fa88d07 using cd,cd .. instead of popd Matthias Bartelmeß 2016-07-03 15:49:39 +02:00
  • e96d0286b8 Create appveyor.yml Matthias Bartelmeß 2016-07-03 15:41:23 +02:00
  • a7fcabf2f6 releasing package python-pygit2 version 0.24.1-1 debian/0.24.1-1 Ondřej Nový 2016-06-25 23:15:58 +02:00