summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'carlosmn/empty-name' into empty-nameempty-nameJustin Spahr-Summers2013-05-132-13/+7
|\
| * signature: we do want to accept empty names or emailsCarlos Martín Nieto2013-05-092-13/+7
* | CMake: don't try to use bundled zlib when the system's path is in the cacheCarlos Martín Nieto2013-05-121-1/+3
* | Merge pull request #1575 from arrbee/ref-iterator-early-exitCarlos Martín Nieto2013-05-1146-17/+94
|\ \
| * | Fix refdb iteration early termination bugRussell Belfer2013-05-1146-17/+94
|/ /
* | Merge pull request #1569 from linquize/msvc-sdlVicent Martí2013-05-116-10/+10
|\ \
| * | Fix broken build when MSVC SDL checks is enabledLinquize2013-05-116-10/+10
|/ /
* | Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-1123-258/+502
|\ \
| * | Introduce a glob-filtering iteratorCarlos Martín Nieto2013-05-115-12/+62
| * | Move a couple more functions to use iteratorsCarlos Martín Nieto2013-05-112-40/+49
| * | refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-1121-266/+55
| * | refs: implement _foreach with the iteratorCarlos Martín Nieto2013-05-111-3/+21
| * | Add iterator support to the testdb backendCarlos Martín Nieto2013-05-111-0/+46
| * | Remove outdated testCarlos Martín Nieto2013-05-111-11/+0
| * | Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto2013-05-112-1/+23
| * | refdb_fs: don't crash when the repo doesn't have a pathCarlos Martín Nieto2013-05-111-0/+7
| * | refs: introduce an iteratorCarlos Martín Nieto2013-05-118-0/+314
* | | Merge pull request #1571 from arrbee/what-if-ignorecase-liesVicent Martí2013-05-104-16/+40
|\ \ \
| * | | Improve ignore handling in git_status_fileRussell Belfer2013-05-104-16/+40
* | | | Merge pull request #1572 from arrbee/diff-patch-with-renameVicent Martí2013-05-102-1/+56
|\ \ \ \
| * | | | Fix diff output for renames and copiesRussell Belfer2013-05-102-1/+56
* | | | | Merge pull request #1573 from nulltoken/fix/leaksBen Straub2013-05-102-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix some memory leaksnulltoken2013-05-102-1/+4
|/ / / /
* | | | clone: fix -Wmaybe-uninitialized warningMichael Schubert2013-05-101-1/+1
* | | | Merge pull request #1566 from ethomson/ref_zeroVicent Martí2013-05-091-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | calloc refs instead of malloc'ing themEdward Thomson2013-05-091-2/+2
|/ / /
* | | Merge pull request #1563 from arrbee/doc-fix-repo-messageVicent Martí2013-05-093-3/+20
|\ \ \
| * | | Fix git_repository_message docsRussell Belfer2013-05-093-3/+20
|/ / /
* | | Merge pull request #1560 from carlosmn/ref-dwimVicent Martí2013-05-093-65/+78
|\ \ \
| * | | Expose git_reference_dwimCarlos Martín Nieto2013-05-073-65/+78
* | | | Merge pull request #1561 from arrbee/fix-windows-diff-eofnlVicent Martí2013-05-095-11/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix dumb type in time comparisonRussell Belfer2013-05-071-1/+1
| * | | Fix win32 type warningsRussell Belfer2013-05-074-10/+10
* | | | Merge pull request #1552 from carlosmn/config-helpersVicent Martí2013-05-078-13/+209
|\ \ \ \
| * | | | config: convenience function to open global/xdgCarlos Martín Nieto2013-05-073-0/+90
| * | | | repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-076-13/+119
| | |/ / | |/| |
* | | | Merge pull request #1557 from carlosmn/tagoptVicent Martí2013-05-073-13/+44
|\ \ \ \ | |_|/ / |/| | |
| * | | remote: correctly interpret tagopt '--tags'Carlos Martín Nieto2013-05-073-13/+44
|/ / /
* | | Merge pull request #1556 from arrbee/diff-patch-fixesVicent Martí2013-05-076-82/+292
|\ \ \
| * | | Fix line numbering for patches with eofnlRussell Belfer2013-05-072-6/+124
| * | | Improve diff function docsRussell Belfer2013-05-071-7/+26
| * | | More tests for files with no newline at endRussell Belfer2013-05-071-5/+30
| * | | Add GIT_DIFF_LINE_CONTEXT_EOFNLRussell Belfer2013-05-076-69/+117
| |/ /
* | | Merge pull request #1551 from nvloff/set_upstream_local_branchCarlos Martín Nieto2013-05-072-1/+14
|\ \ \
| * | | git_branch_set_upstream with local branchesNikolai Vladimirov2013-05-062-1/+14
| |/ /
* | | Merge pull request #1554 from sba1/sort-amiga-fixRussell Belfer2013-05-071-1/+1
|\ \ \
| * | | Fixed qsort_r() problem when targeting AmigaOS.Sebastian Bauer2013-05-071-1/+1
|/ / /
* | | Merge pull request #1553 from jdavid/git_commit_ownerRussell Belfer2013-05-061-0/+8
|\ \ \ | |/ / |/| |
| * | Add git_commit_owner to the public interfaceJ. David Ibáñez2013-05-071-0/+8
|/ /
* | Merge pull request #1547 from ethomson/win32_statVicent Martí2013-05-061-1/+12
|\ \