]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-06-24 Carlos Martín... curl: find and link with the library if it's available...
2015-06-24 Edward ThomsonMerge pull request #3251 from git-up/fixes
2015-06-24 Pierre-Olivier... Fixed invalid error handling in git_repository_open_ext()
2015-06-24 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-24 Edward ThomsonMerge pull request #3222 from git-up/conflicted
2015-06-24 Edward ThomsonMerge pull request #3131 from urkud/const-char
2015-06-24 Edward ThomsonMerge pull request #3226 from libgit2/cmn/racy-diff...
2015-06-24 Edward ThomsonMerge pull request #3249 from libgit2/cmn/repo-version...
2015-06-23 Carlos Martín... repository: check the format version
2015-06-23 Carlos Martín... repository: don't error out if there is no version
2015-06-23 Pierre-Olivier... Fixed GIT_DELTA_CONFLICTED not returned in some cases
2015-06-23 Carlos Martín... Merge pull request #3228 from git-up/diff_merge
2015-06-23 Pierre-Olivier... Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()
2015-06-22 Carlos Martín... Merge pull request #3199 from ethomson/crlf
2015-06-22 Edward Thomsoncrlf: give Unix the glory of autocrlf=true
2015-06-22 Edward Thomsoncrlf tests: ensure that Unix obeys autocrlf=true
2015-06-22 Edward Thomsongit_buf_text_lf_to_crlf: allow mixed line endings
2015-06-22 Edward Thomsoncrlf: use statistics to control to workdir filter
2015-06-22 Edward Thomsonclar: support hierarchical test resource data
2015-06-22 Edward Thomsoncrlf tests: posix known-good data
2015-06-22 Edward Thomsoncrlf tests: windows known-good data
2015-06-22 Edward Thomsoncrlf tests: use known-good data produced by git
2015-06-22 Edward Thomsoncrlf: script to generate expected crlf data
2015-06-22 Edward Thomsoncrlf: include utf8 resources in master branch
2015-06-22 Edward Thomsoncrlf: include additional test resources
2015-06-22 Edward ThomsonMerge pull request #3240 from libgit2/cmn/commit-header...
2015-06-22 Carlos Martín... Merge pull request #3239 from git-up/stash_index
2015-06-22 Carlos Martín... Add a note about racy-git in CHANGELOG
2015-06-22 Carlos Martín... index: add a diff test for smudging a file which become...
2015-06-22 Carlos Martín... tests: move racy tests to the index
2015-06-22 Carlos Martín... merge: work around write-side racy protection when...
2015-06-22 Carlos Martín... commit: allow retrieving an arbitrary header field
2015-06-22 Carlos Martín... tests: set racy times manually
2015-06-22 Carlos Martín... tests: plug leaks in the racy test
2015-06-22 Carlos Martín... index: check racily clean entries more thoroughly
2015-06-22 Carlos Martín... diff: check files with the same or newer timestamps
2015-06-21 Pierre-Olivier... Write modified index in git_stash_apply()
2015-06-20 Carlos Martín... Merge pull request #3233 from ethomson/status_typechange
2015-06-20 Edward Thomsondiff: preserve original mode in the index
2015-06-20 Edward Thomsonstatus: test that symlinks don't lose their mode
2015-06-20 Edward ThomsonMerge pull request #3238 from git-up/double_free
2015-06-20 Edward ThomsonMerge pull request #3236 from libgit2/cmn/index-checksum
2015-06-20 Pierre-Olivier... Fixed index being double-freed in stash tests
2015-06-20 Carlos Martín... index: make relative comparison use the checksum as...
2015-06-20 Carlos Martín... Merge pull request #3232 from Therzok/patch-2
2015-06-20 Carlos Martín... tests: tick over five seconds instead of one
2015-06-19 Carlos Martín... index: use the checksum to check whether it's been...
2015-06-19 Carlos Martín... index: user a better assertion when comparing sizes
2015-06-19 Marius UngureanuQuote LIBSSH2_LIBRARIES call
2015-06-17 Carlos Martín... Merge pull request #3229 from git-up/build_warnings
2015-06-17 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-17 Carlos Martín... Merge pull request #3227 from jeffhostetler/memory_leak...
2015-06-17 Jeff HostetlerFix memory leak in tests/network/refspecs.c
2015-06-17 Carlos Martín... Merge pull request #3219 from libgit2/cmn/racy-diff
2015-06-16 Edward Thomsoncheckout: allow workdir to contain checkout target
2015-06-16 Edward Thomsonmerge::workdir::dirty: tick idx to defeat racy-git
2015-06-16 Edward ThomsonIntroduce p_utimes and p_futimes
2015-06-16 Edward ThomsonMerge pull request #3209 from libgit2/cmn/double-author
2015-06-16 Edward ThomsonMerge pull request #3225 from libgit2/cmn/url-empty
2015-06-16 Carlos Martín... remote: return EINVALIDSPEC when given an empty URL
2015-06-16 Carlos Martín... Merge pull request #3221 from git-up/build_warnings
2015-06-16 Carlos Martín... tests: tick the index when we count OID calculations
2015-06-16 Carlos Martín... crlf: tick the index forward to work around racy-git...
2015-06-16 Carlos Martín... index: zero the size of racily-clean entries
2015-06-16 Carlos Martín... diff: add failing test for racy-git in the index
2015-06-15 Edward ThomsonMerge pull request #3216 from dprofeta/fixTransactionVi...
2015-06-15 Pierre-Olivier... Fixed Xcode 6.1 build warnings
2015-06-15 Edward ThomsonMerge pull request #3220 from libgit2/cmn/readdir
2015-06-15 Carlos Martín... path: remove unnecessary readdir_r usage
2015-06-15 Carlos Martín... Merge pull request #3171 from libgit2/cmn/link-fallback
2015-06-15 Logan CollinsFix in stransport_stream.c for usage of SecCopyErrorMes...
2015-06-15 Carlos Martín... Merge pull request #3177 from ethomson/binary_diff
2015-06-15 Carlos Martín... Merge pull request #3217 from jeffhostetler/leak_checko...
2015-06-12 Carlos Martín... Merge pull request #3215 from jeffhostetler/windows_lea...
2015-06-12 Jeff HostetlerFix leaks in tests/checkout/icase
2015-06-12 Damien PROFETAFix visibility of transaction symbol
2015-06-12 Jeff HostetlerFix memory leak on windows in diriter.
2015-06-12 Edward Thomsonbinary diff: document changes in CHANGELOG
2015-06-12 Edward Thomsonpatch: include diff options on blob->blob diffs
2015-06-12 Edward Thomsonbinary diff: test binary blob to blob tests
2015-06-12 Edward Thomsondiff: introduce binary diff callbacks
2015-06-12 Edward Thomsonbinary diff: test index->workdir binary diffs
2015-06-12 Carlos Martín... Merge pull request #3208 from git-up/secure_transport
2015-06-12 Carlos Martín... Merge pull request #3214 from libgit2/cmn/push-tests
2015-06-12 Carlos Martín... clone: set the credentials callback during testing
2015-06-12 Carlos Martín... push: pass the callbacks during setup as well
2015-06-12 Carlos Martín... travis: fail if we fail the push tests
2015-06-12 Pierre-Olivier... Fixed some Secure Transport issues on OS X
2015-06-11 Carlos Martín... Merge pull request #3155 from mgorny/userpass-const
2015-06-11 Carlos Martín... commit: ignore multiple author fields
2015-06-11 Carlos Martín... Merge pull request #3205 from ethomson/crlf_query
2015-06-11 Carlos Martín... Merge pull request #3207 from ethomson/winhttp_eol
2015-06-10 Edward ThomsonMerge pull request #3174 from libgit2/cmn/idx-fill...
2015-06-10 Edward ThomsonMerge pull request #3204 from git-up/git_diff_find_similar
2015-06-10 Edward ThomsonCorrect line endings on winhttp.def
2015-06-10 Edward ThomsonIntroduce `git_filter_list_contains`
2015-06-10 Carlos Martín... Merge pull request #3203 from ethomson/gitattributes
2015-06-10 Pierre-Olivier... Fixed handling of GIT_DELTA_CONFLICTED in git_diff_fin...
2015-06-10 Edward Thomsongitattributes: let clients use native line endings
2015-06-10 Edward ThomsonMerge pull request #3201 from libgit2/cmn/coverity
next