| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reload config in git_submodule_lookup() if not foundrefresh-submodule-on-lookup | Justin Spahr-Summers | 2014-02-18 | 1 | -2/+9 |
| * | Check for EWOULDBLOCK as well as EAGAIN on write. | brian m. carlson | 2014-02-16 | 2 | -1/+10 |
| * | Never convert CRLF->LF | Edward Thomson | 2014-02-11 | 1 | -17/+4 |
| * | Merge pull request #2110 from libgit2/ed/crlf_input | Russell Belfer | 2014-02-11 | 1 | -1/+7 |
| |\ | |||||
| | * | core.autocrlf=input w/ text=auto attr to workdir | Edward Thomson | 2014-02-09 | 1 | -1/+7 |
| * | | refs: move current_id before the reflog parameters | Carlos Martín Nieto | 2014-02-10 | 1 | -8/+8 |
| * | | refs: conditional wording fixups | Carlos Martín Nieto | 2014-02-10 | 1 | -3/+2 |
| |/ | |||||
| * | Add git_commit_amend API | Russell Belfer | 2014-02-07 | 2 | -66/+163 |
| * | Merge pull request #2099 from libgit2/bs/more-reflog-stuff | Russell Belfer | 2014-02-07 | 7 | -17/+77 |
| |\ | |||||
| | * | Correct default reflog message for git_remote_fetch | Ben Straub | 2014-02-06 | 1 | -1/+12 |
| | * | Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuff | Ben Straub | 2014-02-05 | 7 | -81/+85 |
| | |\ | |||||
| | * | | Add reflog params to git_repository_detach_head | Ben Straub | 2014-02-04 | 1 | -2/+5 |
| | * | | Add reflog parameters to remote apis | Ben Straub | 2014-02-04 | 2 | -8/+20 |
| | * | | Add reflog parameters to git_push_update_tips | Ben Straub | 2014-02-04 | 1 | -2/+7 |
| | * | | Fix reflog message when creating commits | Ben Straub | 2014-02-04 | 1 | -2/+21 |
| | * | | Add reset tests for reflog | Ben Straub | 2014-02-03 | 1 | -1/+3 |
| | * | | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 1 | -2/+10 |
| * | | | Merge pull request #2042 from libgit2/cmn/conditional-ref | Russell Belfer | 2014-02-07 | 4 | -46/+172 |
| |\ \ \ | |||||
| | * | | | refs: add an unconditional delete | Carlos Martín Nieto | 2014-02-05 | 1 | -0/+11 |
| | * | | | refs: catch cases where the ref type has changed | Carlos Martín Nieto | 2014-02-05 | 1 | -3/+15 |
| | * | | | refs: check the ref's old value when deleting | Carlos Martín Nieto | 2014-02-05 | 1 | -1/+9 |
| | * | | | refs: placeholder conditional delete | Carlos Martín Nieto | 2014-02-05 | 4 | -26/+48 |
| | * | | | refs: factor out old value comparison | Carlos Martín Nieto | 2014-02-05 | 1 | -14/+26 |
| | * | | | refs: bring conditional symbolic updates to the frontend | Carlos Martín Nieto | 2014-02-05 | 1 | -5/+18 |
| | * | | | refdb: add conditional symbolic updates | Carlos Martín Nieto | 2014-02-05 | 4 | -24/+26 |
| | * | | | refs: fix leak on successful update | Carlos Martín Nieto | 2014-02-05 | 1 | -7/+7 |
| | * | | | refs: return GIT_EMODIFIED if the ref target moved | Carlos Martín Nieto | 2014-02-05 | 1 | -2/+4 |
| | * | | | refs: changes from feedback | Carlos Martín Nieto | 2014-02-05 | 1 | -27/+17 |
| | * | | | refs: conditional ref updates | Carlos Martín Nieto | 2014-02-05 | 4 | -20/+74 |
| * | | | | Fix some Windows warnings | Russell Belfer | 2014-02-07 | 4 | -20/+19 |
| * | | | | Merge pull request #2100 from libgit2/rb/update-pqueue | Vicent Marti | 2014-02-07 | 12 | -247/+173 |
| |\ \ \ \ | |||||
| | * | | | | Avoid extra copying in pqueue operations | Russell Belfer | 2014-02-04 | 2 | -20/+25 |
| | * | | | | Fix typo setting sorted flag when reloading index | Russell Belfer | 2014-02-04 | 1 | -2/+4 |
| | * | | | | Convert pqueue to just be a git_vector | Russell Belfer | 2014-02-04 | 8 | -71/+74 |
| | * | | | | Replace pqueue with code from hashsig heap | Russell Belfer | 2014-02-03 | 8 | -226/+142 |
| * | | | | | Remove unused utf8 -> utf16 conversion code | Edward Thomson | 2014-02-05 | 1 | -62/+0 |
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #2094 from libgit2/cmn/push-non-commit | Russell Belfer | 2014-02-05 | 2 | -32/+43 |
| |\ \ \ \ | |||||
| | * | | | | revparse: do look at all refs when matching text | Carlos Martín Nieto | 2014-02-05 | 1 | -2/+1 |
| | * | | | | revwalk: remove usage of foreach | Carlos Martín Nieto | 2014-02-05 | 1 | -11/+14 |
| | * | | | | revwalk: ignore wrong object type in glob pushes | Carlos Martín Nieto | 2014-02-05 | 1 | -12/+16 |
| | * | | | | revwalk: accept committish objects | Carlos Martín Nieto | 2014-02-05 | 1 | -8/+13 |
| | | |/ / | |/| | | |||||
| * | | | | Split p_strlen into its own header | Carlos Martín Nieto | 2014-02-05 | 3 | -13/+25 |
| * | | | | utils: don't reimplement strnlen | Carlos Martín Nieto | 2014-02-05 | 1 | -2/+2 |
| * | | | | commit: faster parsing | Carlos Martín Nieto | 2014-02-05 | 1 | -28/+12 |
| |/ / / | |||||
| * | | | Remove unused pointer assignment | Edward Thomson | 2014-02-03 | 1 | -1/+1 |
| * | | | Merge wd validation tests against index not HEAD | Edward Thomson | 2014-02-03 | 1 | -6/+3 |
| | |/ |/| | |||||
| * | | Merge pull request #2095 from libgit2/update-head-reflog | Vicent Marti | 2014-02-03 | 1 | -1/+7 |
| |\ \ | |||||
| | * | | Check for errors when dereferencing symbolic refs | Ben Straub | 2014-02-01 | 1 | -2/+6 |
| | * | | Reflog: correct "new" id for reattaching HEAD | Ben Straub | 2014-02-01 | 1 | -1/+3 |
| | |/ | |||||
| * | | Add `git_reference_is_note`. | Arthur Schreiber | 2014-02-02 | 1 | -0/+11 |
| |/ | |||||
