]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-05-14 Russell BelferMerge pull request #1580 from carlosmn/cmake-describe
2013-05-14 Russell BelferMerge pull request #1582 from dmgctrl/checkout_symlink_fix
2013-05-14 Russell BelferMerge pull request #1581 from nulltoken/fix/leaks
2013-05-14 Carlos Martín... CMake: allow appending a string to the library filename
2013-05-14 Brad MorganCreate directory for symlink before creating symlink
2013-05-14 nulltokenFix some memory leaks
2013-05-12 Carlos Martín... CMake: don't try to use bundled zlib when the system...
2013-05-11 Carlos Martín... Merge pull request #1575 from arrbee/ref-iterator-early...
2013-05-11 Russell BelferFix refdb iteration early termination bug
2013-05-11 Vicent MartíMerge pull request #1569 from linquize/msvc-sdl
2013-05-11 LinquizeFix broken build when MSVC SDL checks is enabled
2013-05-11 Edward ThomsonMerge pull request #1385 from carlosmn/refs-iter
2013-05-11 Carlos Martín... Introduce a glob-filtering iterator
2013-05-11 Carlos Martín... Move a couple more functions to use iterators
2013-05-11 Carlos Martín... refs: remove the OID/SYMBOLIC filtering
2013-05-11 Carlos Martín... refs: implement _foreach with the iterator
2013-05-11 Carlos Martín... Add iterator support to the testdb backend
2013-05-11 Carlos Martín... Remove outdated test
2013-05-11 Carlos Martín... Make sure the ref iterator works in an repo without...
2013-05-11 Carlos Martín... refdb_fs: don't crash when the repo doesn't have a...
2013-05-11 Carlos Martín... refs: introduce an iterator
2013-05-10 Vicent MartíMerge pull request #1571 from arrbee/what-if-ignorecase...
2013-05-10 Vicent MartíMerge pull request #1572 from arrbee/diff-patch-with...
2013-05-10 Ben StraubMerge pull request #1573 from nulltoken/fix/leaks
2013-05-10 nulltokenFix some memory leaks
2013-05-10 Russell BelferFix diff output for renames and copies
2013-05-10 Russell BelferImprove ignore handling in git_status_file
2013-05-10 Michael Schubertclone: fix -Wmaybe-uninitialized warning
2013-05-09 Vicent MartíMerge pull request #1566 from ethomson/ref_zero
2013-05-09 Edward Thomsoncalloc refs instead of malloc'ing them
2013-05-09 Vicent MartíMerge pull request #1563 from arrbee/doc-fix-repo-message
2013-05-09 Russell BelferFix git_repository_message docs
2013-05-09 Vicent MartíMerge pull request #1560 from carlosmn/ref-dwim
2013-05-09 Vicent MartíMerge pull request #1561 from arrbee/fix-windows-diff...
2013-05-08 Russell BelferFix dumb type in time comparison
2013-05-07 Vicent MartíMerge pull request #1552 from carlosmn/config-helpers
2013-05-07 Carlos Martín... Expose git_reference_dwim
2013-05-07 Carlos Martín... config: convenience function to open global/xdg
2013-05-07 Carlos Martín... repo: unconditionally create a global config backend
2013-05-07 Vicent MartíMerge pull request #1557 from carlosmn/tagopt
2013-05-07 Russell BelferFix win32 type warnings
2013-05-07 Carlos Martín... remote: correctly interpret tagopt '--tags'
2013-05-07 Vicent MartíMerge pull request #1556 from arrbee/diff-patch-fixes
2013-05-07 Russell BelferFix line numbering for patches with eofnl
2013-05-07 Russell BelferImprove diff function docs
2013-05-07 Russell BelferMore tests for files with no newline at end
2013-05-07 Russell BelferAdd GIT_DIFF_LINE_CONTEXT_EOFNL
2013-05-07 Carlos Martín... Merge pull request #1551 from nvloff/set_upstream_local...
2013-05-07 Russell BelferMerge pull request #1554 from sba1/sort-amiga-fix
2013-05-07 Sebastian BauerFixed qsort_r() problem when targeting AmigaOS.
2013-05-07 Russell BelferMerge pull request #1553 from jdavid/git_commit_owner
2013-05-07 J. David IbáñezAdd git_commit_owner to the public interface
2013-05-06 Nikolai Vladimirovgit_branch_set_upstream with local branches
2013-05-06 Vicent MartíMerge pull request #1547 from ethomson/win32_stat
2013-05-06 Vicent MartíMerge pull request #1526 from arrbee/cleanup-error...
2013-05-06 Vicent MartíMerge pull request #1524 from jamill/clone_tagopts
2013-05-06 Vicent MartíMerge pull request #1545 from ethomson/checkout_dirs_in_use
2013-05-06 Russell BelferMerge pull request #1550 from nvloff/fix_typo_in_branch_h
2013-05-06 Nikolai Vladimirovbranch.h: fix typo in docs
2013-05-05 Russell BelferMerge pull request #1549 from nulltoken/fix/from_oids
2013-05-05 nulltokencommit: make create_from_oids() accept plain oid
2013-05-05 nulltokencommit: guard create() against not owned trees
2013-05-04 Edward Thomsonp_stat() should follow symlinks on windows
2013-05-04 Jameson MillerDo not write tagopt configuration option on clone by...
2013-05-04 Russell BelferRemove obsolete test for peel type
2013-05-03 Edward Thomsonallow checkout to proceed when a dir to be removed...
2013-05-03 Vicent Martiodb: Do not error out if an alternate ODB is missing
2013-05-03 Vicent Marticlar: Always generate the test suite
2013-05-03 Vicent MartíMerge pull request #1540 from ethomson/leaks
2013-05-03 Edward Thomsonfix some leaks
2013-05-02 Vicent MartíMerge pull request #1538 from ethomson/merge_warning_cl...
2013-05-02 Edward Thomsonbraces
2013-05-02 Vicent MartíMerge pull request #1537 from ethomson/merge_warning_cl...
2013-05-02 Edward Thomsonpuns are not funny; type punning especially so
2013-05-02 Russell BelferUse assert for peel target type check
2013-05-02 Vicent MartíMerge pull request #1535 from carlosmn/pack-threading
2013-05-02 Carlos Martín... Switch to index_version as "git_pack_file is ready...
2013-05-02 Vicent MartíMerge pull request #1531 from libgit2/jk/peeled-refs
2013-05-02 Jeff Kingrefdb_fs: respect PEELING_STANDARD
2013-05-02 Vicent Martirefdb_fs: Only strstr the traits line
2013-05-02 Vicent Martirefdb_fs: Traits are always surrounded by spaces
2013-05-02 Vicent Martirefdb_fs: store "cannot be peeled" flag for packed...
2013-05-02 Vicent Martirefdb_fs: implement the fully-peeled trait
2013-05-02 Carlos Martín... Revert "Protect sha1_entry_pos call with mutex"
2013-05-02 Jeff Kingrefdb_fs: do not require peeled packed refs to be tags
2013-05-02 Vicent MartíMerge pull request #1529 from arrbee/more-packfile...
2013-05-02 Russell BelferProtect sha1_entry_pos call with mutex
2013-05-02 Russell BelferFix some compile warnings and trailing whitespace
2013-05-02 Russell BelferExtra threading tests
2013-05-02 Russell BelferAdd extra locking around packfile open
2013-05-01 Russell Belferclarify error propogation
2013-05-01 Russell Belferclarify where error message is set
2013-05-01 Russell BelferClear error msg when we eat error silently
2013-05-01 Russell BelferFix one error not reported in revparse
2013-05-01 Russell Belferminor missing error message
2013-05-01 Russell BelferFactor out some code that needed to clear errors
2013-05-01 Russell BelferError messages for a couple other boundary conditions
2013-05-01 Russell BelferReport some errors returnable by push
2013-05-01 Russell BelferCatch some odd odb backend corner case errors
2013-05-01 Russell BelferReport a couple object error conditions
next