]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2014-01-30 Russell BelferForce explicit remove of files instead of defer
2014-01-29 Edward ThomsonTwo-phase index merging
2014-01-29 Edward ThomsonGive index_isrch the same semantics as index_srch
2014-01-29 Edward ThomsonMore index collision tests
2014-01-29 Vicent Martiindex: Implement folder-file checks
2014-01-29 Vicent Martiindex: Compare with given len
2014-01-29 Russell BelferAdd test for blob/tree name collisions in index
2014-01-29 Vicent MartiMerge pull request #2086 from ethomson/fixup
2014-01-29 Edward ThomsonDon't strcmp a git_buf, strcmp its char *
2014-01-28 Vicent MartiMerge pull request #2083 from arthurschreiber/arthur...
2014-01-28 Arthur SchreiberAdd `git_graph_descendant_of`.
2014-01-27 Vicent MartiMerge pull request #2066 from libgit2/rb/builtin-diff...
2014-01-27 Russell BelferAdd PHP tests and fix bug in PHP builtin driver
2014-01-27 Russell BelferUpdate Javascript userdiff driver and tests
2014-01-27 Russell BelferGot permission from Gustaf for userdiff patterns
2014-01-27 Vicent MartiMerge pull request #2075 from libgit2/cmn/leftover-oid
2014-01-27 Vicent MartiMerge pull request #2077 from libgit2/cmn/buf-out
2014-01-27 Vicent MartiMerge pull request #2078 from linquize/msvc
2014-01-27 Vicent MartiMerge pull request #2079 from linquize/msvc-blame-example
2014-01-27 LinquizeMake blame example compile on MSVC
2014-01-27 LinquizeMSVC doesn't like modern code neither
2014-01-27 Carlos Martín... MSVC doesn't like modern code
2014-01-27 Carlos Martín... refspec: move to git_buf for outputting strings
2014-01-27 Carlos Martín... messsage: use git_buf in prettify()
2014-01-27 Carlos Martín... config: use git_buf for returning paths
2014-01-27 Carlos Martín... branch: move to git_buf when outputting newly-allocated...
2014-01-27 Carlos Martín... repository: move to use a git_buf for outputting strings
2014-01-26 Ben StraubMerge pull request #2052 from arthurschreiber/arthur...
2014-01-26 Arthur SchreiberMake sure git_remote_dup copies a remote's refspecs...
2014-01-26 Arthur SchreiberAdd some missing const declarations.
2014-01-26 Edward ThomsonMerge pull request #2076 from xtao/fix-zstream
2014-01-26 Edward ThomsonMerge pull request #2057 from GrahamDennis/local-file...
2014-01-26 XTaoFix write_object.
2014-01-25 Carlos Martín... merge: rename _oid() -> id()
2014-01-25 Carlos Martín... diff: change id abbrev option's name to id_abbrev
2014-01-25 Carlos Martín... diff: rename the file's 'oid' to 'id'
2014-01-25 Carlos Martín... tree: remove legacy 'oid' naming
2014-01-25 Carlos Martín... commit: remvoe legacy 'oid' naming
2014-01-25 Carlos Martín... index: rename an entry's id to 'id'
2014-01-24 Russell BelferAdd PHP and Javascript diff drivers
2014-01-24 Russell BelferMove userdiff tests to be data driven
2014-01-24 Russell BelferPermission for Git code from a couple more
2014-01-24 Russell BelferGot some permission to use userdiff patterns
2014-01-24 Russell BelferUpdate all tests for new pattern extraction
2014-01-24 Russell BelferImplement matched pattern extract for fn headers
2014-01-24 Russell BelferFix filemode updating in diff text
2014-01-24 Russell BelferImport git drivers and test HTML driver
2014-01-24 Russell BelferInitial take on builtin drivers with multiline
2014-01-24 Carlos Martín... note: rename the id getter to git_note_id()
2014-01-23 Vicent MartiMerge pull request #2074 from linquize/pack-filename...
2014-01-23 LinquizeDrop parsing pack filename SHA1 part, no one cares...
2014-01-22 Vicent MartiMerge pull request #2073 from ethomson/zerobytes
2014-01-22 Edward ThomsonSometimes a zero byte file is just a zero byte file
2014-01-22 Ben StraubPlug a small memory leak
2014-01-22 Vicent MartiMerge pull request #2072 from ethomson/commit_summary
2014-01-22 Edward ThomsonSummarize empty messages
2014-01-22 Vicent MartiMerge pull request #2070 from ethomson/checkout_filemode
2014-01-22 Edward ThomsonPreserve tree filemode in index during checkout
2014-01-22 Vicent MartiMerge pull request #2069 from isilkor/patch_to_buf
2014-01-22 Nicolas HakeDrop git_patch_to_str
2014-01-22 Nicolas HakeExpose patch serialization to git_buf
2014-01-21 Vicent MartiMerge pull request #2061 from ethomson/merge_improvements
2014-01-20 Edward ThomsonMerge submodules
2014-01-20 Edward ThomsonSupport union merges
2014-01-20 Edward ThomsonRemove the "merge none" flag
2014-01-20 Edward ThomsonLoad merge.conflictstyle setting from config
2014-01-20 Edward ThomsonIntroduce diff3 mode for checking out conflicts
2014-01-20 Edward ThomsonDon't try to merge binary files
2014-01-20 Edward Thomsonmerge_file should use more aggressive levels
2014-01-20 Vicent MartiMerge pull request #2065 from ethomson/submodule_unmodified
2014-01-20 Edward Thomson"Uninitialized" submodules are "unmodified"
2014-01-20 Russell BelferMerge pull request #2063 from linquize/reflog-msg-null
2014-01-20 Russell BelferMerge pull request #2064 from piki/piki/buffer-corner...
2014-01-20 Patrick Reynoldsadd unit tests for git_buf_join corner cases
2014-01-20 Patrick Reynoldsfix corner cases and an undefined behavior
2014-01-20 Linquizegit_reflog_entry_message can be null
2014-01-19 Graham DennisFactor out code to convert local "url" into a path.
2014-01-18 Edward ThomsonMerge pull request #2059 from linquize/git_config_get_crash
2014-01-18 LinquizeFix segfault when calling git_config_get_* functions...
2014-01-17 Edward ThomsonMerge pull request #2058 from libgit2/rb/gitdir-windows...
2014-01-17 Graham DennisFix a compile warning.
2014-01-17 Russell BelferConvert gitdir paths to posix on Windows
2014-01-17 Graham DennisAdd test for pushing to a local file:// URL.
2014-01-17 Graham DennisFix local push to file:// URL.
2014-01-16 Vicent MartiMerge pull request #2055 from arthurschreiber/patch-3
2014-01-16 Arthur SchreiberRevert a wrong doc change.
2014-01-16 Arthur SchreiberFix some documentation issues.
2014-01-16 Ben StraubMerge pull request #2044 from libgit2/coverity
2014-01-15 Ben StraubMerge pull request #2053 from ethomson/bindings
2014-01-15 Edward ThomsonUpdate README to include Java, PowerShell bindings
2014-01-15 Ben StraubRefine build limitation
2014-01-15 Ben StraubOnly run coverity on development
2014-01-15 Vicent MartiMerge pull request #2050 from libgit2/cmn/always-reflog...
2014-01-15 Carlos Martín... refs: remove the _with_log differentiation
2014-01-15 Vicent MartiMerge pull request #2049 from ethomson/common
2014-01-15 Edward ThomsonMove libgit2 settings out of util
2014-01-15 Edward Thomsonunnecessary include
2014-01-14 Vicent MartiMerge pull request #2047 from arthurschreiber/arthur...
2014-01-14 Vicent MartiMerge pull request #2048 from arthurschreiber/arthur...
2014-01-14 Arthur SchreiberAlign git_tree_entry_dup.
next