English ▾
Localized versions of api-in-core-index manual
Topics ▾
Email
Latest version
▾
api-in-core-index last updated in 2.0.5
Changes in the api-in-core-index manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.1.4 → 2.10.5 no changes
-
2.0.5
2014-12-17
Talk about <read-cache.c> and <cache-tree.c>, things like:
-
cache → the_index macros
-
read_index()
-
write_index()
-
ie_match_stat() and ie_modified(); how they are different and when to use which.
-
index_name_pos()
-
remove_index_entry_at()
-
remove_file_from_index()
-
add_file_to_index()
-
add_index_entry()
-
refresh_index()
-
discard_index()
-
cache_tree_invalidate_path()
-
cache_tree_update()
(JC, Linus)