]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-09-13 Arthur SchreiberDon't free config in `git_transaction_commit`.
2015-09-13 Carlos Martín... Merge branch 'cmn/ignore-dir-check'
2015-09-13 Carlos Martín... ignore: add test and adjust style and comment for dir...
2015-09-13 Carlos Martín... Merge pull request #3370 from libgit2/cmn/submodule...
2015-09-12 Carlos Martín... Merge pull request #3422 from ethomson/workdir_diff
2015-09-12 Edward Thomsondiff: check pathspec on non-files
2015-09-12 Edward Thomsondiff::workdir: ensure ignored files are not returned
2015-09-12 Carlos Martín... Merge pull request #3421 from ethomson/mempack-fix
2015-09-12 Edward Thomsonmempack: expose clear function
2015-09-11 Bryan WoodsRemoving memory leak in mempack's free
2015-09-10 Bryan WoodsFixing dangling pointers in git_mempack_reset
2015-09-10 Carlos Martín... submodule: add a test for a renamed submdoule dir
2015-09-10 Carlos Martín... submodule: refactor to be more explicit in the search
2015-09-09 Carlos Martín... Merge pull request #3379 from theseion/additional_libss...
2015-09-08 Carlos Martín... Merge pull request #3415 from ethomson/lock_hidden
2015-09-08 Edward Thomsonfutils: ensure we can write a hidden file
2015-09-08 Edward Thomsonfilebuf: ensure we can lock a hidden file
2015-09-08 Edward ThomsonMerge pull request #3410 from libgit2/cmn/ssh-embed...
2015-09-08 Carlos Martín... Merge pull request #3353 from ethomson/wrongcase_add
2015-09-08 Edward ThomsonMerge pull request #3381 from leoyanggit/index_director...
2015-09-08 Edward Thomsongit_index_add: allow case changing renames
2015-09-08 Edward Thomsonindex: canonicalize directory case when adding
2015-09-06 Edward ThomsonMerge pull request #3413 from libgit2/cmn/follow-symlink
2015-09-06 Edward ThomsonMerge pull request #3366 from libgit2/cmn/index-hashmap
2015-09-05 Carlos Martín... filebuf: follow symlinks when creating a lock file
2015-09-04 Leo YangNew API: git_index_find_prefix
2015-09-04 Carlos Martín... index: put the icase insert choice in macros
2015-09-03 Carlos Martín... Revert "Get rid of libssh2 embedding"
2015-09-03 Carlos Martín... config: correct documentation for non-existent config...
2015-09-01 Carlos Martín... Merge pull request #3402 from ethomson/faster_diff
2015-08-31 Edward Thomsoniterator: better document GIT_DIFF_DISABLE_PATHSPEC_MATCH
2015-08-31 Edward Thomsoniterator test: handle case (in)sensitivity
2015-08-31 Edward Thomsoniterator test: use new iter opts in fifo test
2015-08-31 Edward Thomsoniterator: saner pathlist matching for idx iterator
2015-08-30 Edward Thomsondiff: drop `FILELIST_MATCH`
2015-08-30 Edward Thomsonstatus test: brackets are now literal
2015-08-30 Edward Thomsoncheckout: use pathlist-based iterators
2015-08-30 Edward Thomsontree_iterator: use a pathlist
2015-08-30 Edward Thomsondiff: use new iterator pathlist handling
2015-08-30 Carlos Martín... Merge pull request #3401 from phatblat/pb/doc-warning
2015-08-29 Ben ChatelainEscape @ in doc comment
2015-08-29 Edward Thomsondiff: better document GIT_DIFF_PATHSPEC_DISABLE
2015-08-28 Edward ThomsonMerge pull request #3352 from ethomson/hidden
2015-08-28 Edward Thomsoniterator: sort subdirs properly with pathlist
2015-08-28 Edward Thomsonracy-git: TODO to use improved diffing
2015-08-28 Edward ThomsonMove filelist into the iterator handling itself.
2015-08-28 Edward Thomsoniterator: use an options struct instead of args
2015-08-26 Edward ThomsonMerge pull request #3399 from arthurschreiber/patch-8
2015-08-26 Arthur SchreiberFix a typo [ci skip]
2015-08-25 Carlos Martín... Merge pull request #3396 from ethomson/copying
2015-08-25 Edward ThomsonCOPYING: include winhttp definition copyright
2015-08-24 Carlos Martín... Merge pull request #3355 from palmin/palmin/fix-2830
2015-08-24 Vsevolod ParfenovFix 'If we're dealing with a directory' check
2015-08-20 Carlos Martín... Merge pull request #3388 from libgit2/cmn/smart-callbacks
2015-08-20 Carlos Martín... Merge pull request #3389 from libgit2/cmn/old-security
2015-08-19 Carlos Martín... CMake: fall back to OpenSSL on older OS X
2015-08-19 Carlos Martín... cred: add a free function wrapper
2015-08-19 Carlos Martín... transport: provide a way to get the callbacks
2015-08-18 Carlos Martín... Merge pull request #3387 from leoyanggit/build_warning
2015-08-17 Leo YangFix build warning: implicit declaration of function...
2015-08-17 Anders BorumInclude the 4 characters not recognised as hex-number...
2015-08-15 Edward ThomsonMerge pull request #3377 from dleehr/fix-push-cb
2015-08-15 Edward ThomsonMerge pull request #3384 from libgit2/cmn/regex-nofail
2015-08-15 Edward ThomsonMerge pull request #3383 from libgit2/cmn/http-error
2015-08-15 Carlos Martín... diff: don't error out on an invalid regex
2015-08-15 Carlos Martín... http: propagate the credentials callback's error code
2015-08-14 Carlos Martín... Merge pull request #3362 from libgit2/cmn/curl-proxyaut...
2015-08-14 Carlos Martín... index: keep a hash table as well as a vector of entries
2015-08-14 Carlos Martín... index: add tests around case switching
2015-08-14 Carlos Martín... Add a hashmap for index entries
2015-08-14 Max Leskeadded a single line of additional error reporting from...
2015-08-14 Dan LeehrFix bug in git_smart__push: push_transfer_progress...
2015-08-13 Edward ThomsonMerge pull request #3168 from libgit2/cmn/config-tx
2015-08-12 Edward ThomsonMerge pull request #3372 from libgit2/cmn/mirror-refspec
2015-08-12 Carlos Martín... config: perform unlocking via git_transaction
2015-08-12 Carlos Martín... config: expose locking via the main API
2015-08-12 Carlos Martín... config: implement basic transactional support
2015-08-12 Carlos Martín... config: write the modified file to memory
2015-08-12 Carlos Martín... Merge pull request #3363 from ripdev/master
2015-08-11 Carlos Martín... remote: don't confuse tag auto-follow rules with refspe...
2015-08-11 Carlos Martín... remote: add failing test for a mirror refspec
2015-08-06 Carlos Martín... curl: use the most secure auth method for the proxy
2015-08-06 Slava KarpenkoForcing libssh2 lib location
2015-08-05 Edward ThomsonMerge pull request #3360 from nodegit/master-duplicate...
2015-08-05 John HaleyFix duplicate basenames to support older VS
2015-08-04 Carlos Martín... Merge pull request #3351 from ethomson/error_buf
2015-08-03 Edward Thomsonerrors: tighten up git_error_state OOMs a bit more
2015-08-03 Edward Thomsonwin32: ensure hidden files can be staged
2015-08-03 Edward ThomsonMerge remote-tracking branches 'upstream/pr/3323' and...
2015-08-03 Michael ProcterTest: check restored oom error points to static buffer
2015-08-03 Michael ProcterMake giterr_restore aware of g_git_oom_error
2015-08-03 Michael ProcterMake giterr_detach no longer public
2015-08-03 Michael ProcterEnsure static oom error message not detached
2015-08-03 Michael ProcterAdd failing test for capture/restore oom error
2015-08-03 Edward ThomsonMerge pull request #3325 from libgit2/cmn/filebuf-renam...
2015-08-03 Edward ThomsonMerge pull request #3344 from libgit2/cmn/add-unreg...
2015-08-03 Carlos Martín... Merge pull request #3348 from MrHacky/remote-path-with...
2015-08-03 SimonHandle ssh:// and git:// urls containing a '~' character.
2015-08-01 Carlos Martín... index: stage an unregistered submodule as well
2015-08-01 Carlos Martín... index: test that an unregistered submodule gets staged
next