summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In-memory packing backendvmg/mempackVicent Marti2014-03-263-0/+278
* Merge pull request #2205 from libgit2/rb/submodule-untracked-vs-ignoredVicent Marti2014-03-266-23/+82
|\
| * Update behavior for untracked sub-reposRussell Belfer2014-03-256-23/+82
* | Merge pull request #2166 from ethomson/giterr_restoreVicent Marti2014-03-262-0/+29
|\ \
| * | clone: don't overwrite original error messageEdward Thomson2014-03-251-0/+5
| * | Test for giterr_captureEdward Thomson2014-03-251-0/+24
|/ /
* | Merge pull request #2181 from anuraggup/hide_cbEdward Thomson2014-03-254-5/+251
|\ \ | |/ |/|
| * Modified test for revwalk_hidecbAnurag Gupta2014-03-241-2/+2
| * Correcting format of comments in header fileAnurag Gupta2014-03-241-13/+13
| * Undoing local change done for building on x64Anurag Gupta2014-03-242-2/+1
| * Conforming to libgit2 coding style.Anurag Gupta2014-03-244-8/+5
| * Remove unused push_cb_dataAnurag Gupta2014-03-241-5/+0
| * Unit Tests for hide_cb in revwalkAnurag Gupta2014-03-242-2/+201
| * Callback to hide commits in revision walker.Anurag Gupta2014-03-243-0/+56
* | Merge pull request #2201 from ethomson/gitbuf_test_fixRussell Belfer2014-03-241-1/+1
|\ \
| * | env test needs to deref git_buf's ptrEdward Thomson2014-03-241-1/+1
|/ /
* | Merge pull request #2183 from ethomson/merge_refactorVicent Marti2014-03-2429-999/+1092
|\ \ | |/ |/|
| * UNBORN implies FAST_FORWARDEdward Thomson2014-03-203-4/+5
| * Introduce GIT_MERGE_ANALYSIS_UNBORNEdward Thomson2014-03-203-14/+52
| * git_merge_status -> git_merge_analysisEdward Thomson2014-03-203-37/+41
| * Remove `git_merge_result` as it's now unnecessaryEdward Thomson2014-03-2011-239/+39
| * Update git_merge_tree_opts to git_merge_optionsEdward Thomson2014-03-2017-75/+75
| * Change signature of `git_merge` to take merge and checkout optsEdward Thomson2014-03-2011-116/+75
| * Remove fastforward / uptodate from `git_merge`Edward Thomson2014-03-204-189/+73
| * Add `git_merge_status` to provide info about an upcoming mergeEdward Thomson2014-03-205-157/+204
| * Introduce git_merge_file for consumersEdward Thomson2014-03-2013-280/+640
* | Merge pull request #2200 from libgit2/cmn/opts-bufVicent Marti2014-03-243-16/+25
|\ \
| * | opts: bits are not bytesCarlos Martín Nieto2014-03-241-1/+1
| * | settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-243-15/+24
|/ /
* | Merge pull request #2197 from linquize/assert-wrongVicent Marti2014-03-211-1/+1
|\ \
| * | Fix wrong assertionLinquize2014-03-211-1/+1
|/ /
* | Merge pull request #2195 from libgit2/cmn/revwalk-no-hideVicent Marti2014-03-203-5/+22
|\ \
| * | revwalk: don't try to find merge bases when there can be noneCarlos Martín Nieto2014-03-203-5/+22
| |/
* | Merge pull request #2194 from libgit2/cmn/reflog-bareVicent Marti2014-03-202-13/+104
|\ \ | |/ |/|
| * reflog: remove some dead codeCarlos Martín Nieto2014-03-201-3/+0
| * reflog: follow core.logallrefupdatesCarlos Martín Nieto2014-03-202-10/+104
|/
* Merge pull request #2193 from libgit2/cmn/reflog-HEADVicent Marti2014-03-193-37/+297
|\
| * reflog: handle symref chainsCarlos Martín Nieto2014-03-192-3/+84
| * reflog: handle the birth of a branchCarlos Martín Nieto2014-03-192-18/+72
| * reflog: simplify the append logicCarlos Martín Nieto2014-03-191-22/+7
| * refdb: don't update when there's no needCarlos Martín Nieto2014-03-193-0/+68
| * reflog: more comprehensive HEAD testsCarlos Martín Nieto2014-03-182-4/+76
|/
* Merge pull request #2189 from Aimeast/octopusVicent Marti2014-03-183-2/+105
|\
| * Implement git_merge_base_octopusAimeast2014-03-183-2/+105
* | Merge pull request #2192 from phkelley/developmentVicent Marti2014-03-182-20/+104
|\ \ | |/ |/|
| * Seamless support for NTLM/Kerberos auth on WindowsPhilip Kelley2014-03-182-20/+104
* | Merge pull request #2190 from libgit2/cmn/current-branch-reflogVicent Marti2014-03-189-56/+124
|\ \ | |/ |/|
| * refs: append to the HEAD reflog when updating the current branchCarlos Martín Nieto2014-03-175-31/+120
| * repo: remove test which deletes HEADCarlos Martín Nieto2014-03-171-21/+0
| * branch: constness fixesCarlos Martín Nieto2014-03-174-4/+4