From 750e9677b1ce303fa913c3e0754c3884d6517626 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 29 Nov 2014 13:55:47 +0100 Subject: With docs up on http://gitpython.readthedocs.org, a manually maintained index isn't required anymore [ci skip] --- doc/doc_index/0.2/genindex.html | 561 ---------------------------------------- 1 file changed, 561 deletions(-) delete mode 100644 doc/doc_index/0.2/genindex.html (limited to 'doc/doc_index/0.2/genindex.html') diff --git a/doc/doc_index/0.2/genindex.html b/doc/doc_index/0.2/genindex.html deleted file mode 100644 index 3a806db1..00000000 --- a/doc/doc_index/0.2/genindex.html +++ /dev/null @@ -1,561 +0,0 @@ - - - - - - - Index — GitPython v0.2.0 Beta documentation - - - - - - - - - - -
-
-
-
- - -

Index

- - A | B | C | D | E | F | G | H | I | J | L | M | N | O | P | R | S | T | U | V | W - -
- - -

A

-
-
- -
a_blob (git.diff.Diff attribute)
-
a_mode (git.diff.Diff attribute)
-
abspath (git.objects.base.IndexObject attribute)
-
active_branch (git.repo.Repo attribute)
-
Actor (class in git.actor)
-
add() (git.index.IndexFile method)
-
-
(git.remote.Remote class method)
-
-
alternates (git.repo.Repo attribute)
-
archive() (git.repo.Repo method)
-
args (git.cmd.Git.AutoInterrupt attribute)
-
author (git.objects.commit.Commit attribute)
-
author_tz_offset (git.objects.commit.Commit attribute)
-
authored_date (git.objects.commit.Commit attribute)
-
- -

B

-
-
- -
b_blob (git.diff.Diff attribute)
-
b_mode (git.diff.Diff attribute)
-
bare (git.repo.Repo attribute)
-
BaseIndexEntry (class in git.index)
-
blame() (git.repo.Repo method)
-
Blob (class in git.objects.blob)
-
BlobFilter (class in git.index)
-
blobs (git.objects.tree.Tree attribute)
-
BlockingLockFile (class in git.utils)
-
branches (git.repo.Repo attribute)
-
- -

C

-
-
- -
cat_file_all (git.cmd.Git attribute)
-
cat_file_header (git.cmd.Git attribute)
-
checkout() (git.index.IndexFile method)
-
-
(git.refs.Head method)
-
-
CheckoutError
-
clear_cache() (git.cmd.Git method)
-
-
(in module git.index)
-
-
clone() (git.repo.Repo method)
-
close() (git.utils.SHA1Writer method)
-
Commit (class in git.objects.commit)
-
commit (git.refs.SymbolicReference attribute)
-
-
(git.refs.TagReference attribute)
-
(git.remote.FetchInfo attribute)
-
-
commit() (git.index.IndexFile method)
-
-
(git.repo.Repo method)
-
-
committed_date (git.objects.commit.Commit attribute)
-
committer (git.objects.commit.Commit attribute)
-
committer_tz_offset (git.objects.commit.Commit attribute)
-
ConcurrentWriteOperation (class in git.utils)
-
config_reader (git.remote.Remote attribute)
-
config_reader() (git.repo.Repo method)
-
config_writer (git.remote.Remote attribute)
-
config_writer() (git.repo.Repo method)
-
count() (git.objects.commit.Commit method)
-
create() (git.refs.Head class method)
-
-
(git.refs.Reference class method)
-
(git.refs.SymbolicReference class method)
-
(git.refs.TagReference class method)
-
(git.remote.Remote class method)
-
-
create_from_tree() (git.objects.commit.Commit class method)
-
create_head() (git.repo.Repo method)
-
create_remote() (git.repo.Repo method)
-
create_tag() (git.repo.Repo method)
-
ctime (git.index.IndexEntry attribute)
-
- -

D

-
-
- -
daemon_export (git.repo.Repo attribute)
-
dashify() (in module git.cmd)
-
data (git.objects.base.Object attribute)
-
data_stream (git.objects.base.Object attribute)
-
default_index() (in module git.index)
-
delete() (git.refs.Head class method)
-
-
(git.refs.RemoteReference class method)
-
(git.refs.SymbolicReference class method)
-
(git.refs.TagReference class method)
-
-
delete_head() (git.repo.Repo method)
-
delete_remote() (git.repo.Repo method)
-
delete_tag() (git.repo.Repo method)
-
deleted_file (git.diff.Diff attribute)
-
description (git.repo.Repo attribute)
-
dev (git.index.IndexEntry attribute)
-
Diff (class in git.diff)
-
diff (git.diff.Diff attribute)
-
diff() (git.diff.Diffable method)
-
-
(git.index.IndexFile method)
-
-
Diffable (class in git.diff)
-
Diffable.Index (class in git.diff)
-
DiffIndex (class in git.diff)
-
- -

E

-
-
- -
entries (git.index.IndexFile attribute)
-
execute() (git.cmd.Git method)
-
- -

