summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix opendir/readdir and friends on Win32 to use Unicodeutf8-paths-win32Paul Betts2011-09-192-6/+15
* Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts2011-09-197-57/+278
* Fix tests to use portable setenvPaul Betts2011-09-192-12/+14
* Create cross-platform setenvPaul Betts2011-09-193-0/+10
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-1819-53/+50
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-3016-44/+38
| * CMakefile: add -Wstrict-prototypes and fix warningsKirill A. Shutemov2011-08-303-3/+3
| * CMakefile: add -Wstrict-aliasing=2 and fix warningsKirill A. Shutemov2011-08-303-8/+11
* | Merge pull request #397 from lambourg/developmentVicent Martí2011-09-181-0/+2
|\ \
| * | Fix compilation issues with ming64 headersJerome Lambourg2011-09-121-0/+2
* | | Merge pull request #394 from carlosmn/tree-fromindexVicent Martí2011-09-181-70/+83
|\ \ \
| * | | tree: use git_treebuilder to write the index as a treeCarlos Martín Nieto2011-09-101-70/+83
| |/ /
* | | Merge pull request #398 from carlosmn/config-autohomeVicent Martí2011-09-184-23/+58
|\ \ \
| * | | git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-124-23/+58
| |/ /
* | | Merge pull request #408 from schu/fixup-statusVicent Martí2011-09-181-3/+4
|\ \ \
| * | | status.c: add missing check for errorschu2011-09-171-1/+2
| * | | status.c: remove wrong address operatorschu2011-09-171-2/+2
* | | | Merge pull request #393 from schu/unused-but-set-variableVicent Martí2011-09-181-1/+2
|\ \ \ \
| * | | | filebuf.c: fix unused-but-set warningschu2011-09-091-1/+2
| | |/ / | |/| |
* | | | Merge pull request #392 from sschuberth/developmentVicent Martí2011-09-181-4/+2
|\ \ \ \
| * | | | Fix a bug and GCC warning introduced in 932669bSebastian Schuberth2011-09-121-4/+2
* | | | | Merge pull request #400 from boyski/fixup-examplesVicent Martí2011-09-182-16/+23
|\ \ \ \ \
| * | | | | Fixed typo in example Makefile code and slimmed it down more.David Boyce2011-09-154-58/+44
| * | | | | Changes to allow examples/*.c to compile and link. This required onDavid Boyce2011-09-123-43/+59
| * | | | | Fixed to build examples with knowledge of include and lib locations.David Boyce2011-09-121-3/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #399 from carlosmn/free-nullVicent Martí2011-09-182-0/+6
|\ \ \ \ \
| * | | | | Add checks for NULL to the config and remote free functionsCarlos Martín Nieto2011-09-132-0/+6
| |/ / / /
* | | | | Backport t18 fixes to ClayVicent Marti2011-09-191-2/+4
* | | | | Merge pull request #409 from nulltoken/ntk/fix/status-tests-segfaultVicent Martí2011-09-181-5/+5
|\ \ \ \ \
| * | | | | Add some forgotten asserts in the status testsnulltoken2011-09-171-4/+4
| * | | | | Fix a off-by-one error in the git_status_foreach testsnulltoken2011-09-171-1/+1
| | |_|/ / | |/| | |
* | | | | 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-1963-806/+806
* | | | | Cleanup legal dataVicent Marti2011-09-19128-1499/+610
| |/ / / |/| | |
* | | | Update Clay scriptVicent Marti2011-09-161-3/+3
* | | | Fix Clay compilation under Win32Vicent Marti2011-09-163-12/+23
* | | | Rename Clay target in CMakeListsVicent Marti2011-09-161-5/+5
* | | | Regenerate test suiteVicent Marti2011-09-161-4/+4
* | | | Add missing prototypesVicent Marti2011-09-162-6/+6
* | | | Revert changes to t18Vicent Marti2011-09-161-1/+36
* | | | Add sample "Status" clay testsVicent Marti2011-09-168-91/+513
* | | | status: enhance determination of statuses for a whole directorynulltoken2011-09-152-222/+707
* | | | status: enhance determination of status for a single filenulltoken2011-09-155-85/+188
* | | | repository: Add git_repository_head()nulltoken2011-09-152-5/+27
* | | | Mark the resources in the test folder as binary to prevent unexpected line-fe...nulltoken2011-09-151-0/+1
* | | | Come out and ClayVicent Marti2011-09-1511-4/+1420
* | | | Merge pull request #401 from boyski/document-git-successVicent Martí2011-09-1317-81/+79
|\ \ \ \ | |/ / / |/| | |
| * | | Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-1317-81/+79
|/ / /
* | | Merge pull request #391 from sschuberth/developmentVicent Martí2011-09-0811-30/+35
|\ \ \ | |/ /