From 646304a6e7c3b2c442a0a7db995629e7009c3a14 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Sun, 11 Nov 2007 17:59:18 -0800 Subject: added documentation and a license file --- doc/fr_method_index.html | 179 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 doc/fr_method_index.html (limited to 'doc/fr_method_index.html') diff --git a/doc/fr_method_index.html b/doc/fr_method_index.html new file mode 100644 index 0000000..4a3b21f --- /dev/null +++ b/doc/fr_method_index.html @@ -0,0 +1,179 @@ + + + + + + + + Methods + + + + + +
+

Methods

+
+ [] (Git::Branches)
+ [] (Git::Status)
+ [] (Git::Diff)
+ add (Git::Base)
+ add (Git::Lib)
+ add_remote (Git::Base)
+ add_tag (Git::Base)
+ added (Git::Status)
+ bare (Git)
+ bare (Git::Base)
+ between (Git::Log)
+ blob (Git::Diff::DiffFile)
+ blob (Git::Status::StatusFile)
+ branch (Git::Remote)
+ branch (Git::Base)
+ branch_current (Git::Lib)
+ branch_delete (Git::Lib)
+ branch_new (Git::Lib)
+ branches (Git::Base)
+ branches_all (Git::Lib)
+ changed (Git::Status)
+ chdir (Git::Base)
+ checkout (Git::Lib)
+ checkout (Git::Base)
+ checkout (Git::Branch)
+ clone (Git::Lib)
+ clone (Git)
+ clone (Git::Base)
+ commit (Git::Lib)
+ commit (Git::Base)
+ commit_all (Git::Base)
+ config (Git::Base)
+ config_get (Git::Lib)
+ config_list (Git::Lib)
+ config_remote (Git::Lib)
+ config_set (Git::Lib)
+ contents (Git::Object::AbstractObject)
+ contents_array (Git::Object::AbstractObject)
+ create (Git::Branch)
+ current (Git::Branch)
+ current_branch (Git::Base)
+ delete (Git::Branch)
+ deleted (Git::Status)
+ deletions (Git::Diff)
+ diff (Git::Base)
+ diff (Git::Object::AbstractObject)
+ diff_files (Git::Lib)
+ diff_full (Git::Lib)
+ diff_index (Git::Lib)
+ diff_stats (Git::Lib)
+ dir (Git::Base)
+ each (Git::Log)
+ each (Git::Status)
+ each (Git::Diff)
+ each (Git::Branches)
+ fetch (Git::Remote)
+ fetch (Git::Lib)
+ fetch (Git::Base)
+ first (Git::Log)
+ gblob (Git::Base)
+ gcommit (Git::Branch)
+ gcommit (Git::Base)
+ grep (Git::Object::AbstractObject)
+ grep (Git::Lib)
+ grep (Git::Base)
+ gtree (Git::Base)
+ in_branch (Git::Branch)
+ index (Git::Base)
+ init (Git::Lib)
+ init (Git::Base)
+ init (Git)
+ insertions (Git::Diff)
+ lib (Git::Base)
+ lines (Git::Diff)
+ local (Git::Branches)
+ log (Git::Base)
+ log (Git::Object::AbstractObject)
+ log_commits (Git::Lib)
+ ls_files (Git::Lib)
+ merge (Git::Lib)
+ merge (Git::Branch)
+ merge (Git::Remote)
+ merge (Git::Base)
+ new (Git::Remote)
+ new (Git::Status::StatusFile)
+ new (Git::Diff)
+ new (Git::Branch)
+ new (Git::Diff::DiffFile)
+ new (Git::Object::Tag)
+ new (Git::Base)
+ new (Git::Log)
+ new (Git::Object::AbstractObject)
+ new (Git::Lib)
+ new (Git::Object)
+ new (Git::Status)
+ new (Git::Branches)
+ new (Git::Path)
+ object (Git::Log)
+ object (Git::Base)
+ object_contents (Git::Lib)
+ object_size (Git::Lib)
+ object_type (Git::Lib)
+ open (Git)
+ open (Git::Base)
+ patch (Git::Diff)
+ path (Git::Diff)
+ path (Git::Log)
+ pretty (Git::Status)
+ pull (Git::Base)
+ readable? (Git::Path)
+ remote (Git::Branches)
+ remote (Git::Base)
+ remote_add (Git::Lib)
+ remote_remove (Git::Lib)
+ remotes (Git::Lib)
+ remotes (Git::Base)
+ remove (Git::Base)
+ remove (Git::Remote)
+ remove (Git::Remote)
+ remove (Git::Lib)
+ repack (Git::Lib)
+ repack (Git::Base)
+ repo (Git::Base)
+ repo_size (Git::Base)
+ reset (Git::Base)
+ reset (Git::Lib)
+ reset_hard (Git::Base)
+ revparse (Git::Base)
+ revparse (Git::Lib)
+ setup (Git::Object::Blob)
+ setup (Git::Object::Tag)
+ setup (Git::Object::Commit)
+ setup (Git::Object::AbstractObject)
+ setup (Git::Object::Tree)
+ since (Git::Log)
+ size (Git::Log)
+ size (Git::Diff)
+ size (Git::Branches)
+ stats (Git::Diff)
+ status (Git::Base)
+ tag (Git::Base)
+ tag (Git::Lib)
+ tag_sha (Git::Lib)
+ tags (Git::Lib)
+ tags (Git::Base)
+ to_a (Git::Branch)
+ to_s (Git::Diff)
+ to_s (Git::Object::AbstractObject)
+ to_s (Git::Branch)
+ to_s (Git::Log)
+ to_s (Git::Remote)
+ untracked (Git::Status)
+ writable? (Git::Path)
+
+
+ + \ No newline at end of file -- cgit