| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | 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 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2462 from libgit2/cmn/remote-fetch-refs | Edward Thomson | 2014-10-09 | 3 | -27/+146 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refs | Carlos Martín Nieto | 2014-09-30 | 2 | -0/+97 | |
| | * | | | | | | | | | | | remote: store passive refspecs | Carlos Martín Nieto | 2014-09-30 | 2 | -1/+10 | |
| | * | | | | | | | | | | | remote: don't DWIM refspecs unnecessarily | Carlos Martín Nieto | 2014-09-30 | 1 | -19/+3 | |
| | * | | | | | | | | | | | remote: allow overriding the refspecs for download and fetch | Carlos Martín Nieto | 2014-09-30 | 2 | -8/+37 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Extract shared functionality. | Arthur Schreiber | 2014-10-09 | 1 | -55/+41 | |
| * | | | | | | | | | | | Add git_merge_bases_many. | Arthur Schreiber | 2014-10-09 | 1 | -0/+67 | |
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | hashsig: Export as a `sys` headervmg/hashsig | Vicent Marti | 2014-10-01 | 4 | -75/+3 | |
| * | | | | | | | | | | path: fix invalid access | Erdur | 2014-09-30 | 1 | -1/+4 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2581 from jacquesg/stash-ignored-directories | Edward Thomson | 2014-09-29 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Recurse ignored directories when stashing | Jacques Germishuys | 2014-09-26 | 1 | -3/+5 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2584 from jacquesg/pool-alignment | Edward Thomson | 2014-09-29 | 5 | -26/+40 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Ensure patch is initialized to zero, otherwise, the allocated flag may be set | Jacques Germishuys | 2014-09-26 | 1 | -0/+1 | |
| | * | | | | | | | | | Silence uninitialized warning | Jacques Germishuys | 2014-09-26 | 1 | -1/+1 | |
| | * | | | | | | | | | The raw index buffer content is not guaranteed to be aligned | Jacques Germishuys | 2014-09-26 | 1 | -24/+29 | |
| | * | | | | | | | | | Ensure pool data is aligned on an 8 byte boundary | Jacques Germishuys | 2014-09-25 | 1 | -1/+1 | |
| | * | | | | | | | | | Introduce GIT_ALIGN | Jacques Germishuys | 2014-09-25 | 1 | -0/+8 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2582 from swansontec/master | Edward Thomson | 2014-09-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
