]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-12-08 Edward ThomsonMerge pull request #3537 from libgit2/cmn/tree-is-sorted
2015-12-06 Carlos Martín... tree: mark a tree as already sorted
2015-12-06 Carlos Martín... Merge pull request #3526 from sschuberth/cmake-number...
2015-12-06 Carlos Martín... Merge pull request #3529 from mgorny/fix-checkout-test...
2015-12-03 Edward ThomsonMerge pull request #3530 from libgit2/cmn/parse-mode
2015-12-03 Carlos Martín... Merge pull request #3534 from ethomson/index_canonicali...
2015-12-03 Edward Thomsonindex: canonicalize inserted paths safely
2015-12-02 Carlos Martín... tree: use a specialised mode parse function
2015-12-02 Sebastian SchuberthCMakeLists: Compare CMAKE_SIZEOF_VOID_P as a number...
2015-12-01 Michał Górnycheckout test: Apply umask to file-mode test as well
2015-12-01 Edward ThomsonMerge pull request #3527 from pks-t/pks/tree-entry...
2015-12-01 Patrick Steinhardttree: mark cloned tree entries as un-pooled
2015-12-01 Edward ThomsonMerge pull request #3508 from libgit2/cmn/tree-parse...
2015-11-30 Carlos Martín... Merge pull request #3525 from pks-t/pks/fix-nested...
2015-11-30 Patrick Steinhardtobject: remove unused constant OBJECT_BASE_SIZE
2015-11-30 Patrick Steinhardttests: fix warning for nested struct initialization
2015-11-30 Carlos Martín... tree: ensure the entry filename fits in 16 bits
2015-11-30 Carlos Martín... Merge pull request #3513 from ethomson/merge_recursive
2015-11-28 Carlos Martín... tree: make path len uint16_t and avoid holes
2015-11-28 Carlos Martín... tree: calculate the filename length once
2015-11-28 Carlos Martín... tree: pool the entry memory allocations
2015-11-28 Carlos Martín... tree: avoid advancing over the filename multiple times
2015-11-25 Edward Thomsonrecursive merge: add a recursion limit
2015-11-25 Edward Thomsonmerge: handle conflicts in recursive base building
2015-11-25 Edward Thomsonmerge tests: add complex recursive example
2015-11-25 Edward Thomsonrecursive: test conflict output during recursive merge
2015-11-25 Edward Thomsonmerge tests: move expected data into own file
2015-11-25 Edward Thomsonmerge: use annotated commits for recursion
2015-11-25 Edward Thomsonmerge: merge annotated commits instead of regular commits
2015-11-25 Edward Thomsonmerge: octopus merge common ancestors when >2
2015-11-25 Edward Thomsonmerge: add recursive test with conflicting contents
2015-11-25 Edward Thomsonmerge: compute octopus merge bases
2015-11-25 Edward Thomsonmerge: add recursive test with three merge bases
2015-11-25 Edward Thomsonmerge: improve test names in recursive merge tests
2015-11-25 Edward Thomsonmerge: add a third-level recursive merge
2015-11-25 Edward Thomsonmerge: add a second-level recursive merge
2015-11-25 Edward Thomsonmerge: build virtual base of multiple merge bases
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-24 Edward ThomsonMerge pull request #3523 from pks-t/memleak-fixes
2015-11-24 Carlos Martín... Merge pull request #3520 from ethomson/checkout_nsecs
2015-11-24 Patrick Steinhardttests: win32::longpath: free expected_msg
2015-11-24 Patrick Steinhardttests: config::stress: free `git_config` structs
2015-11-24 Patrick Steinhardttests: config::global: fix memleak in open_programdata
2015-11-23 Edward Thomsoncheckout: only consider nsecs when built that way
2015-11-21 Edward ThomsonMerge pull request #3515 from jacquesg/unsigned-signed
2015-11-21 Jacques GermishuysMake stat.st_size a __int64 not a uint64_t
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
next