]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-10-30 Vicent MartíMerge pull request #1919 from libgit2/cmn/multi-ack...
2013-10-30 Carlos Martín... merge: any non-zero return from the user is an error
2013-10-30 Carlos Martín... protocol: basic support for multi_ack_detailed
2013-10-30 Carlos Martín... Remove leftover function declaration
2013-10-30 Vicent Martipack-objects: Depth can be negative
2013-10-28 Vicent MartíMerge pull request #1891 from libgit2/cmn/fix-thin...
2013-10-28 Vicent MartíMerge pull request #1912 from ethomson/push_err_messages
2013-10-28 Vicent MartíMerge pull request #1904 from libgit2/cmn/ssh-naming
2013-10-28 Ben StraubMerge pull request #1802 from libgit2/cmn/reflog-backend
2013-10-28 Vicent MartíMerge pull request #1915 from zcbenz/common-h-before...
2013-10-28 Cheng ZhaoThe "common.h" should be included before "config.h".
2013-10-26 Vicent MartíMerge pull request #1913 from nvloff/remove_fedora_spec
2013-10-26 Nikolai Vladimirovremove rpm spec
2013-10-25 Edward ThomsonTest for failure, but don't test the error message
2013-10-25 Vicent MartíMerge pull request #1910 from ethomson/disable_winhttp
2013-10-25 Vicent MartíMerge pull request #1911 from ethomson/http_headers
2013-10-25 Edward ThomsonUse two calls to set two headers
2013-10-25 Edward ThomsonAllow -DWINHTTP=OFF to disable WinHTTP
2013-10-24 Vicent MartíMerge pull request #1907 from nikai3d/patch-1
2013-10-24 Nicolas Kaiserfix typos in README.md
2013-10-23 Carlos Martín... Really fix the pc file
2013-10-23 Vicent MartíMerge pull request #1905 from libgit2/cmn/list-deps
2013-10-23 Vicent MartíMerge pull request #1906 from libgit2/cmn/net-cb-errors
2013-10-23 Carlos Martín... transport: let the progress output return an error
2013-10-23 Carlos Martín... indexer: include the delta stats
2013-10-23 Carlos Martín... examples: show used local objects in fetch
2013-10-23 Carlos Martín... README: add a note about the optional dependencies
2013-10-23 Carlos Martín... Set the correct dependencies in the pkg-config file
2013-10-23 Carlos Martín... Rename the ssh credentials
2013-10-22 Vicent MartíMerge pull request #1897 from libgit2/split-patch-from...
2013-10-22 Russell BelferFix typo
2013-10-22 Vicent MartiImplement `git_odb_object_dup`
2013-10-21 Russell BelferImplement patience and minimal diff flags
2013-10-21 Russell BelferFix warnings for win64
2013-10-21 Russell BelferCreate git_diff_line and extend git_diff_hunk
2013-10-21 Vicent MartíMerge pull request #1903 from ethomson/ssh
2013-10-21 Edward ThomsonAllowed credential types should be a bitfield
2013-10-21 Russell BelferTweak to git_diff_delta structure for nfiles
2013-10-18 Vicent MartíMerge pull request #1900 from haneefmubarak/patch-1
2013-10-17 Haneef Mubarakslightly clarified the "license" portion of `README...
2013-10-17 Haneef Mubarakslightly clarified the "license" portion of `README...
2013-10-17 Haneef Mubarakslightly clarified the "license" portion of `README...
2013-10-16 Vicent MartíMerge pull request #1702 from ethomson/checkout_merge
2013-10-16 Edward ThomsonMove path prefixed help to path.h
2013-10-16 Edward ThomsonMove functions in checkout_conflicts to checkout.c
2013-10-16 Edward ThomsonTwo-step conflict checkout (load / perform)
2013-10-16 Edward ThomsonHonor UPDATE_ONLY bit when checking out conflicts
2013-10-16 Edward ThomsonFix warning, fix memory leak
2013-10-16 Edward ThomsonDon't overwrite ~ files checking out conflicts
2013-10-16 Edward ThomsonGet rid of some quick hacks
2013-10-16 Edward Thomsoncheckout rename conflicts
2013-10-16 Edward ThomsonPrevent checkout_tree when conflicts exist, clear NAME...
2013-10-16 Edward Thomsoncheckout (from index) can write conflicts
2013-10-16 Edward Thomsontests for checkout index with conflicts
2013-10-15 Russell BelferDiff API cleanup
2013-10-11 Russell BelferRename diff objects and split patch.h
2013-10-11 Vicent MartíMerge pull request #1562 from libgit2/cmn/refs-namespac...
2013-10-11 Carlos Martín... indexer: clearer stats for thin packs
2013-10-11 Carlos Martín... futils: return GIT_ENOTFOUND when trying to read a...
2013-10-10 Ben StraubMerge pull request #1898 from arthurschreiber/patch-2
2013-10-10 Arthur SchreiberFix a typo in the rpm build instructions.
2013-10-09 Russell BelferAfter iconv init reset ref normalize error
2013-10-09 Vicent MartíMerge pull request #1886 from libgit2/precompose-utf8
2013-10-08 Russell BelferRename new fn to git_repository_reinit_filesystem
2013-10-08 Russell BelferMake reference lookups apply precomposeunicode
2013-10-08 Vicent MartíMerge pull request #1895 from libgit2/winhttp-accept
2013-10-08 Ben StraubCombine WinHTTP API calls
2013-10-08 Russell BelferCase sensitivity issues on Linux
2013-10-08 Ben StraubAdd Assembla unit test
2013-10-08 Ben StraubWinHTTP: set Accept header for POSTs
2013-10-08 Russell BelferMore filemode cleanups for FAT on MacOS
2013-10-08 Vicent MartíMerge pull request #1894 from libgit2/cmn/tree-raw
2013-10-08 Carlos Martín... indexer: inject one base at a time
2013-10-08 Carlos Martín... tree: allow retrieval of raw attributes
2013-10-05 Vicent MartíMerge pull request #1890 from libgit2/multiple-init
2013-10-05 Ben StraubDon't use git_atomic as an integer
2013-10-05 Philip KelleyUse InterlockedCompareExchange for the lock
2013-10-05 Ben StraubPosix synchronized init, prototype win32 version
2013-10-05 Ben StraubAdd test for multiple thread init/shutdown
2013-10-04 Russell BelferAdd git_repository_reset_filesystem and fix tests
2013-10-04 Vicent MartíMerge pull request #1892 from libgit2/ntk/topic/index_read
2013-10-04 nulltokenindex: Make _read() cope with index file creation
2013-10-04 Carlos Martín... net: advertise our support for fixing thin packs
2013-10-04 Carlos Martín... indexer: fix thin packs
2013-10-04 nulltokenindex: Enhance documentation
2013-10-04 nulltokenTabify indentations
2013-10-04 Carlos Martín... pack: move the object header function here
2013-10-04 Carlos Martín... indexer: do multiple passes over the delta list
2013-10-03 Russell BelferMore cleanups to remove WIN assumptions
2013-10-03 Russell BelferUpdate repo init with fewer platform assumptions
2013-10-03 Russell BelferClean up annoying warnings
2013-10-03 Russell BelferWrap iconv stuff and write tests
2013-10-03 Russell BelferSimplify git_path_is_empty_dir implementation
2013-10-03 Russell BelferAdd to Git authors who have agreed to relicense
2013-10-03 Russell BelferInitial iconv hookup for precomposed unicode
2013-10-03 Russell BelferPut hooks in place for precompose in dirload fn
2013-10-03 Russell BelferAdd check if we need to precompose unicode on Mac
2013-10-03 Vicent MartíMerge pull request #1888 from jamill/network_cancellation
2013-10-03 Jameson MillerStyle tweaks and changes for code review feedback
2013-10-03 Vicent MartíMerge pull request #1887 from libgit2/ntk/topic/git_mes...
next