]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-12-17 Vicent Marticommit: Fix memory leak in test suite
2015-12-17 Vicent MartiMerge pull request #3550 from libgit2/vmg/index-fill-2
2015-12-16 Carlos Martín... Merge pull request #3548 from tepas/patch-1
2015-12-16 Vicent Martiindex: Also size-hint the hash table
2015-12-16 Vicent Martiindex: Preallocate the entries vector with size hint
2015-12-16 Vicent Martiindex: Adjust namemask & mode when filling
2015-12-16 Carlos Martín... Merge pull request #3549 from libgit2/vmg/index-fill
2015-12-16 Vicent Martimerge: Use `git_index__fill` to populate the index
2015-12-15 tepasfix git_blob_create_fromchunks documentation
2015-12-14 Edward ThomsonMerge pull request #3528 from chescock/Passthrough...
2015-12-14 Edward ThomsonMerge pull request #3521 from pks-t/blame-line-overflow
2015-12-10 Carlos Martín... Merge pull request #3522 from pks-t/email-format-commit...
2015-12-10 Carlos Martín... Merge pull request #3538 from pks-t/pks/index-memory...
2015-12-09 Carlos Martín... Merge pull request #3542 from libgit2/cmn/reset-dir...
2015-12-09 Carlos Martín... reset: perform the checkout before moving HEAD or the...
2015-12-09 Carlos Martín... CHANGELOG: add some things we missed
2015-12-08 Carlos Martín... Merge pull request #3539 from libgit2/typedef-submodule-cb
2015-12-08 Edward ThomsonMerge pull request #3537 from libgit2/cmn/tree-is-sorted
2015-12-08 joshaberPlay nice with the docs.
2015-12-08 joshaberUse a typedef for the submodule_foreach callback.
2015-12-08 Patrick Steinhardtindex: always queue `remove_entry` for removal
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 Chris HescockTreat GIT_PASSTHROUGH as though git_cred_acquire_cb...
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 Patrick Steinhardtdiff: include commit message when formatting patch
2015-12-01 Patrick Steinhardtcommit: introduce `git_commit_body`
2015-12-01 Patrick Steinhardtblame: use size_t for line counts in git_blame__entry
2015-12-01 Patrick Steinhardtblame: use size_t for line counts in git_blame_hunk
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
next