]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-10-02 Carlos Martín... clone: put the callbacks struct directly in the clone...
2013-10-02 Carlos Martín... remote: add some comments to the callback struct
2013-10-02 Carlos Martín... clone: mention clone_into in the clone documentation
2013-10-02 Carlos Martín... clone: bring back NULL as defaults
2013-10-02 Carlos Martín... clone: re-allow using a custom remote name
2013-10-02 Carlos Martín... clone: const-ify checkout options
2013-10-02 Carlos Martín... clone: re-add a way to ignore certificate errors
2013-10-02 Carlos Martín... clone: remove more options from basic clone
2013-10-02 Carlos Martín... clone: implement git_clone on top of git_clone_into
2013-10-02 Carlos Martín... clone: remove the autotag option
2013-10-02 Carlos Martín... remote: add a convenience 'fetch' function.
2013-10-02 Carlos Martín... clone: implement git_clone_into
2013-10-02 Carlos Martín... remote: move the credentials callback to the struct
2013-10-02 Carlos Martín... remote: put the _download() callback with the others
2013-10-01 Vicent MartíMerge pull request #1885 from ethomson/transport_register
2013-10-01 Philip KelleyAdd git_transport_register, git_transport_unregister
2013-10-01 Ben StraubMark git__timer as inline on OSX
2013-10-01 Vicent MartíMerge pull request #1882 from linquize/config-subsectio...
2013-10-01 LinquizeAdd negative test cases for config header with invalid...
2013-10-01 LinquizeAdd test case to test ']' and '\\' characters in config...
2013-10-01 LinquizeConfig subsection name should allow to have ']' and...
2013-09-30 Vicent MartíMerge pull request #1879 from libgit2/redir-refactor
2013-09-30 Vicent MartíMerge pull request #1412 from jamill/push_progress
2013-09-30 Vicent MartíMerge pull request #1881 from libgit2/ignore-submodules...
2013-09-30 Ben StraubEnsure submodule repos and indices are freed
2013-09-30 Vicent MartíMerge pull request #1878 from libgit2/ntk/fix/warnings
2013-09-30 Jameson MillerInitial Implementation of progress reports during push
2013-09-30 Vicent MartíMerge pull request #1883 from libgit2/ntk/fix/empty_fir...
2013-09-30 nulltokencommit: Trim message leading newlines
2013-09-30 nulltokenTabify indentations
2013-09-28 Justin Spahr... Test that submodules don't affect stashing
2013-09-28 Justin Spahr... Never consider submodules for stashing
2013-09-27 Vicent MartíMerge pull request #1880 from ethomson/refdb_h_oopsie
2013-09-27 Edward ThomsonAdd refdb.h to git2.h, reorder git2.h sanely
2013-09-26 Ben StraubTighten up url-connection utility
2013-09-26 Ben StraubWHOOPS
2013-09-26 Ben StraubMake sure utility doesn't leak memory
2013-09-26 Ben StraubAdjust to new utility signature
2013-09-26 Ben StraubDeploy gitno_connection_data into transport (winhttp)
2013-09-26 Ben StraubDeploy gitno_connection_data into transport
2013-09-26 nulltokenFix warnings
2013-09-26 Ben StraubRefactor URL handling to use library call
2013-09-26 Ben StraubMigrate redirect URL handling to common utility
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
next