F

-
-
- -
f (git.utils.SHA1Writer attribute)
-
fetch() (git.remote.Remote method)
-
FetchInfo (class in git.remote)
-
files (git.stats.Stats attribute)
-
flags (git.remote.FetchInfo attribute)
-
-
(git.remote.PushInfo attribute)
-
-
from_base() (git.index.IndexEntry class method)
-
from_blob() (git.index.BaseIndexEntry class method)
-
-
(git.index.IndexEntry class method)
-
-
from_path() (git.refs.SymbolicReference class method)
-
from_tree() (git.index.IndexFile class method)
-
- -

G

-
-
- -
get_entries_key() (git.index.IndexFile class method)
-
get_object_data() (git.cmd.Git method)
-
get_object_header() (git.cmd.Git method)
-
get_object_type_by_name() (in module git.objects.utils)
-
gid (git.index.IndexEntry attribute)
-
Git (class in git.cmd)
-
git (git.repo.Repo attribute)
-
git.actor (module)
-
Git.AutoInterrupt (class in git.cmd)
-
git.cmd (module)
-
git.config (module)
-
git.diff (module)
-
git.errors (module)
-
git.index (module)
-
git.objects.base (module)
-
git.objects.blob (module)
-
git.objects.commit (module)
-
git.objects.tag (module)
-
git.objects.tree (module)
-
git.objects.utils (module)
-
git.refs (module)
-
git.remote (module)
-
git.repo (module)
-
git.stats (module)
-
git.utils (module)
-
git_dir (git.repo.Repo attribute)
-
GitCommandError
-
GitConfigParser (in module git.config)
-
- -

H

-
-
- -
HEAD (class in git.refs)
-
Head (class in git.refs)
-
head (git.repo.Repo attribute)
-
heads (git.repo.Repo attribute)
-
- -

I

-
-
- -
index (git.repo.Repo attribute)
-
IndexEntry (class in git.index)
-
IndexFile (class in git.index)
-
IndexObject (class in git.objects.base)
-
init() (git.repo.Repo class method)
-
inode (git.index.IndexEntry attribute)
-
InvalidGitRepositoryError
-
is_detached (git.refs.SymbolicReference attribute)
-
is_dirty() (git.repo.Repo method)
-
is_git_dir() (in module git.repo)
-
is_valid() (git.refs.SymbolicReference method)
-
iter_blobs() (git.index.IndexFile method)
-
iter_change_type() (git.diff.DiffIndex method)
-
iter_commits() (git.repo.Repo method)
-
iter_items() (git.objects.commit.Commit class method)
-
-
(git.refs.Reference class method)
-
(git.refs.SymbolicReference class method)
-
(git.remote.Remote class method)
-
(git.utils.Iterable class method)
-
-
iter_parents() (git.objects.commit.Commit method)
-
iter_trees() (git.repo.Repo method)
-
Iterable (class in git.utils)
-
IterableList (class in git.utils)
-
- -

J

-
-
- -
join_path() (in module git.utils)
-
join_path_native() (in module git.utils)
-
- -

L

-
-
- -
LazyMixin (class in git.utils)
-
line_dropped() (git.remote.RemoteProgress method)
-
list_items() (git.utils.Iterable class method)
-
local_ref (git.remote.PushInfo attribute)
-
LockFile (class in git.utils)
-
- -

M

-
-
- -
make_sha() (in module git.utils)
-
merge_tree() (git.index.IndexFile method)
-
message (git.objects.commit.Commit attribute)
-
-
(git.objects.tag.TagObject attribute)
-
-
mime_type (git.objects.blob.Blob attribute)
-
mode (git.index.BaseIndexEntry attribute)
-
-
(git.objects.base.IndexObject attribute)
-
-
move() (git.index.IndexFile method)
-
mtime (git.index.IndexEntry attribute)
-
- -

N

-
-
- -
name (git.objects.base.IndexObject attribute)
-
-
(git.refs.Reference attribute)
-
(git.refs.SymbolicReference attribute)
-
(git.remote.FetchInfo attribute)
-
(git.remote.Remote attribute)
-
-
name_rev (git.objects.commit.Commit attribute)
-
new() (git.objects.base.Object class method)
-
new_file (git.diff.Diff attribute)
-
NoSuchPathError
-
note (git.remote.FetchInfo attribute)
-
- -

O

-
-
- -
Object (class in git.objects.base)
-
object (git.objects.tag.TagObject attribute)
-
-
(git.refs.Reference attribute)
-
-
old_commit (git.remote.FetchInfo attribute)
-
-
(git.remote.PushInfo attribute)
-
-
- -

P

-
-
- -
parents (git.objects.commit.Commit attribute)
-
parse_actor_and_date() (in module git.objects.utils)
-
path (git.index.BaseIndexEntry attribute)
-
-
(git.index.IndexFile attribute)
-
(git.objects.base.IndexObject attribute)
-
(git.refs.SymbolicReference attribute)
-
-
paths (git.index.BlobFilter attribute)
-
proc (git.cmd.Git.AutoInterrupt attribute)
-
ProcessStreamAdapter (class in git.objects.utils)
-
pull() (git.remote.Remote method)
-
push() (git.remote.Remote method)
-
PushInfo (class in git.remote)
-
- -

