summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [Blob] Update documentation for is_binary.Ungureanu Marius2014-05-281-1/+1
* Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson2014-05-271-6/+7
* Move GIT_MERGE_CONFIG_* to its own enumEdward Thomson2014-05-271-3/+11
* Introduce GIT_MERGE_CONFIG_* for merge.ff settingsEdward Thomson2014-05-271-0/+12
* Fixed miscellaneous documentation errors.Michael Anderson2014-05-2310-34/+31
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+18
* remote: expose the remote's symref mappingsCarlos Martín Nieto2014-05-211-0/+5
* message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-181-3/+5
* Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-0/+13
|\
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-0/+13
* | Minor fixes for warnings and error propagationRussell Belfer2014-05-121-1/+5
* | Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer2014-05-123-3/+43
|\ \
| * | repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-1/+13
| * | config: document the how long the pointers are valid forCarlos Martín Nieto2014-04-181-1/+14
| * | config: refresh before reading a valueCarlos Martín Nieto2014-04-181-1/+1
| * | config: implement config snapshottingCarlos Martín Nieto2014-04-182-0/+15
* | | Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-082-4/+5
* | | Add filter options and ALLOW_UNSAFERussell Belfer2014-05-063-3/+22
* | | 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
|\