summaryrefslogtreecommitdiff
path: root/src/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Vector improvements and their falloutPhilip Kelley2013-01-271-4/+4
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-171-1/+1
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-1/+1
* | Minor iterator API cleanupsRussell Belfer2013-01-151-1/+3
|/
* update copyrightsEdward Thomson2013-01-081-1/+1
* Submodule caching fix and location APIRussell Belfer2013-01-041-6/+21
* Fix diff constructor name order confusionRussell Belfer2012-12-171-2/+2
* Clean up iterator APIsRussell Belfer2012-12-101-1/+1
* Deploy GIT_REPOSITORY_INIT_OPTIONS_INITBen Straub2012-11-301-2/+1
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-2/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-1/+2
* Fix uninitialized variableSascha Cunz2012-11-281-1/+1
* API updates for index.hBen Straub2012-11-271-1/+1
* API updates for submodule.hRussell Belfer2012-11-271-8/+8
* Clean up config.hBen Straub2012-11-271-8/+8
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-3/+3
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-2/+2
* Add iterator for git_index objectRussell Belfer2012-11-141-1/+1
* Fix diff API to better parameter orderRussell Belfer2012-11-141-2/+2
* Some diff refactorings to help code reuseRussell Belfer2012-11-091-1/+1
* index refactoringEdward Thomson2012-10-291-3/+3
* Add config level support in the config APIyorah2012-10-231-5/+6
* refs: use constants for well-known namesnulltoken2012-10-071-2/+2
* Clean up Win64 warningsRussell Belfer2012-09-281-1/+1
* Initial implementation of new diff patch APIRussell Belfer2012-09-251-3/+4
* Add missing accessor for fetchRecurseSubmodulesRussell Belfer2012-09-071-0/+20
* Diff iteratorsRussell Belfer2012-09-051-0/+1
* Fix valgrind warnings and spurious error messagesRussell Belfer2012-08-241-0/+2
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-191/+176
* Fix valgrind issues and leaksRussell Belfer2012-08-241-112/+115
* Major submodule rewriteRussell Belfer2012-08-241-143/+1238
* Isolate khash inlines from global namespaceRussell Belfer2012-07-121-3/+3
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* global: Change parameter ordering in APIVicent Martí2012-05-181-1/+4
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-23/+23
* Convert hashtable usage over to khashRussell Belfer2012-04-251-60/+68
* Clean up valgrind warningsCarlos Martín Nieto2012-04-041-1/+2
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-24/+15
* Added submodule API and use in statusRussell Belfer2012-03-281-0/+384