R

-
-
- -
ref (git.refs.SymbolicReference attribute)
-
-
(git.remote.FetchInfo attribute)
-
-
Reference (class in git.refs)
-
reference (git.refs.SymbolicReference attribute)
-
references (git.repo.Repo attribute)
-
refs (git.remote.Remote attribute)
-
-
(git.repo.Repo attribute)
-
-
Remote (class in git.remote)
-
remote() (git.repo.Repo method)
-
remote_head (git.refs.RemoteReference attribute)
-
remote_name (git.refs.RemoteReference attribute)
-
remote_ref (git.remote.PushInfo attribute)
-
remote_ref_string (git.remote.PushInfo attribute)
-
RemoteProgress (class in git.remote)
-
RemoteReference (class in git.refs)
-
remotes (git.repo.Repo attribute)
-
remove() (git.index.IndexFile method)
-
-
(git.remote.Remote class method)
-
-
rename() (git.refs.Head method)
-
-
(git.refs.SymbolicReference method)
-
(git.remote.Remote method)
-
-
rename_from (git.diff.Diff attribute)
-
rename_to (git.diff.Diff attribute)
-
renamed (git.diff.Diff attribute)
-
Repo (class in git.repo)
-
repo (git.index.IndexFile attribute)
-
-
(git.objects.base.Object attribute)
-
(git.refs.SymbolicReference attribute)
-
(git.remote.Remote attribute)
-
-
reset() (git.index.IndexFile method)
-
-
(git.refs.HEAD method)
-
-
resolve_blobs() (git.index.IndexFile method)
-
rm() (git.remote.Remote class method)
-
- -

S

-
-
- -
sha (git.index.BaseIndexEntry attribute)
-
-
(git.objects.base.Object attribute)
-
-
sha1 (git.utils.SHA1Writer attribute)
-
SHA1Writer (class in git.utils)
-
sha_to_hex() (in module git.objects.tree)
-
size (git.index.IndexEntry attribute)
-
-
(git.objects.base.Object attribute)
-
-
stage (git.index.BaseIndexEntry attribute)
-
stale_refs (git.remote.Remote attribute)
-
Stats (class in git.stats)
-
stats (git.objects.commit.Commit attribute)
-
stream_data() (git.objects.base.Object method)
-
summary (git.objects.commit.Commit attribute)
-
-
(git.remote.PushInfo attribute)
-
-
SymbolicReference (class in git.refs)
-
- -

T

-
-
- -
tag (git.objects.tag.TagObject attribute)
-
-
(git.refs.TagReference attribute)
-
-
Tag (in module git.refs)
-
tag() (git.repo.Repo method)
-
tagged_date (git.objects.tag.TagObject attribute)
-
tagger (git.objects.tag.TagObject attribute)
-
tagger_tz_offset (git.objects.tag.TagObject attribute)
-
TagObject (class in git.objects.tag)
-
TagReference (class in git.refs)
-
tags (git.repo.Repo attribute)
-
tell() (git.utils.SHA1Writer method)
-
to_full_path() (git.refs.SymbolicReference class method)
-
to_native_path() (in module git.utils)
-
to_native_path_linux() (in module git.utils)
-
to_native_path_windows() (in module git.utils)
-
total (git.stats.Stats attribute)
-
touch() (in module git.repo)
-
transform_kwargs() (git.cmd.Git method)
-
Traversable (class in git.objects.utils)
-
traverse() (git.objects.tree.Tree method)
-
-
(git.objects.utils.Traversable method)
-
-
Tree (class in git.objects.tree)
-
tree (git.objects.commit.Commit attribute)
-
tree() (git.repo.Repo method)
-
trees (git.objects.tree.Tree attribute)
-
- -

U

-
-
- -
uid (git.index.IndexEntry attribute)
-
unmerged_blobs() (git.index.IndexFile method)
-
untracked_files (git.repo.Repo attribute)
-
update() (git.index.IndexFile method)
-
-
(git.remote.Remote method)
-
(git.remote.RemoteProgress method)
-
-
- -

V

-
-
- -
version (git.index.IndexFile attribute)
-
- -

W

-
-
- -
wait() (git.cmd.Git.AutoInterrupt method)
-
working_dir (git.cmd.Git attribute)
-
-
(git.repo.Repo attribute)
-
-
working_tree_dir (git.repo.Repo attribute)
-
write() (git.index.IndexFile method)
-
-
(git.utils.SHA1Writer method)
-
-
write_sha() (git.utils.SHA1Writer method)
-
write_tree() (git.index.IndexFile method)
-
- - - -
-
-
-
-
- - - - - -
-
-
-
- - - - \ No newline at end of file -- cgit v1.2.3