summaryrefslogtreecommitdiff
path: root/src/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing accessor for fetchRecurseSubmodulesdevelopmentRussell 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 codesVicent 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