| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | win32: ensure hidden files can be staged | Edward Thomson | 2015-08-03 | 5 | -10/+105 | |
| * | | | | | | Merge pull request #3399 from arthurschreiber/patch-8 | Edward Thomson | 2015-08-26 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix a typo [ci skip] | Arthur Schreiber | 2015-08-26 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3396 from ethomson/copying | Carlos Martín Nieto | 2015-08-25 | 1 | -0/+46 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | COPYING: include winhttp definition copyright | Edward Thomson | 2015-08-25 | 1 | -0/+46 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3355 from palmin/palmin/fix-2830 | Carlos Martín Nieto | 2015-08-25 | 1 | -2/+9 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | Include the 4 characters not recognised as hex-number when setting error in p... | Anders Borum | 2015-08-17 | 1 | -2/+9 | |
| * | | | | | | Merge pull request #3388 from libgit2/cmn/smart-callbacks | Carlos Martín Nieto | 2015-08-20 | 4 | -0/+55 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cred: add a free function wrappercmn/smart-callbacks | Carlos Martín Nieto | 2015-08-19 | 2 | -0/+19 | |
| | * | | | | | | transport: provide a way to get the callbacks | Carlos Martín Nieto | 2015-08-19 | 2 | -0/+36 | |
| * | | | | | | | Merge pull request #3389 from libgit2/cmn/old-security | Carlos Martín Nieto | 2015-08-20 | 1 | -2/+12 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | CMake: fall back to OpenSSL on older OS Xcmn/old-security | Carlos Martín Nieto | 2015-08-19 | 1 | -2/+12 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3387 from leoyanggit/build_warning | Carlos Martín Nieto | 2015-08-18 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix build warning: implicit declaration of function ‘git_transaction_config... | Leo Yang | 2015-08-17 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3377 from dleehr/fix-push-cb | Edward Thomson | 2015-08-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix bug in git_smart__push: push_transfer_progress cb is never called | Dan Leehr | 2015-08-13 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #3384 from libgit2/cmn/regex-nofail | Edward Thomson | 2015-08-15 | 2 | -7/+32 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | diff: don't error out on an invalid regexcmn/regex-nofail | Carlos Martín Nieto | 2015-08-15 | 2 | -7/+32 | |
| * | | | | | | | | Merge pull request #3383 from libgit2/cmn/http-error | Edward Thomson | 2015-08-15 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | http: propagate the credentials callback's error codecmn/http-error | Carlos Martín Nieto | 2015-08-15 | 1 | -1/+9 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #3362 from libgit2/cmn/curl-proxyauth-any | Carlos Martín Nieto | 2015-08-14 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | curl: use the most secure auth method for the proxycmn/curl-proxyauth-any | Carlos Martín Nieto | 2015-08-06 | 1 | -0/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #3168 from libgit2/cmn/config-tx | Edward Thomson | 2015-08-13 | 10 | -18/+298 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | config: perform unlocking via git_transactioncmn/config-tx | Carlos Martín Nieto | 2015-08-12 | 7 | -26/+92 | |
| | * | | | | | | config: expose locking via the main API | Carlos Martín Nieto | 2015-08-12 | 4 | -19/+90 | |
| | * | | | | | | config: implement basic transactional support | Carlos Martín Nieto | 2015-08-12 | 4 | -12/+151 | |
| | * | | | | | | config: write the modified file to memory | Carlos Martín Nieto | 2015-08-12 | 1 | -8/+12 | |
| * | | | | | | | Merge pull request #3372 from libgit2/cmn/mirror-refspec | Edward Thomson | 2015-08-12 | 2 | -9/+44 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | remote: don't confuse tag auto-follow rules with refspec matchingcmn/mirror-refspec | Carlos Martín Nieto | 2015-08-11 | 1 | -4/+10 | |
| | * | | | | | | remote: add failing test for a mirror refspec | Carlos Martín Nieto | 2015-08-11 | 1 | -5/+34 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3363 from ripdev/master | Carlos Martín Nieto | 2015-08-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| | * | | | | Forcing libssh2 lib location | Slava Karpenko | 2015-08-06 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #3360 from nodegit/master-duplicate-basename-fix | Edward Thomson | 2015-08-05 | 4 | -4/+3 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Fix duplicate basenames to support older VS | John Haley | 2015-08-05 | 4 | -4/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #3351 from ethomson/error_buf | Carlos Martín Nieto | 2015-08-04 | 9 | -72/+149 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | errors: tighten up git_error_state OOMs a bit more | Edward Thomson | 2015-08-03 | 6 | -46/+86 | |
| | * | | Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329' | Edward Thomson | 2015-08-03 | 3 | -23/+42 | |
| | |\ \ | ||||||
| | | * | | error: store the error messages in a reusable buffercmn/error-buffer | Carlos Martín Nieto | 2015-07-28 | 3 | -23/+42 | |
| | * | | | Test: check restored oom error points to static buffer | Michael Procter | 2015-08-03 | 1 | -4/+4 | |
| | * | | | Make giterr_restore aware of g_git_oom_error | Michael Procter | 2015-08-03 | 1 | -8/+11 | |
| | * | | | Make giterr_detach no longer public | Michael Procter | 2015-08-03 | 2 | -13/+1 | |
| | * | | | Ensure static oom error message not detached | Michael Procter | 2015-08-03 | 1 | -2/+6 | |
| | * | | | Add failing test for capture/restore oom error | Michael Procter | 2015-08-03 | 1 | -0/+23 | |
| |/ / / | ||||||
| * | | | Merge pull request #3325 from libgit2/cmn/filebuf-rename-error | Edward Thomson | 2015-08-03 | 3 | -1/+35 | |
| |\ \ \ | ||||||
| | * | | | filebuf: remove lockfile upon rename errorscmn/filebuf-rename-error | Carlos Martín Nieto | 2015-07-24 | 3 | -2/+9 | |
| | * | | | filebuf: failing test for leaving the lockfile when failing to rename | Carlos Martín Nieto | 2015-07-24 | 1 | -0/+27 | |
| * | | | | Merge pull request #3344 from libgit2/cmn/add-unreg-submodule | Edward Thomson | 2015-08-03 | 2 | -5/+71 | |
| |\ \ \ \ | ||||||
| | * | | | | index: stage an unregistered submodule as wellcmn/add-unreg-submodule | Carlos Martín Nieto | 2015-08-01 | 1 | -5/+58 | |
| | * | | | | index: test that an unregistered submodule gets staged | Carlos Martín Nieto | 2015-08-01 | 1 | -1/+7 | |
| | * | | | | index: add test for adding an old-style submodule to index | Linquize | 2015-08-01 | 1 | -0/+7 | |
