summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2034 from jacquesg/solaris-qsortVicent Marti2014-01-081-0/+1
|\
| * Solaris does not have qsort_rJacques Germishuys2014-01-081-0/+1
|/
* Merge pull request #2023 from arthurschreiber/patch-1Vicent Marti2014-01-071-1/+16
|\
| * Allow the log message to be NULL.Arthur Schreiber2014-01-021-2/+2
| * Add missing `git_reference_symbolic_create_with_log`.Arthur Schreiber2014-01-021-0/+15
* | Merge pull request #2030 from seejohnrun/patch-1nulltoken2014-01-041-1/+1
|\ \
| * | Fix spelling mistakeJohn Crepezzi2014-01-041-1/+1
|/ /
* | Merge pull request #2022 from KTXSoftware/developmentRussell Belfer2014-01-034-1/+30
|\ \
| * | Read the submodule branch option from Git 1.8.2.Robert Konrad2014-01-023-0/+29
| * | Fixed a compile error in VS2013.Robert Konrad2014-01-021-1/+1
| |/
* | Merge pull request #2026 from libgit2/rb/fix-strnlen-on-old-macosVicent Marti2014-01-031-2/+6
|\ \
| * | Use our strnlen on MacOS for backward compatRussell Belfer2014-01-031-2/+6
|/ /
* | Fix warnings with submodule changesRussell Belfer2014-01-022-4/+4
|/
* Merge pull request #2019 from linquize/recurse-on-demandVicent Marti2014-01-024-22/+72
|\
| * Update test related to fetchRecurseSubmodulesLinquize2013-12-311-8/+17
| * Default value for fetchRecurseSubmodules should be yesLinquize2013-12-311-0/+1
| * Accept 'submodule.*.fetchRecurseSubmodules' config 'on-demand' valueLinquize2013-12-313-14/+54
* | Merge pull request #2020 from mrshu/patch-1Vicent Marti2014-01-021-3/+3
|\ \ | |/ |/|
| * Updated fetch.c test to pass.Marek Šuppa2013-12-311-3/+3
|/
* Merge pull request #2015 from txdv/patch-1Russell Belfer2013-12-301-1/+0
|\
| * docs: Remove non existing wrapper from the readmeAndrius Bentkus2013-12-271-1/+0
|/
* Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti2013-12-1813-177/+697
|\
| * refs: expose has_log() on the backendCarlos Martín Nieto2013-12-097-22/+36
| * refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-098-5/+65
| * reflog: write to the reflog following git's rulesCarlos Martín Nieto2013-12-093-3/+70
| * reflog: remove git_reflog_append_to()Carlos Martín Nieto2013-11-233-60/+1
| * reflog: integrate into the ref writingCarlos Martín Nieto2013-11-239-176/+171
| * refdb: add a `message` parameter for appending to the logCarlos Martín Nieto2013-11-235-24/+46
| * refs: adjust to the new reflog APICarlos Martín Nieto2013-11-233-19/+7
| * refs: Introduce git_reference_symbolic_set_target_with_log()nulltoken2013-11-233-5/+96
| * refs: Introduce git_reference_set_target_with_log()nulltoken2013-11-233-4/+110
| * refs: Introduce git_reference_symbolic_create_with_log()nulltoken2013-11-233-0/+88
| * refs: Introduce git_reference_create_with_log()nulltoken2013-11-233-3/+150
| * refs: Centralize reference creation logicnulltoken2013-11-231-25/+26
* | Merge pull request #2000 from ethomson/overwrite_ignoredVicent Marti2013-12-133-8/+132
|\ \
| * | Overwrite ignored directories on checkoutEdward Thomson2013-12-132-9/+45
| * | Overwrite ignored files on checkoutEdward Thomson2013-12-133-6/+94
|/ /
* | Merge pull request #1986 from libgit2/rb/error-handling-cleanupsVicent Marti2013-12-13109-1637/+2325
|\ \
| * | pool: Agh, this test doesn't really apply in 32-bit machinesVicent Marti2013-12-131-3/+0
| * | pool: Correct overflow checksVicent Marti2013-12-132-1/+8
| * | pool: Cleanup error handling in pool_strdupVicent Marti2013-12-131-15/+4
| * | Add git_treebuilder_insert test and clarify docRussell Belfer2013-12-122-17/+78
| * | Cleanups, renames, and leak fixesRussell Belfer2013-12-1217-21/+29
| * | More tests of canceling from callbacksRussell Belfer2013-12-123-43/+186
| * | Fix up some valgrind leaks and warningsRussell Belfer2013-12-114-18/+28
| * | Test cancel from indexer progress callbackRussell Belfer2013-12-1110-88/+95
| * | More improvements to callback return value testsRussell Belfer2013-12-112-32/+132
| * | Try a test that won't assert on LinuxRussell Belfer2013-12-111-2/+2
| * | Update clone doc and tests for callback return valRussell Belfer2013-12-113-26/+91
| * | Fix checkout notify callback docs and testsRussell Belfer2013-12-113-10/+93