Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-02Rename function to __ prefixPhilip Kelley
2013-03-02Disable ignore_case when writing the index to a treePhilip Kelley
2013-02-21add a sorter to the reuc on index creationEdward Thomson
2013-02-11Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer
2013-02-07Return the matched pathspec pattern in `git_pathspec_match_path`yorah
2013-02-05index: Fix indentationsnulltoken
2013-01-27Vector improvements and their falloutPhilip Kelley
2013-01-25index: Speed up loading a tree into the indexScott J. Goldman
2013-01-12add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson
2013-01-10REUC needs to handle empty sidesEdward Thomson
2013-01-09update copyrightsEdward Thomson
2013-01-05Add index API to remove all files in a directoryRussell Belfer
2013-01-05missing error message is confusingRussell Belfer
2013-01-04Fix git_index sorting with core.ignorecase in git_index_readPhilip Kelley
2012-12-13don't walk off the end of the indexEdward Thomson
2012-12-11Clean up iterator APIsRussell Belfer
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28update internal index API to avoid castRussell Belfer
2012-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28More external API cleanupVicent Marti
2012-11-15Add iterator for git_index objectRussell Belfer
2012-11-14Fix a few valgrind errorsCarlos Martín Nieto
2012-11-14Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí
2012-11-11Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí
2012-11-11index: prefer INDEX_OWNER usagenulltoken
2012-11-11index: refine add_from_workdir() error reportnulltoken
2012-11-10index: make git_index_new() work with a NULL pathnulltoken
2012-11-10Fix warnings and valgrind issuesRussell Belfer
2012-11-10Rework checkout with new strategy optionsRussell Belfer
2012-11-10Some diff refactorings to help code reuseRussell Belfer
2012-11-09index: Introduce git_index_has_conflicts()nulltoken
2012-11-02freeing index entries would be helpfulEdward Thomson
2012-11-01index: Add `git_index_new`index-open-cleanupVicent Marti
2012-11-01index: Fix testsVicent Marti
2012-11-01index: Add git_index_write_treeVicent Marti
2012-11-01index: Switch to git_futils_filestampVicent Marti
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-10-30index refactoringEdward Thomson
2012-10-26index: introduce git_index_owner()nulltoken
2012-10-25Network progress: rename thingsBen Straub
2012-10-20index: remove read_tree() progress indicatornulltoken
2012-09-17Support for core.ignorecasePhilip Kelley
2012-09-04Fix logical error in git_index_set_capsauthmillenon
2012-08-19Merge pull request #778 from ben/cloneVicent Martí
2012-08-10oid: Explicitly include `oid.h` for the inlined CMPVicent Marti
2012-07-31Enable stats on git_index_read_tree.Ben Straub
2012-07-31Checkout: use git_index_read_tree_with_stats.Ben Straub
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken