summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* transport: Add `git_transport_valid_url`Vicent Marti2011-11-221-0/+8
* Add a note not to free the result from git_remote_lsCarlos Martín Nieto2011-11-221-1/+2
* Merge pull request #492 from carlosmn/networkingVicent Martí2011-11-211-15/+30
|\
| * Add git_remote_connectedCarlos Martín Nieto2011-11-211-0/+10
| * Add git_remote_disconnectCarlos Martín Nieto2011-11-211-0/+10
| * Add a name to a remote created from the APICarlos Martín Nieto2011-11-181-3/+5
| * remote: get rid of git_remote_negotiateCarlos Martín Nieto2011-11-181-12/+5
* | tree: Fix documentationVicent Marti2011-11-221-1/+2
* | Fix typo in repository documentationHaitao Li2011-11-181-1/+1
|/
* include: Unify internal include strategiesVicent Marti2011-11-183-6/+6
* tree: Add payload to `git_tree_walk`Vicent Marti2011-11-181-2/+2
* Rename `git_tree_frompath` to `git_tree_get_subtree`Vicent Marti2011-11-181-7/+7
* threads: Fix the shared global state with TLSVicent Marti2011-11-163-73/+48
* refs: Partial rewrite for read-only refsVicent Marti2011-11-061-4/+39
* refs: split internal and external referencesschu2011-11-061-10/+21
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* tree: Add traversal in post-orderVicent Marti2011-10-271-0/+30
* windows: Add support for non-UTF codepagesVicent Marti2011-10-261-0/+59
* tree: Fix name lookups once and for allVicent Marti2011-10-201-6/+0
* tree: Fix lookups by entry nameVicent Marti2011-10-191-0/+6
* tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-131-0/+14
* oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-131-0/+10
* Merge pull request #449 from csware/include-win-version-informationVicent Martí2011-10-121-0/+15
|\
| * put version information in separate fileSven Strickroth2011-10-091-0/+15
* | fix build for x64Sven Strickroth2011-10-091-1/+1
|/
* msvc: Remove superfluous includesVicent Marti2011-10-051-1/+0
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-053-0/+558
* Include stdint.h in git2/config.hCarlos Martín Nieto2011-10-011-0/+1
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-301-4/+4
* repository: export git_repository_config_autoloadCarlos Martín Nieto2011-09-301-2/+3
* odb: Let users decide compression level for the loose ODBVicent Marti2011-09-291-1/+1
* Make repo config loading automatic or completely explicitCarlos Martín Nieto2011-09-271-10/+24
* Add git_config_find_systemCarlos Martín Nieto2011-09-271-0/+12
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-2/+2
* Merge pull request #398 from carlosmn/config-autohomeVicent Martí2011-09-181-12/+7
|\
| * git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-121-12/+7
* | Merge pull request #411 from boyski/gcc4Vicent Martí2011-09-181-2/+2
|\ \
| * | Don't use '__attribute__ visibility' with gcc unless it's atDavid Boyce2011-09-181-2/+2
| |/
* | Tabify everythingVicent Marti2011-09-1911-103/+103
* | Cleanup legal dataVicent Marti2011-09-1927-537/+99
* | status: enhance determination of status for a single filenulltoken2011-09-151-1/+3
* | repository: Add git_repository_head()nulltoken2011-09-151-0/+10
* | Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-1317-81/+79
|/
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-1/+1
* Add git_remote_newCarlos Martín Nieto2011-08-301-0/+12
* Don't hide the transport detailsCarlos Martín Nieto2011-08-301-8/+0
* Be smarter about selecting wantsCarlos Martín Nieto2011-08-181-2/+1
* Remove enum git_whnCarlos Martín Nieto2011-08-181-8/+2
* Add git_remote_update_tipsCarlos Martín Nieto2011-08-181-0/+10
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-0/+14