]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-05-08 Russell BelferPass unconverted data when iconv doesn't like it
2014-05-06 Russell BelferMerge pull request #2329 from anuraggup/fix_git_shutdown
2014-05-06 Russell BelferMerge pull request #2324 from libgit2/cmn/file-in-objec...
2014-05-06 Anurag GuptaFix the issues in git_shutdown
2014-05-06 Carlos Martín... object: fix a brace
2014-05-06 Anurag GuptaFix the issues in git__on_shutdown
2014-05-05 Carlos Martín... odb: ignore files in the objects dir
2014-05-02 Russell BelferDoc fixes
2014-05-02 Vicent MartiMerge pull request #2308 from libgit2/rb/diff-update...
2014-05-02 Russell BelferMerge pull request #2310 from libgit2/cmn/commit-create...
2014-05-02 Russell BelferSome further sandboxing cleanups to tests
2014-05-02 Russell BelferImprove handling of fake home directory
2014-05-02 Russell BelferFix remaining init_options inconsistencies
2014-05-02 Russell BelferMake init_options fns use unsigned ints and macro
2014-05-02 Russell BelferRemove trace / add git_diff_perfdata struct + api
2014-05-02 Russell BelferGet rid of redundant git_diff_options_init fn
2014-05-02 Russell BelferAdd payloads, bitmaps to trace API
2014-05-02 Russell BelferDon't use trace if GIT_TRACE not defined
2014-05-02 Russell BelferAdd GIT_STATUS_OPT_UPDATE_INDEX and use trace API
2014-05-02 Russell BelferAdd diff option to update index stat cache
2014-05-02 Russell BelferLay groundwork for updating stat cache in diff
2014-05-02 Russell BelferSkip diff oid calc when size definitely changed
2014-05-02 Russell BelferAdd build option for diff internal statistics
2014-05-02 Vicent MartiTemporary fix for Travis CI builds
2014-05-02 Vicent MartiMerge pull request #2318 from linquize/sleep
2014-05-02 Vicent MartiMerge pull request #2320 from libgit2/rb/fix-starstar...
2014-05-01 Russell BelferMake ** pattern eat trailing slash
2014-05-01 LinquizeMake examples/status.c compile on Windows
2014-05-01 Vicent MartiMerge pull request #2304 from jacquesg/solaris
2014-04-30 Jacques GermishuysCheck for NULL before passing it to vsnprintf
2014-04-30 Jacques Germishuysstrcasecmp is in <strings.h>
2014-04-30 Jacques GermishuysBuild regex.c for Solaris. Added required defines for...
2014-04-30 Vicent MartiMerge pull request #2314 from libgit2/cmn/known-libs
2014-04-30 Vicent MartiMerge pull request #2315 from jacquesg/qsort-cygwin
2014-04-30 Jacques Germishuyscygwin also doesn't have qsort_r
2014-04-30 Carlos Martín... ciscript: don't use an empty string as a number
2014-04-30 Carlos Martín... refs: document _next_name()
2014-04-30 Carlos Martín... Don't exclude libssh2 from MinGW
2014-04-30 Ting-Wei LanWorkaround missing .pc files on FreeBSD
2014-04-30 Carlos Martín... Unquiet CMake output
2014-04-29 Carlos Martín... commit: safer commit creation with reference update
2014-04-29 Vicent MartiMerge pull request #2309 from jacquesg/midnightbsd
2014-04-29 Jacques GermishuysMidnightBSD may also not have strnlen
2014-04-28 Vicent MartiMerge pull request #2306 from odcinek/development_cmake
2014-04-28 Marcin SawickiMake the build CMake 2.6 compatible
2014-04-27 Vicent MartiMerge pull request #2301 from libgit2/cmn/pack-objects...
2014-04-26 Carlos Martín... pack-objects: always write out the status in write_one()
2014-04-26 Carlos Martín... zstream: grow based on used memory rather than allocated
2014-04-26 Carlos Martín... refdb: fix typo and wording
2014-04-25 Vicent MartiMerge pull request #2299 from mekishizufu/fix_leaks
2014-04-25 Jiri PospisilReset tests: Use sandboxed index
2014-04-25 Jiri PospisilFilter: Make sure to release local on error
2014-04-25 Vicent MartiMerge pull request #2284 from jacquesg/push-progress...
2014-04-25 Vicent MartiMerge pull request #2297 from libgit2/rb/status-with...
2014-04-25 Vicent MartiMerge pull request #2241 from libgit2/rb/stash-skip...
2014-04-24 Russell BelferMerge pull request #2294 from ethomson/merge_checkout_s...
2014-04-24 Russell BelferImprove docs for status rename detection limits
2014-04-24 Russell BelferTest toggling core.precomposeunicode yields rename
2014-04-24 Russell BelferTest decomposed unicode renames work as expected
2014-04-24 Russell BelferHandle explicitly ignored dir slightly differently
2014-04-24 Vicent MartiMerge pull request #2295 from libgit2/cmn/fetchhead...
2014-04-24 Carlos Martín... fetchhead: deal with quotes in branch names
2014-04-23 Edward Thomsonmerge: checkout default shouldn't clobber given
2014-04-23 Edward Thomsonmerge: default checkout strategy for should be SAFE
2014-04-23 Russell BelferTreat ignored, empty, and untracked dirs different
2014-04-23 Vicent MartiMerge pull request #2291 from ethomson/patch_binary
2014-04-23 Vicent MartiMerge pull request #2283 from phkelley/win32_fs
2014-04-23 Philip KelleyReact to feedback for UTF-8 <-> WCHAR and reparse work
2014-04-23 Vicent MartiMerge pull request #2289 from libgit2/rb/note-git-diff...
2014-04-23 Russell BelferMake checkout match diff for untracked/ignored dir
2014-04-23 Edward Thomsonpatch: emit binary patches (optionally)
2014-04-22 Russell BelferFailing test for stashing a buried ignored file
2014-04-22 Russell BelferMake stash and checkout ignore contained repos
2014-04-22 Russell BelferReplace math fns with simpler integer math
2014-04-22 Russell BelferUse git_diff_get_stats in example/diff + refactor
2014-04-22 Russell BelferSome doc and examples/diff.c changes
2014-04-22 Vicent MartiMerge pull request #2282 from libgit2/cmn/remote-easier...
2014-04-22 Carlos Martín... transports: allow the creds callback to say it doesn...
2014-04-22 Carlos Martín... remote: provide read access to the callback structure
2014-04-22 Vicent MartiMerge pull request #2287 from libgit2/rb/moar-coverity...
2014-04-22 Vicent MartiMerge pull request #2286 from libgit2/rb/fix-reset...
2014-04-22 Edward ThomsonHandle win32 reparse points properly
2014-04-21 Russell BelferFix some coverity-found issues
2014-04-21 Russell BelferFix reset for staged deletes
2014-04-21 Jacques GermishuysVerify update_tips callbacks in push test cases
2014-04-21 Russell BelferMerge pull request #2275 from jacquesg/apple-warning
2014-04-21 Jacques GermishuysFire update_tips callback also for pushes.
2014-04-21 Carlos Martín... attrcache: fix use-after-free
2014-04-21 Jacques GermishuysCorrect argument order of git__calloc()
2014-04-21 Jacques GermishuysIt is safe to free() a NULL pointer
2014-04-21 Carlos Martín... sysdir: free the path if we cannot find the file
2014-04-21 Jacques GermishuysDon't redefine the same callback types, their signature...
2014-04-21 Jacques GermishuysRename progress callback to sideband_progress
2014-04-21 Jacques GermishuysCheck the return codes of remote callbacks.
2014-04-20 Jacques GermishuysFire progress callbacks also for pushes.
2014-04-20 Philip KelleyWin32: UTF-8 <-> WCHAR conversion overhaul
2014-04-19 Jacques GermishuysIntroduce AddCFlagIfSupported CMake macro
2014-04-19 Vicent MartiMerge pull request #2273 from jacquesg/ssh-interactive
2014-04-19 Vicent MartiMerge pull request #2279 from libgit2/rb/moar-eegnöre...
2014-04-18 Russell BelferMinor fixes
next