Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into gsoc-pushfeatures/push_old | Michael Schubert | 2012-10-24 | 11 | -244/+497 |
|\ | |||||
| * | Merge pull request #1012 from carlosmn/libcrypto-sha | Vicent Martí | 2012-10-23 | 2 | -0/+7 |
| |\ | |||||
| | * | Use libcrypto's SHA-1 implementation when linking to it | Carlos Martín Nieto | 2012-10-23 | 2 | -0/+7 |
| * | | Add config level support in the config API | yorah | 2012-10-23 | 7 | -237/+397 |
| * | | Fix adding variable to config file with no trailing newline | yorah | 2012-10-23 | 1 | -0/+4 |
| * | | Merge pull request #963 from carlosmn/remote-save-autotag | Vicent Martí | 2012-10-22 | 1 | -0/+39 |
| |\ \ | |||||
| | * | | remote: don't auto-follow tags on an unamed remote | Carlos Martín Nieto | 2012-10-02 | 1 | -0/+5 |
| | * | | remote: set/unset the autotag setting on save | Carlos Martín Nieto | 2012-10-02 | 1 | -0/+34 |
| * | | | Merge pull request #1004 from nulltoken/error/GIT_EORPHANEDHEAD | Vicent Martí | 2012-10-22 | 1 | -6/+40 |
| |\ \ \ | |||||
| | * | | | reset: make git_reset() cope with an orphaned HEAD | nulltoken | 2012-10-22 | 1 | -6/+40 |
| * | | | | blob: do not create temp files in the current path | nulltoken | 2012-10-22 | 1 | -1/+10 |
| |/ / / | |||||
* | | | | push: cleanup | Michael Schubert | 2012-10-24 | 1 | -17/+11 |
* | | | | push: deny non-fast-forward pushes | Michael Schubert | 2012-10-24 | 1 | -4/+19 |
* | | | | http: keep asking for credentials | Michael Schubert | 2012-10-24 | 1 | -1/+7 |
* | | | | push: add report-status capability | Michael Schubert | 2012-10-24 | 4 | -10/+282 |
* | | | | Merge remote-tracking branch 'congyiwu/push_msvc' into gsoc-push | Michael Schubert | 2012-10-21 | 2 | -61/+61 |
|\ \ \ \ | |||||
| * | | | | Fixed WinHttp for push and fixed FormatMessage for WinHttp errors. | Congyi Wu | 2012-10-18 | 2 | -57/+56 |
| * | | | | build fixes for MSVC | Congyi Wu | 2012-10-15 | 1 | -1/+3 |
| * | | | | gsoc-push WIP | Michael Schubert | 2012-10-11 | 5 | -13/+497 |
| * | | | | http: add support for basic authentication | Michael Schubert | 2012-10-11 | 3 | -9/+135 |
| * | | | | netops: strip username from host | Michael Schubert | 2012-10-11 | 1 | -1/+3 |
| * | | | | object: add git_object_oid2type | Michael Schubert | 2012-10-11 | 1 | -0/+13 |
| * | | | | Move GIT_OID_HEX_ZERO to common.h | Michael Schubert | 2012-10-11 | 2 | -2/+2 |
* | | | | | gsoc-push WIP | Michael Schubert | 2012-10-21 | 5 | -13/+535 |
* | | | | | http: add support for basic authentication | Michael Schubert | 2012-10-20 | 3 | -10/+135 |
* | | | | | netops: strip username from host | Michael Schubert | 2012-10-20 | 1 | -1/+3 |
* | | | | | object: add git_object_oid2type | Michael Schubert | 2012-10-20 | 1 | -0/+13 |
* | | | | | Move GIT_OID_HEX_ZERO to common.h | Michael Schubert | 2012-10-20 | 2 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #1003 from arrbee/fix-test-core-env | Philip Kelley | 2012-10-19 | 1 | -30/+25 |
|\ \ \ \ | |||||
| * | | | | Fix env variable tests with new Win32 path rules | Russell Belfer | 2012-10-19 | 1 | -30/+25 |
* | | | | | errors: deploy GIT_EORPHANEDHEAD usage | nulltoken | 2012-10-19 | 3 | -12/+22 |
* | | | | | branch: allow deletion of branch when HEAD's missing | nulltoken | 2012-10-19 | 1 | -1/+7 |
|/ / / / | |||||
* | | | | diff: workdir diffing in a bare repo returns EBAREREPO | nulltoken | 2012-10-18 | 1 | -6/+10 |
* | | | | revparse: properly handle refnames containing a @ | nulltoken | 2012-10-18 | 1 | -10/+14 |
* | | | | fetch: declare variables at the top of the block | Carlos Martín Nieto | 2012-10-18 | 1 | -1/+2 |
* | | | | remote: support fetch cancelation | Carlos Martín Nieto | 2012-10-18 | 3 | -5/+35 |
| |_|/ |/| | | |||||
* | | | Merge pull request #968 from arrbee/diff-support-typechange | Russell Belfer | 2012-10-17 | 13 | -161/+365 |
|\ \ \ | |||||
| * | | | Fix minor bugs | Russell Belfer | 2012-10-17 | 2 | -7/+5 |
| * | | | Skip submodule checkout pass if no submodules | Russell Belfer | 2012-10-17 | 1 | -2/+7 |
| * | | | Add complex checkout test and then fix checkout | Russell Belfer | 2012-10-09 | 12 | -138/+324 |
| * | | | Cleanup TYPECHANGE support | Russell Belfer | 2012-10-09 | 1 | -37/+40 |
| * | | | Fix checkout to know about TYPECHANGE diffs | Russell Belfer | 2012-10-09 | 1 | -1/+3 |
| * | | | Introduce status/diff TYPECHANGE flags | Russell Belfer | 2012-10-09 | 2 | -14/+26 |
| * | | | Improve error propogation in checkout | Russell Belfer | 2012-10-09 | 1 | -24/+22 |
* | | | | Merge pull request #972 from PaulThompson/separate_strarray | Ben Straub | 2012-10-17 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Separated git_strarray from common.h. Added doxy comments. | Paul Thompson | 2012-10-11 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Incremental improvements to pack-objects logic | Philip Kelley | 2012-10-17 | 3 | -92/+95 |
* | | | | Merge pull request #987 from pwkelley/pthread_cond | Vicent Martí | 2012-10-16 | 2 | -0/+72 |
|\ \ \ \ | |||||
| * | | | | Support pthread_cond_* on Win32 | Philip Kelley | 2012-10-16 | 2 | -0/+72 |
* | | | | | test: Don't be so picky with failed lookups | Vicent Marti | 2012-10-16 | 1 | -3/+3 |
|/ / / / |