| Junio C Hamano | 3dac504 | 2007-12-15 08:40:54 | [diff] [blame] | 1 | GIT API Documents |
| 2 | ================= |
| 3 | |
| 4 | GIT has grown a set of internal API over time. This collection |
| 5 | documents them. |
| 6 | |
| 7 | //////////////////////////////////////////////////////////////// |
| 8 | // table of contents begin |
| 9 | //////////////////////////////////////////////////////////////// |
| 10 | * link:api-allocation-growing.html[allocation growing API] |
| 11 | * link:api-builtin.html[builtin API] |
| 12 | * link:api-decorate.html[decorate API] |
| 13 | * link:api-diff.html[diff API] |
| 14 | * link:api-directory-listing.html[directory listing API] |
| 15 | * link:api-gitattributes.html[gitattributes API] |
| 16 | * link:api-grep.html[grep API] |
| 17 | * link:api-hash.html[hash API] |
| Junio C Hamano | feeb1be | 2008-05-22 00:53:35 | [diff] [blame] | 18 | * link:api-history-graph.html[history graph API] |
| Junio C Hamano | 3dac504 | 2007-12-15 08:40:54 | [diff] [blame] | 19 | * link:api-in-core-index.html[in-core index API] |
| 20 | * link:api-lockfile.html[lockfile API] |
| 21 | * link:api-object-access.html[object access API] |
| 22 | * link:api-parse-options.html[parse-options API] |
| Junio C Hamano | 3dac504 | 2007-12-15 08:40:54 | [diff] [blame] | 23 | * link:api-quote.html[quote API] |
| Junio C Hamano | 6d559fc | 2008-02-20 10:44:26 | [diff] [blame] | 24 | * link:api-remote.html[Remotes configuration API] |
| Junio C Hamano | 3dac504 | 2007-12-15 08:40:54 | [diff] [blame] | 25 | * link:api-revision-walking.html[revision walking API] |
| 26 | * link:api-run-command.html[run-command API] |
| 27 | * link:api-setup.html[setup API] |
| 28 | * link:api-strbuf.html[strbuf API] |
| Junio C Hamano | 0868a30 | 2008-07-22 09:20:44 | [diff] [blame] | 29 | * link:api-string-list.html[string-list API] |
| Junio C Hamano | 3dac504 | 2007-12-15 08:40:54 | [diff] [blame] | 30 | * link:api-tree-walking.html[tree walking API] |
| 31 | * link:api-xdiff-interface.html[xdiff interface API] |
| 32 | //////////////////////////////////////////////////////////////// |
| 33 | // table of contents end |
| 34 | //////////////////////////////////////////////////////////////// |
| 35 | |
| 36 | 2007-11-24 |