summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tree: Bring back `entry_bypath`Vicent Marti2012-06-294-105/+140
* | | | | Merge pull request #797 from yorah/fix/inter-hunk-contextRussell Belfer2012-07-101-1/+1
|\ \ \ \ \
| * | | | | diff: make inter-hunk-context default value git-compliantyorah2012-07-021-1/+1
| | |_|/ / | |/| | |
* | | | | Fix libgit2 on GNU/Hurd.Cyril Roelandt2012-07-061-2/+2
| |_|/ / |/| | |
* | | | revparse: fix parsing of date specifiersnulltoken2012-07-022-25/+5
|/ / /
* | | revparse: unfound reflog entry returns ENOTFOUNDnulltoken2012-06-291-1/+1
* | | revparse: unfound reflog ref returns ENOTFOUNDnulltoken2012-06-291-2/+3
* | | revparse: unfound partially-named ref returns ENOTFOUNDnulltoken2012-06-291-1/+1
|/ /
* | revparse: unfound nth parent returns ENOTFOUNDnulltoken2012-06-281-1/+1
* | revparse: handle specs with caret and colonnulltoken2012-06-281-0/+4
* | revparse: unfound treepath returns ENOTFOUNDnulltoken2012-06-281-3/+25
* | revparse: return trees through the "colon" syntaxnulltoken2012-06-281-4/+12
* | revparse: replace spaces with tabsnulltoken2012-06-281-671/+671
* | mwindow: allow memory-window files to deregisterCarlos Martin Nieto2012-06-284-0/+21
* | indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-283-4/+14
* | Merge pull request #783 from nulltoken/topic/reinit-coverageVicent Martí2012-06-251-34/+13
|\ \
| * | repository: fix configuration updating issue while reinitializationnulltoken2012-06-221-34/+13
| |/
* | Merge pull request #785 from nulltoken/topic/refs-fromglobVicent Martí2012-06-252-8/+40
|\ \
| * | revwalk: make git_revwalk_(push|hide)_glob() leverage git_reference_foreach_g...nulltoken2012-06-221-8/+3
| * | references: introduce git_reference_foreach_glob()nulltoken2012-06-221-0/+37
* | | Merge pull request #786 from schu/indexerVicent Martí2012-06-251-2/+0
|\ \ \
| * | | indexer: start parsing input data immediatelyMichael Schubert2012-06-251-2/+0
* | | | amigaos: Add missing includeVicent Marti2012-06-241-0/+1
|/ / /
* | | amigaos: CleanupVicent Marti2012-06-223-101/+124
* | | Merge branch 'pull-req' of https://github.com/chris-y/libgit2 into amigaosVicent Marti2012-06-2210-4/+168
|\ \ \ | |/ / |/| |
| * | more getaddrinfo compatibilityChris Young2012-06-201-4/+6
| * | getaddrinfo() replacement functionsChris Young2012-06-201-35/+86
| * | More changes resulting from pull requestChris Young2012-06-145-10/+8
| * | Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-145-31/+35
| * | Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-1328-154/+2055
| |\ \
| * | | Make this more generic and mergeable.Chris Young2012-06-135-25/+62
| * | | Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young2012-06-124-8/+9
| * | | Basic mmap/munmap compatiblityChris Young2012-06-103-5/+22
| * | | stop readdir parsing crashingChris Young2012-06-091-0/+9
| * | | Fix gethostbyname compatibilityChris Young2012-06-091-2/+10
| * | | pre-compiled sha1ppc.S.obj file with nasty CMake hack instructions as the cro...Chris Young2012-06-091-0/+0
| * | | OS4 compatibilityChris Young2012-06-082-3/+7
| * | | random page size for os4Chris Young2012-06-071-0/+2
| * | | horrid gethostbyname compatibilityChris Young2012-06-071-4/+30
| * | | no fnmatch.hChris Young2012-06-071-1/+1
| * | | Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-07160-8420/+28966
| |\ \ \
| * | | | Assume this is irrelevant for nowChris Young2012-06-051-2/+6
* | | | | Merge pull request #782 from nulltoken/topic/branch-foreachVicent Martí2012-06-211-28/+28
|\ \ \ \ \
| * | | | | branch: drop git_branch_list()nulltoken2012-06-211-43/+0
| * | | | | branch: add git_branch_foreach()nulltoken2012-06-211-0/+43
| | |_|_|/ | |/| | |
* | | | | Merge pull request #780 from schu/cleanupVicent Martí2012-06-212-13/+11
|\ \ \ \ \
| * | | | | object: add missing git_odb_object_freeMichael Schubert2012-06-211-1/+3
| * | | | | notes: fix memory leaksMichael Schubert2012-06-211-12/+8
| |/ / / /
* | | | | fix below issues on mingw:liyuray2012-06-211-1/+1
|/ / / /
* | | | repository: avoid opening the repository twice on reinitCarlos Martín Nieto2012-06-211-0/+1