summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #2599 from linquize/config-trailing-spacesEdward Thomson2014-10-093-1/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config: Add test cases that have trailing spaces before comment charsLinquize2014-10-042-0/+18
| * | | | | | | | | | | config: Fix multiple trailing spaces before comments not completely trimmedLinquize2014-10-041-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2601 from SeijiIto/masterEdward Thomson2014-10-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix README.mdSeijiIto2014-10-061-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2597 from ethomson/fixupEdward Thomson2014-10-092-3/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | repository_head_unborn: clear error when HEAD is unbornEdward Thomson2014-10-031-1/+3
| * | | | | | | | | | | p_mkdir != mkdir on win32Edward Thomson2014-10-031-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Fix an uninitialized variableCarlos Martín Nieto2014-10-091-1/+1
* | | | | | | | | | | Merge pull request #2448 from libgit2/cmn/reference-transactionEdward Thomson2014-10-0916-37/+765
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | transaction: rename lock() to lock_ref()cmn/reference-transactionCarlos Martín Nieto2014-10-094-10/+10
| * | | | | | | | | | | Add changelog for transactionsCarlos Martín Nieto2014-09-301-0/+5
| * | | | | | | | | | | transaction: add documentationCarlos Martín Nieto2014-09-301-2/+88
| * | | | | | | | | | | stash: use a transaction to modify the reflogCarlos Martín Nieto2014-09-301-13/+17
| * | | | | | | | | | | Introduce reference transactionsCarlos Martín Nieto2014-09-3010-22/+629
| * | | | | | | | | | | signature: add a dup function which takes a poolCarlos Martín Nieto2014-09-302-0/+26
| * | | | | | | | | | | reflog: constify byindexCarlos Martín Nieto2014-09-302-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2462 from libgit2/cmn/remote-fetch-refsEdward Thomson2014-10-0912-67/+262
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-304-0/+124
| * | | | | | | | | | | 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: use active refspec override in the testsCarlos Martín Nieto2014-09-302-28/+71
| * | | | | | | | | | | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-3010-29/+64
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2604 from arthurschreiber/arthur/add-merge-bases-manyCarlos Martín Nieto2014-10-094-14/+105
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Extract shared functionality.Arthur Schreiber2014-10-091-55/+41
| * | | | | | | | | | Add git_merge_bases_many.Arthur Schreiber2014-10-094-2/+107
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2594 from libgit2/vmg/hashsigVicent Marti2014-10-016-12/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-016-12/+16
|/ / / / / / / / / /
* | | | | | | | | | Include git2/odb_backend.h in git2.hCarlos Martín Nieto2014-09-301-0/+1
* | | | | | | | | | path: fix invalid accessErdur2014-09-301-1/+4
|/ / / / / / / / /
* | | | | | | | | the wiki, it is deadBrendan Forster2014-09-301-2/+1
* | | | | | | | | Merge pull request #2581 from jacquesg/stash-ignored-directoriesEdward Thomson2014-09-292-3/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Recurse ignored directories when stashingJacques Germishuys2014-09-261-3/+5
| * | | | | | | | | Added test for stashing files in ignored directoriesJacques Germishuys2014-09-241-0/+17
* | | | | | | | | | Merge pull request #2584 from jacquesg/pool-alignmentEdward Thomson2014-09-298-29/+43
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Silence unused return value warningJacques Germishuys2014-09-261-1/+1
| * | | | | | | | | | 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
| * | | | | | | | | | Fixed odb foreach test failure for big-endian 64-bitJakub Čajka2014-09-261-1/+1
| * | | | | | | | | | Fixed merge REUC test for big-endian 64-bitJakub Čajka2014-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
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correctly handle getaddrinfo return resultWilliam Swanson2014-09-241-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2559 from libgit2/cmn/free-tls-errorEdward Thomson2014-09-292-0/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | global: free the error message when exiting a threadcmn/free-tls-errorCarlos Martín Nieto2014-09-142-0/+17
* | | | | | | | | | Merge pull request #2570 from cirosantilli/rm-unused-varCarlos Martín Nieto2014-09-250-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove unused buf variable from path/core test.Ciro Santilli2014-09-161-2/+0
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Add a note about cert check in the CHANGELOGCarlos Martín Nieto2014-09-241-0/+4
| |_|_|/ / / / / |/| | | | | | |