summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-276-79/+11
* messsage: use git_buf in prettify()Carlos Martín Nieto2014-01-271-27/+3
* config: use git_buf for returning pathsCarlos Martín Nieto2014-01-273-54/+9
* branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-72/+26
* repository: move to use a git_buf for outputting stringsCarlos Martín Nieto2014-01-271-32/+9
* Make sure git_remote_dup copies a remote's refspecs correctly.Arthur Schreiber2014-01-261-8/+26
* Add some missing const declarations.Arthur Schreiber2014-01-261-7/+7
* Merge pull request #2076 from xtao/fix-zstreamEdward Thomson2014-01-262-5/+6
|\
| * Fix write_object.XTao2014-01-262-5/+6
* | Merge pull request #2057 from GrahamDennis/local-file-url-push-fixEdward Thomson2014-01-261-11/+37
|\ \ | |/ |/|
| * Factor out code to convert local "url" into a path.Graham Dennis2014-01-191-20/+28
| * Fix local push to file:// URL.Graham Dennis2014-01-181-1/+19
* | 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