10 Commits

Author SHA1 Message Date
Nico von Geyso
4b89994ff4 memory allocation helper macros 2013-03-04 11:18:11 +01:00
J. David Ibáñez
29ce23c0d5 Update copyright 2013-03-02 12:16:16 +01:00
Nico von Geyso
14a6734921 Added basic remote support
* new Repository methods implemented:
   * remotes to list all existing remotes
   * remote_create to create a new remote entry
* New Class Remote added
2013-02-15 18:08:38 +01:00
J. David Ibáñez
7d3ba87cea Finish deploying PyDoc_STRVAR 2013-02-04 19:20:24 +01:00
J. David Ibáñez
6a5e4879d9 Define the METHOD macro and deploy it 2013-02-03 12:07:25 +01:00
J. David Ibáñez
bf81dfe193 Define GETTER helper macro
To save typing, and increase coding consistency.
2013-02-03 11:21:03 +01:00
Nico von Geyso
ea8b076b70 fixed api changes for index.c
11d9f6b304 in libgit2 changed api for git_index_find()
2013-02-01 13:37:53 +01:00
J. David Ibáñez
6195491596 Add/update copyright header of each file
And update my email address.
2012-07-18 12:07:17 +02:00
Nico von Geyso
e7b5560590 Merge branch 'master' of https://github.com/libgit2/pygit2 into refactoring
Conflicts:
	pygit2.c
2012-05-25 17:37:25 +02:00
Nico von Geyso
6b1a281edc refactoring pygit2.c into several small files
The whole extension was organised in one big 3727 lines monster.
This refactoring is splitting these 3727 lines into several smaller files.
2012-05-25 14:07:44 +02:00