Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge pull request #2134 from libgit2/ben/icc | Vicent Marti | 2014-02-24 | 4 | -6/+8 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix Intel compiler warnings | |||||
| | * | | | | | | | Use a portable cast | Ben Straub | 2014-02-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Prevent icc warning | Ben Straub | 2014-02-24 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Avoid casting warning | Ben Straub | 2014-02-24 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Staticize file-local variables | Ben Straub | 2014-02-24 | 2 | -3/+3 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2132 from ethomson/merge_doc | Vicent Marti | 2014-02-24 | 1 | -33/+127 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improve documentation for merging | |||||
| | * | | | | | | | Improve documentation for merging | Edward Thomson | 2014-02-21 | 1 | -33/+127 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2130 from worblehat/development | Russell Belfer | 2014-02-21 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Check if librt exists independent of OS, to be able to exclude librt on ... | |||||
| | * | | | | | | | Check if librt exists independent of OS, to be able to exclude librt on ↵ | Tobias Marquardt | 2014-02-21 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android builds, even though it is a 'Linux'. | |||||
| * | | | | | | | | Merge pull request #2129 from arrbee/rb/c89-or-c99 | Vicent Marti | 2014-02-21 | 14 | -53/+71 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Improve C89 compatibility and clarify use of C99 features | |||||
| | * | | | | | | | Address PR comments | Russell Belfer | 2014-02-20 | 10 | -29/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make GIT_INLINE an internal definition so it cannot be used in public headers * Fix language in CONTRIBUTING * Make index caps API use signed instead of unsigned values | |||||
| | * | | | | | | | Clarify C compatibility policy | Russell Belfer | 2014-02-20 | 3 | -21/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and a couple of other minor doc fixups. | |||||
| | * | | | | | | | Make git_oid_equal a non-inline API | Russell Belfer | 2014-02-20 | 2 | -4/+6 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2124 from libgit2/better-shallow-errors | Vicent Marti | 2014-02-19 | 2 | -2/+11 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | Improve error propagation in shallow call | |||||
| | * | | | | | | Readability | Ben Straub | 2014-02-18 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Improve error propagation in shallow call | Ben Straub | 2014-02-18 | 2 | -4/+11 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2121 from bk2204/ewouldblock | Vicent Marti | 2014-02-18 | 2 | -1/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Check for EWOULDBLOCK as well as EAGAIN on write. | |||||
| | * | | | | | | Check for EWOULDBLOCK as well as EAGAIN on write. | brian m. carlson | 2014-02-16 | 2 | -1/+10 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some systems, notably HP PA-RISC systems running Linux or HP-UX, EWOULDBLOCK and EAGAIN are not the same value. POSIX (and these OSes) allow EWOULDBLOCK to occur on write(2) (and send(2), etc.), so check explicitly for this case as well as EAGAIN by defining and using a macro GIT_ISBLOCKED that considers both. The macro is necessary because MSYS does not provide EWOULDBLOCK and compilation fails if an attempt is made to use it unconditionally. On most systems, where the two values are the same, the compiler will simply optimize this check out and it will have no effect. | |||||
| * | | | | | | Merge pull request #2115 from ethomson/crlf_redux | Edward Thomson | 2014-02-11 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix filter test for CRLF->LF issues | |||||
| | * | | | | | | Fix filter test for CRLF->LF issues | Edward Thomson | 2014-02-11 | 1 | -1/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2114 from ethomson/crlf_redux | Vicent Marti | 2014-02-12 | 1 | -17/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Never convert CRLF->LF | |||||
| | * | | | | | | Never convert CRLF->LF | Edward Thomson | 2014-02-11 | 1 | -17/+4 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Core git performs no conversion on systems that use LF, emulate that. | |||||
| * | | | | | | Merge pull request #2110 from libgit2/ed/crlf_input | Russell Belfer | 2014-02-11 | 5 | -26/+248 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Handle `core.autocrlf=input` when checking out | |||||
| | * | | | | | | core.autocrlf=input w/ text=auto attr to workdir | Edward Thomson | 2014-02-09 | 1 | -1/+7 | |
| | | | | | | | | ||||||
| | * | | | | | | Tests for crlf filtering into the repository | Edward Thomson | 2014-02-09 | 1 | -0/+136 | |
| | | | | | | | | ||||||
| | * | | | | | | Tests for core.autocrlf and .gitattributes | Edward Thomson | 2014-02-09 | 3 | -25/+104 | |
| | | | | | | | | ||||||
| | * | | | | | | Close files on file diff failure | Edward Thomson | 2014-02-09 | 1 | -0/+1 | |
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Not closing the files on a diff failure ensures that clar cleanup will fail on win32 because we still have the file open. | |||||
| * | | | | | | Merge pull request #2111 from libgit2/cmn/cond-fixups | Russell Belfer | 2014-02-10 | 4 | -23/+25 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Conditional ref update fixups | |||||
| | * | | | | | refs: move current_id before the reflog parameters | Carlos Martín Nieto | 2014-02-10 | 3 | -16/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep the reflog parameters as the last two, as they're the optional parameters. | |||||
| | * | | | | | refs: conditional wording fixups | Carlos Martín Nieto | 2014-02-10 | 2 | -11/+13 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This addresses arrbee's concerns about wording in the conditional reference udpate functions. | |||||
| * | | | | | Merge pull request #2107 from rocky-luo/examples-diff-numstat | Ben Straub | 2014-02-09 | 1 | -8/+38 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | add example for diff with --numstat | |||||
| | * | | | | | replace 'out' with 'patch',replace the literal tabs with '\t'. | rocky-luo | 2014-02-09 | 1 | -6/+6 | |
| | | | | | | | ||||||
| | * | | | | | add example for diff with --numstat | rocky-luo | 2014-02-08 | 1 | -8/+38 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #2056 from libgit2/rb/commit-amend | Ben Straub | 2014-02-07 | 5 | -76/+314 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add git_commit_amend API | |||||
| | * | | | | | Add git_commit_amend API | Russell Belfer | 2014-02-07 | 5 | -76/+314 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an API to amend an existing commit, basically a shorthand for creating a new commit filling in missing parameters from the values of an existing commit. As part of this, I also added a new "sys" API to create a commit using a callback to get the parents. This allowed me to rewrite all the other commit creation APIs so that temporary allocations are no longer needed. | |||||
| * | | | | | Merge pull request #2099 from libgit2/bs/more-reflog-stuff | Russell Belfer | 2014-02-07 | 40 | -130/+472 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | More reflogness | |||||
| | * | | | | | Correct default reflog message for git_remote_fetch | Ben Straub | 2014-02-06 | 3 | -2/+42 | |
| | | | | | | | ||||||
| | * | | | | | Fix terrible indentation | Ben Straub | 2014-02-06 | 2 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Only run clone-failure test on private repo | Ben Straub | 2014-02-05 | 2 | -2/+8 | |
| | | | | | | | ||||||
| | * | | | | | More merge.conflictstyle fixes | Ben Straub | 2014-02-05 | 1 | -0/+7 | |
| | | | | | | | ||||||
| | * | | | | | Avoid crash when skipping remote test | Ben Straub | 2014-02-05 | 1 | -2/+4 | |
| | | | | | | | ||||||
| | * | | | | | Fix broken clone test | Ben Straub | 2014-02-05 | 1 | -12/+4 | |
| | | | | | | | ||||||
| | * | | | | | Prevent user's merge.conflictstyle from breaking tests | Ben Straub | 2014-02-05 | 3 | -0/+21 | |
| | | | | | | | ||||||
| | * | | | | | Fix a few references to changed function signatures | Ben Straub | 2014-02-05 | 2 | -4/+4 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuff | Ben Straub | 2014-02-05 | 11 | -96/+548 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Add reflog params to git_repository_detach_head | Ben Straub | 2014-02-04 | 8 | -16/+44 | |
| | | | | | | | | ||||||
| | * | | | | | | Add reflog parameters to remote apis | Ben Straub | 2014-02-04 | 8 | -22/+101 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Also added a test for git_remote_fetch. | |||||
| | * | | | | | | Add reflog parameters to git_push_update_tips | Ben Straub | 2014-02-04 | 3 | -4/+29 | |
| | | | | | | | | ||||||
| | * | | | | | | Fix reflog message when creating commits | Ben Straub | 2014-02-04 | 2 | -3/+35 | |
| | | | | | | | | ||||||
| | * | | | | | | Add reset tests for reflog | Ben Straub | 2014-02-03 | 6 | -1/+101 | |
| | | | | | | | |