summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: hopefully get the iterator to work on multivarsCarlos Martín Nieto2013-08-083-9/+83
* config: initial multivar iteratorCarlos Martín Nieto2013-08-083-2/+112
* config: move next() and free() into the iteratorCarlos Martín Nieto2013-08-085-42/+62
* config: get_multivar -> get_multivar_foreachCarlos Martín Nieto2013-08-088-33/+33
* config: saner iterator errorsCarlos Martín Nieto2013-08-082-5/+4
* config: compilation fixesCarlos Martín Nieto2013-08-082-12/+11
* Don't typedef a pointerCarlos Martín Nieto2013-08-085-12/+19
* replaced foreach() with non callback based iterations in git_config_backendNico von Geyso2013-08-085-41/+123
* added new type and several functions to git_strmapNico von Geyso2013-08-083-2/+49
* Merge pull request #1769 from ethomson/configparseRussell Belfer2013-08-072-5/+27
|\
| * Parse config headers with quoted quotesEdward Thomson2013-08-072-5/+27
|/
* Merge pull request #1765 from arrbee/ambiguous-oidsRussell Belfer2013-08-059-2/+67
|\
| * More tests for ambiguous OIDs across packsRussell Belfer2013-08-059-2/+67
* | Merge pull request #1763 from nvloff/nameless_submodule_segfaultRussell Belfer2013-08-052-1/+7
|\ \ | |/ |/|
| * submodule: check alloc and name presenseNikolai Vladimirov2013-08-052-1/+7
|/
* Update submodule documentationRussell Belfer2013-08-052-21/+81
* Merge pull request #1748 from arthurschreiber/patch-1Carlos Martín Nieto2013-07-311-6/+24
|\
| * When building with MINGW, specify `__USE_MINGW_ANSI_STDIO`.Arthur Schreiber2013-07-311-6/+6
| * Allow Makefile.embed to be used when cross-compilingArthur Schreiber2013-07-251-5/+23
* | Merge pull request #1755 from csware/double-closeBen Straub2013-07-281-0/+1
|\ \
| * | Fix possible double closeSven Strickroth2013-07-271-0/+1
* | | Merge pull request #1753 from 13ren/log-bugfixVicent Martí2013-07-271-3/+4
|\ \ \ | |/ / |/| |
| * | Fix -n bug; default to all ancestorsBrendan Macmillan2013-07-271-3/+4
|/ /
* | Merge pull request #1749 from csware/handle-fixesVicent Martí2013-07-251-2/+3
|\ \ | |/ |/|
| * Close p->mwf.fd only if necessarySven Strickroth2013-07-251-2/+3
|/
* Merge pull request #1745 from libgit2/doc-fixesRussell Belfer2013-07-239-32/+20
|\
| * remote: fix git_remote_download() documentationCarlos Martín Nieto2013-07-231-13/+7
| * Clean up some documentationCarlos Martín Nieto2013-07-238-19/+13
|/
* Merge pull request #1732 from libgit2/revwalk-glob-should-ignore-invalidVicent Martí2013-07-223-36/+103
|\
| * Update init and clean for revwalk::basic testsRussell Belfer2013-07-221-12/+38
| * Fix warning message about mismatched typesRussell Belfer2013-07-221-5/+3
| * Use pool for loose refdb string allocationsRussell Belfer2013-07-221-22/+33
| * git_reference_next_name must match git_reference_nextRussell Belfer2013-07-222-3/+35
|/
* Merge pull request #1743 from ethomson/readmeMartin Woodward2013-07-191-2/+3
|\
| * Update README.mdEdward Thomson2013-07-191-1/+1
| * Clarify when to use github issuesEdward Thomson2013-07-191-2/+3
* | Merge pull request #1726 from crazymaster/developmentBen Straub2013-07-192-3/+6
|\ \ | |/ |/|
| * Fixcrazymaster2013-07-151-2/+2
| * Fix typocrazymaster2013-07-151-2/+2
| * Fix the initial linecrazymaster2013-07-151-23/+18
| * Revert "Replace Japanese characters with the encoded hexadecimal values"crazymaster2013-07-151-2/+2
| * Replace Japanese characters with the encoded hexadecimal valuescrazymaster2013-07-151-2/+2
| * Fix gather_statscrazymaster2013-07-141-18/+23
| * Add test for multi-byte characterscrazymaster2013-07-141-2/+5
* | Merge pull request #1742 from martinwoodward/Refresh-ReadmeBen Straub2013-07-192-10/+22
|\ \
| * | Update contributing guidance to explain PR flowMartin Woodward2013-07-191-2/+11
| * | Tidy up the methods of contacting the projectMartin Woodward2013-07-191-8/+11
|/ /
* | TypoBen Straub2013-07-181-1/+1
* | Merge pull request #1736 from ben/default-to-cdeclVicent Martí2013-07-181-9/+6
|\ \
| * | Switch default calling convention to cdecl.Ben Straub2013-07-171-9/+6