]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-01-14 Vicent MartiMerge pull request #2048 from arthurschreiber/arthur...
2014-01-14 Arthur SchreiberWe don't need memset here.
2014-01-14 Arthur SchreiberDon't duplicate state that's only used when fetching.
2014-01-14 Vicent MartiMerge pull request #2045 from arthurschreiber/arthur...
2014-01-14 Arthur SchreiberAdd `git_remote_dup`.
2014-01-14 Vicent MartiMerge pull request #2043 from arthurschreiber/arthur...
2014-01-14 Vicent MartiMerge pull request #2004 from ethomson/pack_stream
2014-01-14 Arthur SchreiberIncorporate @arrbee's suggestions.
2014-01-14 Edward ThomsonPackbuilder contains its own zstream
2014-01-14 Edward ThomsonPackbuilder stream deflate instead of one-shot
2014-01-14 Edward ThomsonRefactor zlib for easier deflate streaming
2014-01-13 Arthur SchreiberIncorporate @ethomson's suggestions.
2014-01-13 Arthur SchreiberFix a double free issue in `git_blame__alloc`.
2014-01-13 Arthur SchreiberFix a memory leak in `hash_and_save` and `inject_object`.
2014-01-13 Arthur SchreiberFix a memory leak in `config_parse`.
2014-01-13 Arthur SchreiberFix a memory leak in `git_config_iterator_glob_new`.
2014-01-13 Arthur SchreiberFix a memory leak in `git_pathspec__vinit`.
2014-01-13 Vicent MartiMerge pull request #2040 from scunz/cmake_msgs
2014-01-13 Vicent MartiMerge pull request #2039 from brodie/brodie/handle...
2014-01-13 Sascha CunzShow informational messages during cmake run as informa...
2014-01-13 Brodie Raoutil: handle NULL pointers passed to git_strarray_free()
2014-01-13 Brodie Raorefs: handle NULL pointers passed to git_reference_iter...
2014-01-13 Brodie Raooid: handle NULL pointers passed to git_oid_shorten_free()
2014-01-13 Brodie Raoodb: handle NULL pointers passed to git_odb_stream_free
2014-01-13 Brodie Raoconfig: handle NULL pointers passed to git_config_itera...
2014-01-13 Brodie Raobranch: handle NULL pointers passed to git_branch_itera...
2014-01-09 Ben StraubMerge pull request #2033 from xtao/blame_orig_commit
2014-01-09 XTaoAdd orig & final commit test.
2014-01-08 Vicent MartiMerge pull request #2036 from ethomson/git_buf_sanitize
2014-01-08 Edward ThomsonHandle git_buf's from users more liberally
2014-01-08 Vicent MartiMerge pull request #2034 from jacquesg/solaris-qsort
2014-01-08 Jacques GermishuysSolaris does not have qsort_r
2014-01-08 XTaoAdd orig_commit.
2014-01-07 Vicent MartiMerge pull request #2023 from arthurschreiber/patch-1
2014-01-04 nulltokenMerge pull request #2030 from seejohnrun/patch-1
2014-01-04 John CrepezziFix spelling mistake
2014-01-03 Russell BelferMerge pull request #2022 from KTXSoftware/development
2014-01-03 Vicent MartiMerge pull request #2026 from libgit2/rb/fix-strnlen...
2014-01-03 Russell BelferUse our strnlen on MacOS for backward compat
2014-01-02 Russell BelferFix warnings with submodule changes
2014-01-02 Arthur SchreiberAllow the log message to be NULL.
2014-01-02 Arthur SchreiberAdd missing `git_reference_symbolic_create_with_log`.
2014-01-02 Robert KonradRead the submodule branch option from Git 1.8.2.
2014-01-02 Robert KonradFixed a compile error in VS2013.
2014-01-02 Vicent MartiMerge pull request #2019 from linquize/recurse-on-demand
2014-01-02 Vicent MartiMerge pull request #2020 from mrshu/patch-1
2013-12-31 Marek ŠuppaUpdated fetch.c test to pass.
2013-12-30 LinquizeUpdate test related to fetchRecurseSubmodules
2013-12-30 LinquizeDefault value for fetchRecurseSubmodules should be yes
2013-12-30 LinquizeAccept 'submodule.*.fetchRecurseSubmodules' config...
2013-12-30 Russell BelferMerge pull request #2015 from txdv/patch-1
2013-12-27 Andrius Bentkusdocs: Remove non existing wrapper from the readme
2013-12-18 Vicent MartiMerge pull request #1920 from libgit2/cmn/ref-with-log
2013-12-13 Vicent MartiMerge pull request #2000 from ethomson/overwrite_ignored
2013-12-13 Edward ThomsonOverwrite ignored directories on checkout
2013-12-13 Edward ThomsonOverwrite ignored files on checkout
2013-12-13 Vicent MartiMerge pull request #1986 from libgit2/rb/error-handling...
2013-12-13 Vicent Martipool: Agh, this test doesn't really apply in 32-bit...
2013-12-13 Vicent Martipool: Correct overflow checks
2013-12-13 Vicent Martipool: Cleanup error handling in pool_strdup
2013-12-12 Russell BelferMerge pull request #2001 from ethomson/merge_version_va...
2013-12-12 Edward ThomsonValidate struct versions in merge, revert
2013-12-12 Russell BelferAdd git_treebuilder_insert test and clarify doc
2013-12-12 Russell BelferCleanups, renames, and leak fixes
2013-12-12 Russell BelferMore tests of canceling from callbacks
2013-12-12 Russell BelferFix up some valgrind leaks and warnings
2013-12-11 Russell BelferTest cancel from indexer progress callback
2013-12-11 Russell BelferMore improvements to callback return value tests
2013-12-11 Russell BelferTry a test that won't assert on Linux
2013-12-11 Russell BelferUpdate clone doc and tests for callback return val
2013-12-11 Russell BelferFix checkout notify callback docs and tests
2013-12-11 Russell BelferUpdate git_blob_create_fromchunks callback behavr
2013-12-11 Russell BelferUpdate docs for new callback return value behavior
2013-12-11 Russell BelferOne more rename/cleanup for callback err functions
2013-12-11 Russell BelferFurther callback error check style fixes
2013-12-11 Russell BelferSome callback error check style cleanups
2013-12-11 Russell BelferFix C99 __func__ for MSVC
2013-12-11 Russell BelferRemove converting user error to GIT_EUSER
2013-12-11 Russell BelferAdd git_vector_free_all
2013-12-11 Russell BelferFurther EUSER and error propagation fixes
2013-12-11 Russell BelferImprove GIT_EUSER handling
2013-12-11 Russell BelferAdd config read fns with controlled error behavior
2013-12-11 Russell BelferMerge pull request #1985 from libgit2/diff-rename-config
2013-12-11 Ben StraubCheck version earlier
2013-12-09 Vicent MartiMerge pull request #1996 from ethomson/warnings
2013-12-09 Edward ThomsonClean up warnings
2013-12-09 Carlos Martín... refs: expose has_log() on the backend
2013-12-09 Carlos Martín... refs: expose a way to ensure a ref has a log
2013-12-09 Carlos Martín... reflog: write to the reflog following git's rules
2013-12-08 Edward ThomsonMerge pull request #1994 from palistov/commit-cleanup
2013-12-08 Paul Holdencommit: Fix potential segfault in git_commit_message
2013-12-08 Vicent MartiMerge pull request #1993 from jaredlwong/development
2013-12-08 Jared WongFixed left shift size of int.
2013-12-06 Ben StraubClarify docs
2013-12-06 Ben StraubDon't clobber whitespace settings
2013-12-06 Ben StraubClarify default value and behavior
2013-12-06 Vicent MartíMerge pull request #1989 from palistov/blame-cleanup
2013-12-06 Paul Holdenblame.c: Remove unnecessary error-check and goto
2013-12-05 Ben StraubDon't use weird return codes
2013-12-05 Ben StraubImplement GIT_DIFF_FIND_BY_CONFIG
next