]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-10-27 nulltokentests: fix a memory leak
2012-10-25 Vicent MartíMerge pull request #1021 from ethomson/cmake_vs
2012-10-25 Edward Thomsonremove /ZM1000 from msvc builds
2012-10-25 Russell BelferMerge pull request #925 from nulltoken/topic/moving...
2012-10-25 Vicent Marticonfig: Only dereference value on success
2012-10-25 Ben StraubRemove inline hint
2012-10-25 Ben StraubFix Windows build
2012-10-25 nulltokenremote: introduce git_remote_rename()
2012-10-25 nulltokenbuf: introduce git_buf_splice()
2012-10-25 nulltokenrefspec: introduce git_refspec__serialize()
2012-10-25 nulltokenremote: remove some code duplication
2012-10-25 nulltokenremote: prevent from saving a nameless remote
2012-10-25 nulltokenconfig: introduce git_config_rename_section()
2012-10-25 nulltokenbranch: rename config section upon moving
2012-10-25 nulltokenbranch: remove config section upon deletion
2012-10-25 Vicent MartíMerge pull request #990 from ben/clone-callbacks
2012-10-25 Vicent MartíMerge pull request #1013 from ethomson/reset_merge
2012-10-25 Edward ThomsonGIT_EUNMERGED
2012-10-25 Edward Thomsonreset changes for merge
2012-10-24 Ben StraubRemove 'bytes' param from git_remote_download
2012-10-24 Ben StraubRenaming: fix example
2012-10-24 Ben StraubNetwork progress: rename things
2012-10-24 Ben StraubFix documentation comment
2012-10-24 Michael Schuberttests-clar/repo: remove unused variable
2012-10-24 Ignacio Casal... Fix example in comment
2012-10-24 Scott J. GoldmanFix Makefile.embed to build src/sha1/*.c
2012-10-23 Vicent MartíMerge pull request #1012 from carlosmn/libcrypto-sha
2012-10-23 Carlos Martín... Use libcrypto's SHA-1 implementation when linking to it
2012-10-23 Russell BelferMerge pull request #923 from yorah/topic/config-store
2012-10-23 Ben StraubUpdate doc strings, warn about callback perf
2012-10-23 yorahAdd config level support in the config API
2012-10-23 yorahFix adding variable to config file with no trailing...
2012-10-22 Vicent MartíMerge pull request #963 from carlosmn/remote-save-autotag
2012-10-22 Vicent MartíMerge pull request #1004 from nulltoken/error/GIT_EORPH...
2012-10-22 nulltokentests: more git_repository_head_detached() coverage
2012-10-22 nulltokenreset: make git_reset() cope with an orphaned HEAD
2012-10-22 Vicent MartíMerge pull request #1008 from nulltoken/fix/chunked_blob
2012-10-22 nulltokenblob: do not create temp files in the current path
2012-10-20 nulltokentest: extract make_head_orphaned() logic
2012-10-20 nulltokentests: leverage git_repository_detach_head()
2012-10-20 Ben StraubImprove clone sample's formatting
2012-10-20 Ben StraubCheckout progress now reports completed/total steps
2012-10-20 Ben StraubFix from rebase
2012-10-20 Ben StraubRemove third stage from checkout progress reporting
2012-10-20 Ben Straubgitno_buffer: callback on each packet
2012-10-20 Ben StraubFix broken tests
2012-10-20 Ben StraubIndexing progress now goes to 100%
2012-10-20 Ben StraubCorrect progress reporting from checkout
2012-10-20 Ben StraubAdjust for rebase
2012-10-20 Ben StraubClone: in-line callbacks for progress
2012-10-20 Ben StraubFix clone.c's indentation
2012-10-20 Ben StraubFix example compilation
2012-10-20 Ben StraubFetch/indexer: progress callbacks
2012-10-20 nulltokenindex: remove read_tree() progress indicator
2012-10-20 Ben StraubExample: compile fixes (not yet working)
2012-10-20 Ben StraubRemove dead code
2012-10-20 Ben StraubRemove checkout_stats from git_clone
2012-10-20 Ben StraubConvert checkout_* to use progress callback
2012-10-20 Ben StraubConvert checkout_index to use progress callback
2012-10-20 Ben StraubAdd accessor for git_remote's stats field
2012-10-20 Ben StraubAdd git_indexer_stats field to git_remote
2012-10-20 Ben StraubClone: fix indentation
2012-10-20 Vicent MartíMerge pull request #1001 from veeti/build-fixes
2012-10-20 Philip KelleyMerge pull request #1003 from arrbee/fix-test-core-env
2012-10-19 Veeti PaananenRemove backwards compatibility for INSTALL_LIB
2012-10-19 Veeti PaananenLet environment CFLAGS override the debug flags
2012-10-19 Veeti PaananenUse standard CMake variable names for installation...
2012-10-19 Russell BelferFix env variable tests with new Win32 path rules
2012-10-19 Vicent Martirepository: Typo
2012-10-19 Vicent MartíMerge pull request #1000 from nulltoken/error/GIT_EORPH...
2012-10-19 Russell BelferMerge pull request #1002 from tnm/patch-1
2012-10-19 Ted NymanUpdate README because vmg is @vmg.
2012-10-19 nulltokenerrors: deploy GIT_EORPHANEDHEAD usage
2012-10-19 nulltokenerrors: introduce GIT_EORPHANEDHEAD
2012-10-19 nulltokenbranch: allow deletion of branch when HEAD's missing
2012-10-19 nulltokentests: Fix unused variable warning
2012-10-18 Russell BelferMerge pull request #998 from nulltoken/topic/explicit...
2012-10-18 nulltokenrefs: cover more refname validity edge cases
2012-10-18 nulltokenstatus: querying a bare repo returns EBAREREPO
2012-10-18 nulltokendiff: workdir diffing in a bare repo returns EBAREREPO
2012-10-18 Vicent MartíMerge pull request #993 from pwkelley/clar_update
2012-10-18 Vicent MartíMerge pull request #995 from nulltoken/fix/issue_994
2012-10-18 nulltokenrevparse: properly handle refnames containing a @
2012-10-18 Philip KelleyUpdate clar and add reliable rename for Win32
2012-10-18 Carlos Martín... fetch: declare variables at the top of the block
2012-10-18 Vicent MartíMerge pull request #992 from carlosmn/fetch-cancel
2012-10-18 Carlos Martín... remote: support fetch cancelation
2012-10-17 Russell BelferMerge pull request #968 from arrbee/diff-support-typechange
2012-10-17 Russell BelferFix minor bugs
2012-10-17 Ben StraubMerge pull request #972 from PaulThompson/separate_strarray
2012-10-17 Russell BelferSkip submodule checkout pass if no submodules
2012-10-17 Philip KelleyMerge pull request #988 from pwkelley/pack-objects
2012-10-17 Philip KelleyIncremental improvements to pack-objects logic
2012-10-16 Michael SchubertFix -Wunused-but-set-variable warning
2012-10-16 Vicent MartíMerge pull request #987 from pwkelley/pthread_cond
2012-10-16 Vicent Martitest: Don't be so picky with failed lookups
2012-10-16 Philip KelleySupport pthread_cond_* on Win32
2012-10-16 Carlos Martín... config: also free the XDG buffer
2012-10-16 Vicent MartíMerge pull request #952 from csware/config-locations
2012-10-16 Philip KelleyMerge pull request #984 from arrbee/fix-fnmatch-and...
next