]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-11-25 Edward Thomsonmerge: add simple recursive test
2015-11-25 Edward Thomsonmerge: rename `git_merge_tree_flags_t` -> `git_merge_fl...
2015-11-20 Edward ThomsonMerge pull request #3517 from jacquesg/warnings-fixes
2015-11-20 Edward ThomsonMerge pull request #3514 from jacquesg/stat-fixes
2015-11-20 Edward ThomsonMerge pull request #3516 from libgit2/cmn/repository...
2015-11-20 Jacques GermishuysDetect stat's structure
2015-11-20 Jacques GermishuysFix some warnings
2015-11-20 Carlos Martín... repository: distinguish sequencer cherry-pick and revert
2015-11-17 Carlos Martín... Merge pull request #3511 from ethomson/racy_fixes_2
2015-11-17 Carlos Martín... Merge pull request #3512 from ethomson/windows_sysdir
2015-11-17 Edward Thomsontests: use out-of-the-way config dir in sandbox
2015-11-17 Edward Thomsontests: set PROGRAMDATA directory for running tests
2015-11-17 Edward Thomsonconfig::global: use PROGRAMDATA configuration
2015-11-17 Edward Thomsonsettings: allow users to set PROGRAMDATA
2015-11-17 Edward Thomsonracy: make git_index_read_index handle raciness
2015-11-17 Edward Thomsonracy: ensure git_index_read_tree clears uptodate
2015-11-17 Edward Thomsonindex: clear uptodate bit on save
2015-11-17 Edward Thomsonindex: test for smudged entries on write only
2015-11-17 Edward Thomsoncheckout::crlf test: don't crash when no idx entry
2015-11-17 Edward Thomsonindex: don't detect raciness in uptodate entries
2015-11-17 Edward Thomsonracy-git: do a single index->workdir diff
2015-11-13 Carlos Martín... Merge pull request #3506 from libgit2/vmg/pool-align
2015-11-13 Vicent Martipool: Never return unaligned buffers
2015-11-12 Carlos Martín... Merge pull request #3170 from CmdrMoozy/nsec_fix
2015-11-12 Carlos Martín... Merge pull request #3499 from ethomson/ref_dir_errmsgs
2015-11-12 Carlos Martín... Merge pull request #3448 from libgit2/cmn/custom-agent
2015-11-12 Carlos Martín... CHANGELOG: add note about custom user-agent
2015-11-12 Carlos Martín... winhttp: use a custom user-agent if the user has set it
2015-11-12 Carlos Martín... http: use a custom user-agent if the user has set it
2015-11-12 Carlos Martín... settings: add a setter for a custom user-agent
2015-11-12 Edward ThomsonMerge pull request #2534 from libgit2/ntk/case_index_co...
2015-11-12 Edward Thomsonreflog: error when a directory is at reflog path
2015-11-12 Edward Thomsonrefs: complain when a directory exists at ref
2015-11-12 Carlos Martín... index: overwrite the path when inserting conflicts
2015-11-12 Carlos Martín... index: correctly report which conflict stage has a...
2015-11-12 nulltokenFailing test for case sensitive conflicts in the index
2015-11-08 Carlos Martín... Merge pull request #3498 from ethomson/windows_symlinks
2015-11-08 Carlos Martín... Merge pull request #3500 from ethomson/submodules_with_path
2015-11-04 Edward Thomsonsubmodule: reload HEAD/index after reading config
2015-11-04 Edward Thomsonsubmodule: test updating a submodule w/ a path
2015-11-04 Edward ThomsonMerge pull request #3465 from libgit2/cmn/tls-register
2015-11-03 Edward ThomsonMerge branch 'pr/3487'
2015-11-03 Stjepan RajkoFix git_commit_summary to convert newlines to spaces...
2015-11-03 Edward Thomsonfilebuf: detect directories in our way
2015-11-03 Edward Thomsonreflog: test reflog is deleted when ref is deleted
2015-11-03 Edward Thomsonindex: test that add_bypath preserves symlinks
2015-11-03 Edward Thomsondiff: on win32, treat fake "symlinks" specially
2015-11-03 Edward Thomsondiff: test "symlinks" in wd are respected on win32
2015-11-03 Carlos Martín... Merge pull request #3494 from leoyanggit/fix_unit_test_...
2015-11-03 Carlos Martín... stream: allow registering a user-provided TLS constructor
2015-11-03 Carlos Martín... stream: accept NULL in the free function
2015-11-02 Edward ThomsonMerge branch 'pr/3147'
2015-11-02 Jason HaslamAdd diff progress callback.
2015-11-02 Leo YangFix build for unit test
2015-11-02 Edward ThomsonMerge pull request #3491 from libgit2/cmn/config-checksum
2015-11-02 Edward ThomsonMerge pull request #3495 from leoyanggit/fix_transport_...
2015-11-02 Vicent MartiMerge pull request #3492 from libgit2/vmg/redundant
2015-11-02 Vicent Martimerge: Fix memory leak in test
2015-11-02 Vicent MartiAdd test case
2015-11-02 Vicent Martimerge-base: Style
2015-11-02 Vicent Martimerge-base: Do not read parents from the root
2015-11-02 Vicent Martimerge-base: Remove redundant merge bases
2015-10-30 Carlos Martín... filebuf: use an internal buffer
2015-10-30 Carlos Martín... filebuf: use a checksum to detect file changes
2015-10-30 Carlos Martín... config: add failing test for an external modification
2015-10-30 Carlos Martín... Merge pull request #3493 from ethomson/read_index
2015-10-30 Leo YangFix build for custom transport users
2015-10-30 Carlos Martín... git: put NULL check at the top
2015-10-30 Edward Thomsonindex: read_index must update hashes
2015-10-30 Carlos Martín... git: accept NULL as argument to its stream free
2015-10-29 Carlos Martín... Merge pull request #3486 from srajko/reflog-segfault-fix
2015-10-29 Stjepan RajkoPrevent segfault when parsing a reflog with oid parse...
2015-10-28 Edward Thomsonpool: fix documentation
2015-10-28 Vicent MartiMerge pull request #3488 from libgit2/vmg/pool
2015-10-28 Vicent Martimerge: Do not mallocz unecessary entries
2015-10-28 Vicent Martipool: update comment
2015-10-28 Vicent Martipool: Dot not assume mallocs are zeroed out
2015-10-28 Vicent Martipool: Handle 32 bit systems
2015-10-28 Vicent Martipool: Take into account malloc overhead & pool page...
2015-10-28 Vicent Martirepository: plug memory leak
2015-10-28 Vicent Martipool: Simplify implementation
2015-10-28 Vicent MartiMerge pull request #3489 from libgit2/vmg/reuc-insert
2015-10-27 Vicent Martimerge: Plug memory leak
2015-10-27 Vicent Martimerge: Implement `GIT_MERGE_TREE_SKIP_REUC`
2015-10-27 Vicent Martireuc: Be smarter when inserting new REUC entries
2015-10-26 Carlos Martín... Merge pull request #3485 from srajko/giterr_clear-typo-fix
2015-10-26 Stjepan RajkoFix docs typo geterr_clear -> giterr_clear
2015-10-23 Edward ThomsonMerge pull request #3477 from linquize/inttypes.h
2015-10-23 Carlos Martín... Merge pull request #3483 from ethomson/cmake_xcode
2015-10-23 Carlos Martín... Merge pull request #3481 from ethomson/xdiff_include
2015-10-23 Vicent MartiMerge pull request #3482 from ethomson/merge_fail_on_co...
2015-10-23 Edward Thomsoncmake: split sources into original paths for Xcode...
2015-10-22 Edward Thomsonmerge: add GIT_MERGE_TREE_FAIL_ON_CONFLICT
2015-10-22 Carlos Martín... Merge pull request #3480 from ethomson/nsecs
2015-10-22 Edward Thomsonxdiff: reference util.h in parent directory
2015-10-22 Edward Thomsondiff: ignore nsecs when diffing
2015-10-22 Edward Thomsonindex: test that we round-trip nsecs
2015-10-21 Linquizeinttypes.h is built-in header file since MSVC 2013
2015-10-21 Edward ThomsonMerge pull request #3475 from libgit2/cmn/programdata...
2015-10-21 Carlos Martín... Merge pull request #3479 from ethomson/cplusplus
next