| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable by default, but how to allow users of the library to enable this?!csware/system_proxy | Sven Strickroth | 2014-10-26 | 1 | -1/+1 |
| * | Add WPAD and PAC support | Sven Strickroth | 2014-10-26 | 1 | -6/+71 |
| * | WinHTTP: Try to detect and use system configured proxy | Sven Strickroth | 2014-10-26 | 1 | -0/+49 |
| * | Merge pull request #2593 from libgit2/cmn/remote-delete-name | Edward Thomson | 2014-10-10 | 1 | -19/+5 |
| |\ | |||||
| | * | remote: accept a repository and remote name for deletioncmn/remote-delete-name | Carlos Martín Nieto | 2014-09-30 | 1 | -19/+5 |
| * | | Merge pull request #2575 from cirosantilli/factor-struct-typedef | Carlos Martín Nieto | 2014-10-10 | 5 | -26/+14 |
| |\ \ | |||||
| | * | | Join typedef and struct definitions in single file. | Ciro Santilli | 2014-09-24 | 5 | -26/+14 |
| * | | | Merge pull request #2498 from linquize/read-large-file | Carlos Martín Nieto | 2014-10-10 | 2 | -5/+4 |
| |\ \ \ | |||||
| | * | | | Can read large file larger than 2GB on Windows | Linquize | 2014-08-10 | 2 | -5/+4 |
| * | | | | Merge pull request #2556 from sbc100/fix_warnings | Carlos Martín Nieto | 2014-10-10 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fix warnings in thread-utils.h when building without -DTHREADSAFE=ON | Sam Clegg | 2014-09-08 | 1 | -2/+2 |
| * | | | | | Merge pull request #2542 from linquize/fetch-head | Carlos Martín Nieto | 2014-10-10 | 1 | -3/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | When updating FETCH_HEAD, do not treat it as error if the remote of current b... | Linquize | 2014-09-02 | 1 | -3/+12 |
| * | | | | | | Merge pull request #2588 from swansontec/ssl-cert-path2 | Carlos Martín Nieto | 2014-10-10 | 1 | -0/+22 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add support for setting the SSL CA location | William Swanson | 2014-09-30 | 1 | -0/+22 |
| * | | | | | | | Merge pull request #2499 from csware/hard-reset-checkout-callbacks | Carlos Martín Nieto | 2014-10-10 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Allow to propagate checkout callbacks to git HARD reset | Sven Strickroth | 2014-08-03 | 1 | -0/+4 |
| * | | | | | | | | Merge pull request #2574 from csware/hostname-for-certificate_check_cb | Edward Thomson | 2014-10-10 | 3 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Provide host name to certificate_check_cb | Sven Strickroth | 2014-09-22 | 3 | -3/+3 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #2473 from arthurschreiber/arthur/new-javascript-test-files | Edward Thomson | 2014-10-10 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Update the javascript diff driver's function pattern. | Arthur Schreiber | 2014-10-09 | 1 | -3/+3 |
| * | | | | | | | | | Merge pull request #2603 from libgit2/cmn/revwalk-merge-base | Edward Thomson | 2014-10-10 | 2 | -26/+101 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | revwalk: clear first-parent flag on resetcmn/revwalk-merge-base | Carlos Martín Nieto | 2014-10-08 | 1 | -0/+1 |
| | * | | | | | | | | | revwalk: catch no-push and no-hide cases | Carlos Martín Nieto | 2014-10-08 | 2 | -11/+17 |
| | * | | | | | | | | | revwalk: mark uninteresting only up to the common ancestors | Carlos Martín Nieto | 2014-10-08 | 1 | -1/+73 |
| | * | | | | | | | | | revwalk: keep a single list of user inputs | Carlos Martín Nieto | 2014-10-08 | 2 | -27/+22 |
| | * | | | | | | | | | revwalk: clear the flags on reset | Carlos Martín Nieto | 2014-10-08 | 1 | -0/+1 |
| * | | | | | | | | | | Treat an empty list of refspecs the same as a NULL value. | Arthur Schreiber | 2014-10-10 | 1 | -1/+1 |
| * | | | | | | | | | | Merge pull request #2592 from libgit2/cmn/describe | Carlos Martín Nieto | 2014-10-09 | 3 | -1/+888 |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| | * | | | | | | | | | describe: make mingw happy | Carlos Martín Nieto | 2014-09-30 | 1 | -2/+2 |
| | * | | | | | | | | | describe: rename git_describe_opts to git_describe_options | Carlos Martín Nieto | 2014-09-30 | 1 | -14/+24 |
| | * | | | | | | | | | describe: implement abbreviated ids | Carlos Martín Nieto | 2014-09-30 | 1 | -6/+27 |
| | * | | | | | | | | | describe: implement describing the workdir | Carlos Martín Nieto | 2014-09-30 | 1 | -6/+49 |
| | * | | | | | | | | | describe: split into gather and format steps | Carlos Martín Nieto | 2014-09-30 | 1 | -66/+173 |
| | * | | | | | | | | | describe: rename _object() to _commit() | Carlos Martín Nieto | 2014-09-30 | 1 | -1/+1 |
| | * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into cmn/describe | Carlos Martín Nieto | 2014-09-30 | 128 | -2342/+5324 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| | * | | | | | | | | | object: introduce git_describe_object() | nulltoken | 2014-04-30 | 3 | -1/+694 |
| | * | | | | | | | | | oidmap: Enhance the khash wrapper | nulltoken | 2014-04-30 | 1 | -0/+13 |
| * | | | | | | | | | | git_filter: dup the filter name | Anurag Gupta (OSG) | 2014-10-09 | 1 | -2/+11 |
| * | | | | | | | | | | Merge pull request #2599 from linquize/config-trailing-spaces | Edward Thomson | 2014-10-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | config: Fix multiple trailing spaces before comments not completely trimmed | Linquize | 2014-10-04 | 1 | -1/+1 |
| | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #2597 from ethomson/fixup | Edward Thomson | 2014-10-09 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | repository_head_unborn: clear error when HEAD is unborn | Edward Thomson | 2014-10-03 | 1 | -1/+3 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Fix an uninitialized variable | Carlos Martín Nieto | 2014-10-09 | 1 | -1/+1 |
| * | | | | | | | | | | Merge pull request #2448 from libgit2/cmn/reference-transaction | Edward Thomson | 2014-10-09 | 10 | -36/+522 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | transaction: rename lock() to lock_ref()cmn/reference-transaction | Carlos Martín Nieto | 2014-10-09 | 2 | -2/+2 |
| | * | | | | | | | | | | stash: use a transaction to modify the reflog | Carlos Martín Nieto | 2014-09-30 | 1 | -13/+17 |
| | * | | | | | | | | | | Introduce reference transactions | Carlos Martín Nieto | 2014-09-30 | 6 | -22/+478 |
| | * | | | | | | | | | | signature: add a dup function which takes a pool | Carlos Martín Nieto | 2014-09-30 | 2 | -0/+26 |
| | * | | | | | | | | | | reflog: constify byindex | Carlos Martín Nieto | 2014-09-30 | 1 | -1/+1 |
| | | |_|/ / / / / / / | |/| | | | | | | | | |||||
