summaryrefslogtreecommitdiff
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on Win64 buildRussell Belfer2012-11-271-10/+11
* update internal index API to avoid castRussell Belfer2012-11-271-4/+4
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-18/+20
* API updates for index.hBen Straub2012-11-271-4/+4
* API review / update for tree.hRussell Belfer2012-11-271-1/+1
* More external API cleanupVicent Marti2012-11-271-1/+1
* Add iterator for git_index objectRussell Belfer2012-11-141-1/+3
* Fix a few valgrind errorsCarlos Martín Nieto2012-11-131-1/+2
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-3/+72
|\
| * Fix warnings and valgrind issuesRussell Belfer2012-11-091-1/+1
| * Rework checkout with new strategy optionsRussell Belfer2012-11-091-0/+53
| * Some diff refactorings to help code reuseRussell Belfer2012-11-091-2/+18
* | Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-101-0/+15
|\ \
| * | index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+15
| |/
* | index: prefer INDEX_OWNER usagenulltoken2012-11-101-1/+1
* | index: refine add_from_workdir() error reportnulltoken2012-11-101-24/+24
* | index: make git_index_new() work with a NULL pathnulltoken2012-11-101-1/+1
|/
* freeing index entries would be helpfulEdward Thomson2012-11-021-3/+9
* index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-011-0/+5
* index: Fix testsVicent Marti2012-11-011-2/+1
* index: Add git_index_write_treeVicent Marti2012-11-011-8/+44
* index: Switch to git_futils_filestampVicent Marti2012-11-011-19/+17
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-1/+1
* index refactoringEdward Thomson2012-10-291-78/+532
* index: introduce git_index_owner()nulltoken2012-10-261-0/+5
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* index: remove read_tree() progress indicatornulltoken2012-10-191-13/+4
* 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