summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lol namespacesvmg/namespacesVicent Marti2013-04-304-2/+50
* object: hahaVicent Marti2013-04-301-6/+6
* object: Explicitly define helper API methods for all obj typesVicent Marti2013-04-306-34/+133
* Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí2013-04-3026-120/+199
|\
| * Some cleanupsRussell Belfer2013-04-295-13/+4
| * Add new src/oid.hRussell Belfer2013-04-291-0/+33
| * Standardize cast versions of git_object accessorsRussell Belfer2013-04-297-65/+47
| * Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-2917-41/+30
| * Add git_oid_strcmp and use it for git_oid_streqRussell Belfer2013-04-293-14/+63
| * Fix fragile git_oid_ncmpRussell Belfer2013-04-292-2/+23
| * Introduce git_oid_compare, an exported oid cmpRussell Belfer2013-04-292-0/+14
* | Merge pull request #1520 from carlosmn/nth-refspecVicent Martí2013-04-306-10/+78
|\ \
| * | remote: fix a leak when dwim'ing refspecsCarlos Martín Nieto2013-04-301-0/+1
| * | remote: add resfpec list accessorsCarlos Martín Nieto2013-04-305-10/+62
| * | refspec: add direction accessorCarlos Martín Nieto2013-04-302-0/+15
* | | Merge pull request #1522 from arrbee/repo-open-with-no-configVicent Martí2013-04-302-0/+41
|\ \ \ | |/ / |/| |
| * | Catch issue in config set with no config fileRussell Belfer2013-04-302-0/+41
|/ /
* | Merge pull request #1511 from carlosmn/refspec-shorthandVicent Martí2013-04-297-10/+139
|\ \
| * | remote: dwim the refspecs according to the remote's advertised refsCarlos Martín Nieto2013-04-283-9/+127
| * | Parse shorthand refspecs as validCarlos Martín Nieto2013-04-284-1/+12
* | | Merge pull request #1516 from ethomson/win32_alternate_nostatVicent Martí2013-04-291-4/+12
|\ \ \
| * | | don't use uninitialized struct stat in win32Edward Thomson2013-04-291-4/+12
|/ / /
* | | Merge pull request #1513 from ethomson/cmakeVicent Martí2013-04-291-1/+1
|\ \ \ | |_|/ |/| |
| * | cmake 2.6 parser bug workaroundEdward Thomson2013-04-291-1/+1
|/ /
* | Merge pull request #1512 from carlosmn/push-delete-onlyCarlos Martín Nieto2013-04-292-5/+22
|\ \ | |/ |/|
| * travis: test pushCarlos Martín Nieto2013-04-291-0/+4
| * push: don't send a packfile when only issuing delete commandsCarlos Martín Nieto2013-04-291-5/+18
|/
* Merge pull request #1504 from ethomson/git_atomic_ssizeVicent Martí2013-04-255-16/+48
|\
| * git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson2013-04-255-16/+48
|/
* docs: formatting fixesCarlos Martín Nieto2013-04-243-26/+34
* repo: Add `git_repository__cleanup`Vicent Marti2013-04-244-5/+32
* Merge pull request #1499 from arrbee/fix-diff-config-usageVicent Martí2013-04-2311-150/+396
|\
| * Make sure diff output is cleared on errorRussell Belfer2013-04-231-1/+5
| * Improve diff config options handlingRussell Belfer2013-04-234-89/+291
| * Clear repo config cache when cfgs are setRussell Belfer2013-04-231-1/+7
| * Use config cache where possibleRussell Belfer2013-04-234-53/+27
| * Add configs to repo config cacheRussell Belfer2013-04-233-9/+50
| * Make tree to tree diffs case sensitiveRussell Belfer2013-04-231-2/+10
| * Support diff.context configLinquize2013-04-231-1/+12
|/
* Clone: replace fetch spec with custom valueBen Straub2013-04-232-4/+6
* Merge pull request #1502 from nvloff/remote_refspecs_minor_fixesVicent Martí2013-04-232-10/+1
|\
| * get last refspec in clone testNikolai Vladimirov2013-04-231-1/+1
| * remove git_remote_pushspecNikolai Vladimirov2013-04-231-9/+0
* | Merge pull request #1498 from libgit2/vmg/atomic64Vicent Martí2013-04-235-9/+64
|\ \
| * | opts: Add getter for cached memoryvmg/atomic64Vicent Marti2013-04-234-3/+9
| * | cache: More aggressive defaultVicent Marti2013-04-221-1/+1
| * | cache: Shared meter for memory usageVicent Marti2013-04-223-8/+15
| * | atomic: Add an atomic type for 64-bit operationsVicent Marti2013-04-221-0/+42
* | | Merge pull request #1501 from xavier-l/packbuilder-commitVicent Martí2013-04-232-0/+27
|\ \ \ | |_|/ |/| |
| * | Fixes indentationXavier L2013-04-231-8/+8