summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-242-4/+4
* Merge pull request #2074 from linquize/pack-filename-sha1Vicent Marti2014-01-232-6/+0
|\
| * Drop parsing pack filename SHA1 part, no one cares the filenameLinquize2014-01-232-6/+0
* | Merge pull request #2073 from ethomson/zerobytesVicent Marti2014-01-221-1/+1
|\ \
| * | Sometimes a zero byte file is just a zero byte fileEdward Thomson2014-01-221-1/+1
* | | Plug a small memory leakBen Straub2014-01-221-1/+4
* | | Summarize empty messagesEdward Thomson2014-01-221-1/+4
|/ /
* | Preserve tree filemode in index during checkoutEdward Thomson2014-01-221-2/+1
* | Drop git_patch_to_strNicolas Hake2014-01-221-18/+0
* | Expose patch serialization to git_bufNicolas Hake2014-01-221-2/+10
* | Merge submodulesEdward Thomson2014-01-202-6/+29
* | Support union mergesEdward Thomson2014-01-201-0/+2
* | Remove the "merge none" flagEdward Thomson2014-01-201-11/+6
* | Load merge.conflictstyle setting from configEdward Thomson2014-01-201-0/+23
* | Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-204-6/+35
* | Don't try to merge binary filesEdward Thomson2014-01-203-2/+90
* | merge_file should use more aggressive levelsEdward Thomson2014-01-204-13/+32
* | Merge pull request #2063 from linquize/reflog-msg-nullRussell Belfer2014-01-201-0/+2
|\ \
| * | git_reflog_entry_message can be nullLinquize2014-01-201-0/+2
| |/
* | fix corner cases and an undefined behaviorPatrick Reynolds2014-01-201-3/+6
|/
* Merge pull request #2059 from linquize/git_config_get_crashEdward Thomson2014-01-181-0/+1
|\
| * Fix segfault when calling git_config_get_* functions when a config fails to loadLinquize2014-01-181-0/+1
* | Convert gitdir paths to posix on WindowsRussell Belfer2014-01-171-1/+5
* | Merge pull request #2050 from libgit2/cmn/always-reflog-messageVicent Marti2014-01-1511-74/+68
|\ \
| * | refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-1511-74/+68
* | | Move libgit2 settings out of utilEdward Thomson2014-01-142-123/+134
* | | unnecessary includeEdward Thomson2014-01-141-1/+0
|/ /
* | Merge pull request #2047 from arthurschreiber/arthur/fix-dup-functionsVicent Marti2014-01-144-26/+30
|\ \
| * | Align git_tree_entry_dup.Arthur Schreiber2014-01-141-9/+8
| * | Align git_signature_dup.Arthur Schreiber2014-01-143-17/+22
* | | We don't need memset here.Arthur Schreiber2014-01-141-2/+0
* | | Don't duplicate state that's only used when fetching.Arthur Schreiber2014-01-141-1/+0
|/ /
* | Add `git_remote_dup`.Arthur Schreiber2014-01-141-0/+41
* | Merge pull request #2043 from arthurschreiber/arthur/fix-memory-leaksVicent Marti2014-01-145-10/+19
|\ \
| * | Incorporate @arrbee's suggestions.Arthur Schreiber2014-01-141-14/+12
| * | Incorporate @ethomson's suggestions.Arthur Schreiber2014-01-131-16/+15
| * | Fix a double free issue in `git_blame__alloc`.Arthur Schreiber2014-01-131-1/+0
| * | Fix a memory leak in `hash_and_save` and `inject_object`.Arthur Schreiber2014-01-131-4/+12
| * | Fix a memory leak in `config_parse`.Arthur Schreiber2014-01-131-1/+3
| * | Fix a memory leak in `git_config_iterator_glob_new`.Arthur Schreiber2014-01-131-0/+1
| * | Fix a memory leak in `git_pathspec__vinit`.Arthur Schreiber2014-01-131-1/+3
* | | Packbuilder contains its own zstreamEdward Thomson2014-01-144-5/+12
* | | Packbuilder stream deflate instead of one-shotEdward Thomson2014-01-141-64/+81
* | | Refactor zlib for easier deflate streamingEdward Thomson2014-01-146-76/+120
|/ /
* | util: handle NULL pointers passed to git_strarray_free()Brodie Rao2014-01-121-0/+4
* | refs: handle NULL pointers passed to git_reference_iterator_free()Brodie Rao2014-01-121-0/+3
* | oid: handle NULL pointers passed to git_oid_shorten_free()Brodie Rao2014-01-121-0/+3
* | odb: handle NULL pointers passed to git_odb_stream_freeBrodie Rao2014-01-121-0/+3
* | config: handle NULL pointers passed to git_config_iterator_free()Brodie Rao2014-01-121-0/+3
* | branch: handle NULL pointers passed to git_branch_iterator_free()Brodie Rao2014-01-121-0/+3