23 Commits

Author SHA1 Message Date
J. David Ibáñez
e86fee5c7e Release 0.18.1
Changes:

- (#203) Now Repository.head returns the resolved reference, not the
  commit

- (#210) Fix refcount error in Repository.create_remote

- (#212) Improved diff documentation

Thanks to Jun Omae and Nico von Geyso.
2013-04-20 22:27:09 +02:00
Nico von Geyso
067b00de4f added basic diff example and fixed misleading doc 2013-04-19 15:10:05 +02:00
J. David Ibáñez
611e979113 Now Repository.head returns a reference (#203)
Now Repository.head behaves like libgit2's git_repository_head, it
returns the resolved reference. These two lines are equivalent:

  ref = repo.head
  ref = repo.lookup_reference('HEAD').resolve()

Before it returned a commit.
2013-04-17 08:16:43 +02:00
J. David Ibáñez
072cc38607 Release v0.18.0 2013-04-16 22:46:53 +02:00
J. David Ibáñez
32e460fe16 docs: complete and improve organization 2013-04-03 19:09:48 +02:00
Valentin Haenel
2ffb39397d syntax highlighting for shell commands in sphinx 2013-03-08 22:08:37 +01:00
J. David Ibáñez
a96d494747 Coding style
Including:

- Lines longer than 79 chars
- Spaces at the end of line
- Wrong indentation
- Comma not followed by an space
- C++ style comments: //
2013-03-02 11:40:42 +01:00
J. David Ibáñez
a80e989377 Merge remote-tracking branch 'esc/docs/fix_syntax_highlight' 2013-03-02 10:23:43 +01:00
Valentin Haenel
d937da9c8a refactor the blob example 2013-02-28 21:10:23 +01:00
Valentin Haenel
ce5b884bbe fix syntax hightlighting in docs
When using comments in a pycon session, comments must be prefixed with standard
console prompt (>>>) for pygments syntax highlighting to work.
2013-02-28 21:05:24 +01:00
Valentin Haenel
db02a2dbb6 document new ways to init a repo 2013-02-28 20:13:28 +01:00
J. David Ibáñez
8e40dbd314 Make doc strings look fine from the interpreter
Basically add a new-line character since "help(...)" does not wrap
lines automatically.
2013-02-09 23:46:37 +01:00
J. David Ibáñez
4b72047260 docs: finish first round on the repository chapter 2013-02-02 11:02:28 +01:00
J. David Ibáñez
43558261a5 Add Python 3.3 to the list of supported versions 2013-02-02 09:00:08 +01:00
J. David Ibáñez
93b8c633c3 docs: working on the repository chapter (in progress) 2013-01-27 23:49:02 +01:00
J. David Ibáñez
b0235e70c7 Improve Index docs
And fix a refcount error through the way.
2013-01-20 12:40:31 +01:00
J. David Ibáñez
181c6ed91e docs: merge auto generated and hand writen docs 2013-01-19 17:05:36 +01:00
J. David Ibáñez
c1a48d514a docs: make autodoc work without installing pygit2 2013-01-19 15:39:51 +01:00
J. David Ibáñez
e34911b63e docs: split usage guide into several source files 2013-01-13 22:26:49 +01:00
J. David Ibáñez
c725ee7f05 Simplify README file 2013-01-13 12:13:25 +01:00
J. David Ibáñez
29708773e0 Copy docs from the readme file 2013-01-12 19:03:05 +01:00
J. David Ibáñez
0ff85b8fea Use autodocs 2013-01-12 18:42:12 +01:00
J. David Ibáñez
139ea8d67c sphinx-quickstart 2013-01-06 09:57:03 +01:00