]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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
2013-12-05 Vicent MartíMerge pull request #1988 from mgbowen/fix-libssh2-windows
2013-12-05 mgbowenFixed compilation on Windows when using libssh2.
2013-12-05 Ben StraubIntroduce GIT_DIFF_FIND_BY_CONFIG
2013-12-03 Edward ThomsonMerge pull request #1984 from ethomson/revert_fix
2013-12-03 Edward ThomsonReorder var decls in revert test
2013-12-03 Vicent MartíMerge pull request #1983 from ethomson/revert
2013-12-03 Edward ThomsonBare naked merge and rebase
2013-12-03 Vicent MartíMerge pull request #1982 from linquize/revert.h
2013-12-03 LinquizeInclude git2/revert.h in git2.h
2013-12-03 Vicent MartíMerge pull request #1981 from jamill/download_cancel_tweaks
2013-12-03 Vicent MartíMerge pull request #1977 from ethomson/revert
2013-12-03 Jameson MillerUpdates to cancellation logic during download and index...
2013-12-02 Edward Thomsonclean up state metadata more consistently
2013-12-02 Edward ThomsonIntroduce git_revert to revert a single commit
2013-12-02 Vicent MartíMerge pull request #1979 from libgit2/rb/diff-find...
2013-12-02 Russell BelferGIT_DIFF_FIND_REMOVE_UNMODIFIED sounds better
2013-12-02 Russell BelferAdd GIT_DIFF_FIND_DELETE_UNMODIFIED flag
2013-12-02 Russell BelferFix bug making split deltas a COPIED targets
2013-12-02 Vicent MartíMerge pull request #1978 from libgit2/rb/cmake-find...
2013-12-02 Russell BelferImprove iconv finding for cmake
2013-12-01 Vicent MartíMerge pull request #1975 from nikai3d/patch-2
2013-12-01 Nicolas Kaiserfix typos in docs
2013-11-27 Vicent MartíMerge pull request #1974 from ghedo/strnlen
2013-11-27 Alessandro... posix: Solaris doesn't have strnlen either
2013-11-23 Carlos Martín... reflog: remove git_reflog_append_to()
next