summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Provide host name to certificate_check_cbSven Strickroth2014-09-223-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2473 from arthurschreiber/arthur/new-javascript-test-filesEdward Thomson2014-10-101-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update the javascript diff driver's function pattern.Arthur Schreiber2014-10-091-3/+3
* | | | | | | | | | Merge pull request #2603 from libgit2/cmn/revwalk-merge-baseEdward Thomson2014-10-102-26/+101
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | revwalk: clear first-parent flag on resetcmn/revwalk-merge-baseCarlos Martín Nieto2014-10-081-0/+1
| * | | | | | | | | | revwalk: catch no-push and no-hide casesCarlos Martín Nieto2014-10-082-11/+17
| * | | | | | | | | | revwalk: mark uninteresting only up to the common ancestorsCarlos Martín Nieto2014-10-081-1/+73
| * | | | | | | | | | revwalk: keep a single list of user inputsCarlos Martín Nieto2014-10-082-27/+22
| * | | | | | | | | | revwalk: clear the flags on resetCarlos Martín Nieto2014-10-081-0/+1
* | | | | | | | | | | Treat an empty list of refspecs the same as a NULL value.Arthur Schreiber2014-10-101-1/+1
* | | | | | | | | | | Merge pull request #2592 from libgit2/cmn/describeCarlos Martín Nieto2014-10-093-1/+888
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | describe: make mingw happyCarlos Martín Nieto2014-09-301-2/+2
| * | | | | | | | | | describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-301-14/+24
| * | | | | | | | | | describe: implement abbreviated idsCarlos Martín Nieto2014-09-301-6/+27
| * | | | | | | | | | describe: implement describing the workdirCarlos Martín Nieto2014-09-301-6/+49
| * | | | | | | | | | describe: split into gather and format stepsCarlos Martín Nieto2014-09-301-66/+173
| * | | | | | | | | | describe: rename _object() to _commit()Carlos Martín Nieto2014-09-301-1/+1
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto2014-09-30128-2342/+5324
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | object: introduce git_describe_object()nulltoken2014-04-303-1/+694
| * | | | | | | | | | oidmap: Enhance the khash wrappernulltoken2014-04-301-0/+13
* | | | | | | | | | | git_filter: dup the filter nameAnurag Gupta (OSG)2014-10-091-2/+11
* | | | | | | | | | | Merge pull request #2599 from linquize/config-trailing-spacesEdward Thomson2014-10-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config: Fix multiple trailing spaces before comments not completely trimmedLinquize2014-10-041-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2597 from ethomson/fixupEdward Thomson2014-10-091-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | repository_head_unborn: clear error when HEAD is unbornEdward Thomson2014-10-031-1/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Fix an uninitialized variableCarlos Martín Nieto2014-10-091-1/+1
* | | | | | | | | | | Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson2014-10-0910-36/+522
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | transaction: rename lock() to lock_ref()cmn/reference-transactionCarlos Martín Nieto2014-10-092-2/+2
| * | | | | | | | | | | stash: use a transaction to modify the reflogCarlos Martín Nieto2014-09-301-13/+17
| * | | | | | | | | | | Introduce reference transactionsCarlos Martín Nieto2014-09-306-22/+478
| * | | | | | | | | | | signature: add a dup function which takes a poolCarlos Martín Nieto2014-09-302-0/+26
| * | | | | | | | | | | reflog: constify byindexCarlos Martín Nieto2014-09-301-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2462 from libgit2/cmn/remote-fetch-refsEdward Thomson2014-10-093-27/+146
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-302-0/+97
| * | | | | | | | | | | remote: store passive refspecsCarlos Martín Nieto2014-09-302-1/+10
| * | | | | | | | | | | remote: don't DWIM refspecs unnecessarilyCarlos Martín Nieto2014-09-301-19/+3
| * | | | | | | | | | | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-302-8/+37
| |/ / / / / / / / / /
* | | | | | | | | | | Extract shared functionality.Arthur Schreiber2014-10-091-55/+41
* | | | | | | | | | | Add git_merge_bases_many.Arthur Schreiber2014-10-091-0/+67
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-014-75/+3
* | | | | | | | | | path: fix invalid accessErdur2014-09-301-1/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2581 from jacquesg/stash-ignored-directoriesEdward Thomson2014-09-291-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Recurse ignored directories when stashingJacques Germishuys2014-09-261-3/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2584 from jacquesg/pool-alignmentEdward Thomson2014-09-295-26/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ensure patch is initialized to zero, otherwise, the allocated flag may be setJacques Germishuys2014-09-261-0/+1
| * | | | | | | | | Silence uninitialized warningJacques Germishuys2014-09-261-1/+1
| * | | | | | | | | The raw index buffer content is not guaranteed to be alignedJacques Germishuys2014-09-261-24/+29
| * | | | | | | | | Ensure pool data is aligned on an 8 byte boundaryJacques Germishuys2014-09-251-1/+1
| * | | | | | | | | Introduce GIT_ALIGNJacques Germishuys2014-09-251-0/+8
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2582 from swansontec/masterEdward Thomson2014-09-291-1/+1
|\ \ \ \ \ \ \ \ \