summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Doc fixesRussell Belfer2014-05-022-2/+7
* Merge pull request #2308 from libgit2/rb/diff-update-index-stat-cacheVicent Marti2014-05-0217-125/+135
|\
| * Fix remaining init_options inconsistenciesRussell Belfer2014-05-028-43/+35
| * Make init_options fns use unsigned ints and macroRussell Belfer2014-05-026-52/+49
| * Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-024-51/+59
| * Get rid of redundant git_diff_options_init fnRussell Belfer2014-05-021-17/+0
| * Add payloads, bitmaps to trace APIRussell Belfer2014-05-021-13/+30
| * Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-0/+6
| * Add diff option to update index stat cacheRussell Belfer2014-05-021-0/+7
| * Lay groundwork for updating stat cache in diffRussell Belfer2014-05-021-1/+1
* | Merge pull request #2310 from libgit2/cmn/commit-create-safeRussell Belfer2014-05-021-2/+3
|\ \ | |/ |/|
| * commit: safer commit creation with reference updatecmn/commit-create-safeCarlos Martín Nieto2014-04-301-2/+3
* | refs: document _next_name()Carlos Martín Nieto2014-04-301-0/+11
|/
* Merge pull request #2284 from jacquesg/push-progress-callbackVicent Marti2014-04-257-9/+9
|\
| * Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-217-9/+9
| * Rename progress callback to sideband_progressJacques Germishuys2014-04-211-1/+1
| * Check the return codes of remote callbacks.Jacques Germishuys2014-04-211-2/+1
| * Fire progress callbacks also for pushes.Jacques Germishuys2014-04-201-1/+2
* | Improve docs for status rename detection limitsrb/status-with-precomposed-changesRussell Belfer2014-04-241-2/+27
* | Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-231-0/+4
|\ \
| * | patch: emit binary patches (optionally)Edward Thomson2014-04-221-0/+4
| |/
* | Use git_diff_get_stats in example/diff + refactorRussell Belfer2014-04-221-1/+3
* | Some doc and examples/diff.c changesRussell Belfer2014-04-221-18/+11
* | transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-221-0/+3
* | remote: provide read access to the callback structureCarlos Martín Nieto2014-04-221-0/+11
|/
* Replace void * with proper callback typesJacques Germishuys2014-04-181-2/+2
* Make git_cred_ssh_custom_new() naming more consistentJacques Germishuys2014-04-181-5/+5
* Introduce git_cred_ssh_interactive_new()Jacques Germishuys2014-04-181-0/+30
* Fix leak in git_index_conflict_cleanupRussell Belfer2014-04-171-7/+12
* Add public diff print helpersRussell Belfer2014-04-171-0/+63
* Some index internals refactoringRussell Belfer2014-04-171-4/+11
* Merge pull request #2261 from jacquesg/format-patchVicent Marti2014-04-162-3/+176
|\
| * Introduce git_diff_format_email and git_diff_commit_as_emailJacques Germishuys2014-04-151-0/+88
| * Introduce git_diff_get_stats, git_diff_stats_files_changed, git_diff_stats_in...Jacques Germishuys2014-04-151-0/+85
| * Fix const-correctness of git_patch_get_delta, git_patch_num_hunks, git_patch_...Jacques Germishuys2014-04-111-3/+3
* | Add GIT_BRANCH_ALL to git_branch_t enumSven Strickroth2014-04-162-1/+2
* | Added cherry-pick supportJacques Germishuys2014-04-143-0/+90
|/
* Const correctness!Jacques Germishuys2014-04-036-12/+15
* Give the correct name for the function in the doc.fix-memory-index-doc-commentRob Rix2014-04-021-2/+2
* Correct a stale reference to GIT_EBAREINDEXRob Rix2014-04-011-1/+1
* Merge pull request #2208 from libgit2/vmg/mempackRussell Belfer2014-04-012-0/+96
|\
| * In-memory packing backendvmg/mempackVicent Marti2014-03-262-0/+96
* | Merge pull request #2206 from libgit2/cmn/inmemory-swap-orderVicent Marti2014-04-011-7/+7
|\ \
| * | remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-011-7/+7
| |/
* | Const up members of git_merge_file_resultEdward Thomson2014-03-311-2/+2
* | Introduce git_merge_head_idEdward Thomson2014-03-311-0/+9
* | Fix segfault if gitmodules is invalidRussell Belfer2014-03-261-3/+3
* | Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti2014-03-261-14/+30
|\ \ | |/ |/|
| * Make submodules externally refcountedRussell Belfer2014-03-251-14/+30
* | Merge pull request #2181 from anuraggup/hide_cbEdward Thomson2014-03-251-0/+24
|\ \ | |/ |/|