]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-09-30 Ben StraubEnsure submodule repos and indices are freed
2013-09-28 Justin Spahr... Test that submodules don't affect stashing
2013-09-28 Justin Spahr... Never consider submodules for stashing
2013-09-25 Ben StraubWhy are we disabling redirects?
2013-09-25 Ben StraubMerge pull request #1877 from libgit2/win32-redirects
2013-09-25 Vicent MartíMerge pull request #1876 from arrbee/fix-error-handling...
2013-09-25 Ben StraubWin32: handle http->https redirects
2013-09-25 Russell BelferThe error handling docs are out of date
2013-09-25 Vicent MartíMerge pull request #1875 from ethomson/refdb_not_odb
2013-09-25 Edward ThomsonThat's the refdb, it's not the odb...
2013-09-25 Vicent MartíMerge pull request #1873 from mikeando/doc_cleanup
2013-09-25 Vicent MartíMerge pull request #1874 from mikeando/doc_cleanup2
2013-09-25 Mike AndersonFixed formatting of diff-internals.md
2013-09-25 Mike AndersonCleaned up some tables in checkout-internals doc
2013-09-24 Vicent MartíMerge pull request #1872 from libgit2/config-isolate-xdg
2013-09-24 Russell BelferMake tests pass if XDG config exists
2013-09-24 Vicent MartíMerge pull request #1871 from libgit2/cross-protocol...
2013-09-24 Russell BelferPrevent HTTPS to HTTP redirect
2013-09-24 Russell BelferDisconnect path string to preserve after redirect
2013-09-24 Vicent MartíMerge pull request #1869 from ethomson/fs_iterator_race_2
2013-09-24 Edward ThomsonIgnore files that disappear while iterating
2013-09-24 Ben StraubProperly parse urls that include protocol://
2013-09-24 Ben StraubAllow redirects to use same host
2013-09-24 Vicent MartíMerge pull request #1865 from arrbee/various-cleanups
2013-09-24 Vicent MartíMerge pull request #1864 from libgit2/minimize-regex...
2013-09-24 Russell BelferFix up filebuf tests a bit
2013-09-24 Russell BelferFix incorrect return code in crlf filter
2013-09-24 Russell BelferMerge pull request #1867 from ethomson/remove_not_delete
2013-09-24 Edward Thomson'del' instead of 'delete' for the poor C++ users
2013-09-24 Russell BelferFix warnings in Makefile.embed
2013-09-24 Russell BelferClean up unnecessary git_buf_printf calls
2013-09-24 Russell BelferFix warnings on Windows 64-bit build
2013-09-24 Russell BelferClean up newly introduced warnings
2013-09-23 Russell BelferRemove regex usage from places that don't need it
2013-09-22 Vicent MartíMerge pull request #1863 from linquize/typo
2013-09-22 Carlos Martín... merge: reverse array and length parameter order
2013-09-22 LinquizeFix typo in documentation
2013-09-21 Vicent MartíMerge pull request #1840 from linquize/warning
2013-09-20 Vicent MartíMerge pull request #1861 from ben/molo-valgrind
2013-09-20 Vicent MartíMerge pull request #1859 from linquize/init.templatedir
2013-09-20 LinquizeCheck error value from git_futils_find_template_dir
2013-09-19 Ben StraubSuppress noise from running Valgrind on OSX 10.8
2013-09-19 LinquizeFix warning
2013-09-19 LinquizeMake init.templatedir work
2013-09-18 Vicent Martimsvc: No void* arithmetic on Windows
2013-09-18 Vicent MartíMerge pull request #1860 from libgit2/cmn/indexer-hash
2013-09-18 Carlos Martín... indexer: don't reiterate the class in the message
2013-09-18 Carlos Martín... indexer: check the packfile trailer for correctness
2013-09-17 Vicent MartíMerge pull request #1858 from linquize/win32-template-dir
2013-09-17 Vicent MartíMerge pull request #1847 from libgit2/filters-alternative
2013-09-17 Russell BelferUpdate clar and recreate cl_assert_equal_sz
2013-09-17 Russell BelferBug fixes and cleanups
2013-09-17 Russell BelferMore filtering tests including order
2013-09-17 Russell BelferSome tests with ident and crlf filters
2013-09-17 Russell BelferAdd clar helper to create new commit from index
2013-09-17 Russell BelferAdd clar helpers for testing file equality
2013-09-17 Russell BelferFix cleanup issues with new tests
2013-09-17 Russell BelferFixing up some win32 issues with autocrlf
2013-09-17 Russell BelferFix win32 warnings
2013-09-17 Russell BelferMake filter tests somewhat more robust
2013-09-17 Russell BelferRearrange clar submodule cleanup code
2013-09-17 Russell BelferPort tests from PR 1683
2013-09-17 Russell BelferMove binary check to CRLF filter itself
2013-09-17 Russell BelferMerge git_buf and git_buffer
2013-09-17 Russell BelferAdd ident filter
2013-09-17 Russell BelferAdd functions to manipulate filter lists
2013-09-17 Russell BelferUpdate filter registry code
2013-09-17 Russell BelferAdd simple global shutdown hooks
2013-09-17 Russell BelferFix longstanding valgrind warning
2013-09-17 Russell BelferHook up filter initialize callback
2013-09-17 Russell BelferExtend public filter api with filter lists
2013-09-17 Russell BelferAdd attributes to filters and fix registry
2013-09-17 Russell BelferMake git_filter_source opaque
2013-09-17 Russell BelferCreate public filter object and use it
2013-09-17 Russell BelferStart of filter API + git_blob_filtered_content
2013-09-17 LinquizeCan load default template directory
2013-09-17 LinquizeCan git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH...
2013-09-17 LinquizeCan guess win32 git template dir
2013-09-17 LinquizeRefactor git_win32__find_system_dirs() to extract ...
2013-09-17 Vicent MartíMerge pull request #1833 from libgit2/cmn/config-include
2013-09-17 Vicent MartíMerge pull request #1857 from linquize/find-git-path...
2013-09-17 LinquizeFix failure in win32_find_git_in_registry() when UAC...
2013-09-17 LinquizeFix failure in win32_find_git_in_registry()
2013-09-17 Vicent MartíMerge pull request #1856 from libgit2/cmn/no-orphans
2013-09-17 Vicent MartíMerge pull request #1851 from tiennou/libssh2-errors
2013-09-17 Carlos Martín... No such thing as an orphan branch
2013-09-16 Etienne SamsonWhitespace.
2013-09-16 Etienne SamsonAdd a wrapper to provide the libssh2 error message
2013-09-16 Vicent Marticlone: Anal as fuck
2013-09-16 Ben StraubMerge pull request #1850 from linquize/git-clone-init...
2013-09-16 Linquizegit_clone supports optional init_options
2013-09-13 Russell BelferAdd tests for git_tree_walk
2013-09-13 Russell BelferMerge pull request #1849 from whavinga/treewalker
2013-09-13 wilkeFix memory leak in git_tree_walk on error or when stopp...
2013-09-13 wilkePrevent git_tree_walk 'skip entry' callback return...
2013-09-12 Vicent MartíMerge pull request #1848 from libgit2/ntk/fix/cl_assert...
2013-09-12 nulltokenclar: Move cl_assert_equal_sz() definition to clar.h
2013-09-12 nulltokenclar: Fix clar__assert_equal error message formating
2013-09-11 Vicent MartíMerge pull request #1839 from isaac/ssh-repository...
2013-09-11 Ben StraubMerge pull request #1846 from libgit2/ntk/fix/format
next