summaryrefslogtreecommitdiff
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
* Support for core.ignorecasePhilip Kelley2012-09-171-9/+55
* Fix logical error in git_index_set_capsauthmillenon2012-09-041-1/+1
* Merge pull request #778 from ben/cloneVicent Martí2012-08-191-4/+18
|\
| * Enable stats on git_index_read_tree.Ben Straub2012-07-301-6/+1
| * Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-301-4/+23
* | oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-091-0/+1
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-5/+5
|/
* tree: Bring back `entry_bypath`Vicent Marti2012-06-291-1/+1
* Make index add/append support core.filemode flagRussell Belfer2012-06-191-18/+70
* tree: Naming conventionsVicent Martí2012-05-161-1/+1
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-0/+9
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-171/+146
* Continue error conversionRussell Belfer2012-03-141-2/+1
* Migrating diff to new error handlingRussell Belfer2012-03-061-1/+1
* error-handling: ReferencesVicent Martí2012-03-061-2/+2
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-2/+2
* Fix memory leak in git_index_remove.Russell Belfer2012-01-051-1/+7
* add git_index_read_treeClemens Buchacher2011-12-301-0/+42
* Restore missing lstat in index_entry_initRussell Belfer2011-12-181-0/+19
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-16/+6
* Plug a bunch of leaksCarlos Martín Nieto2011-11-281-0/+11
* repository: Change ownership semanticsVicent Marti2011-11-261-27/+26
* filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer2011-11-221-1/+1
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-1/+1
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+1
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-12/+12
|/
* index: Silence type-punned warningVicent Marti2011-09-291-1/+4
* Invalidate the path when removing from the indexCarlos Martín Nieto2011-09-271-0/+6
* index: invalidate added pathsCarlos Martín Nieto2011-09-271-0/+4
* Move the tree cache functions to their own fileCarlos Martín Nieto2011-09-271-139/+3
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-2/+2
* Tabify everythingVicent Marti2011-09-191-4/+4
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Fix compilation in MinGWVicent Marti2011-08-311-1/+1
* Merge pull request #335 from carlosmn/read-updatedVicent Martí2011-07-281-16/+11
|\
| * index: use git_futils_readbuffer_updatedCarlos Martín Nieto2011-07-231-16/+11
* | index: rework index entry initialization routineKirill A. Shutemov2011-07-251-56/+68
* | index: rework index_insert()Kirill A. Shutemov2011-07-251-22/+42
* | index: introduce index_entry_free()Kirill A. Shutemov2011-07-251-4/+10
* | index: extract index_entry_dup() from index_insert()Kirill A. Shutemov2011-07-251-9/+20
* | index: fix cast warningsKirill A. Shutemov2011-07-251-6/+6
|/
* index: fix memory leakKirill A. Shutemov2011-07-191-0/+2
* index: Yes, we have to truncateVicent Marti2011-07-131-3/+13
* index: fix potential overflowKirill A. Shutemov2011-07-131-2/+6
* index: drop useless type castingKirill A. Shutemov2011-07-131-23/+18
* vector: mark internal functions as staticKirill A. Shutemov2011-07-131-5/+5
* vector: avoid double assertingKirill A. Shutemov2011-07-131-3/+0
* index: drop sort_index()Kirill A. Shutemov2011-07-131-11/+3