summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into gsoc-pushfeatures/push_oldMichael Schubert2012-10-2411-244/+497
|\
| * Merge pull request #1012 from carlosmn/libcrypto-shaVicent Martí2012-10-232-0/+7
| |\
| | * Use libcrypto's SHA-1 implementation when linking to itCarlos Martín Nieto2012-10-232-0/+7
| * | Add config level support in the config APIyorah2012-10-237-237/+397
| * | Fix adding variable to config file with no trailing newlineyorah2012-10-231-0/+4
| * | Merge pull request #963 from carlosmn/remote-save-autotagVicent Martí2012-10-221-0/+39
| |\ \
| | * | remote: don't auto-follow tags on an unamed remoteCarlos Martín Nieto2012-10-021-0/+5
| | * | remote: set/unset the autotag setting on saveCarlos Martín Nieto2012-10-021-0/+34
| * | | Merge pull request #1004 from nulltoken/error/GIT_EORPHANEDHEADVicent Martí2012-10-221-6/+40
| |\ \ \
| | * | | reset: make git_reset() cope with an orphaned HEADnulltoken2012-10-221-6/+40
| * | | | blob: do not create temp files in the current pathnulltoken2012-10-221-1/+10
| |/ / /
* | | | push: cleanupMichael Schubert2012-10-241-17/+11
* | | | push: deny non-fast-forward pushesMichael Schubert2012-10-241-4/+19
* | | | http: keep asking for credentialsMichael Schubert2012-10-241-1/+7
* | | | push: add report-status capabilityMichael Schubert2012-10-244-10/+282
* | | | Merge remote-tracking branch 'congyiwu/push_msvc' into gsoc-pushMichael Schubert2012-10-212-61/+61
|\ \ \ \
| * | | | Fixed WinHttp for push and fixed FormatMessage for WinHttp errors.Congyi Wu2012-10-182-57/+56
| * | | | build fixes for MSVCCongyi Wu2012-10-151-1/+3
| * | | | gsoc-push WIPMichael Schubert2012-10-115-13/+497
| * | | | http: add support for basic authenticationMichael Schubert2012-10-113-9/+135
| * | | | netops: strip username from hostMichael Schubert2012-10-111-1/+3
| * | | | object: add git_object_oid2typeMichael Schubert2012-10-111-0/+13
| * | | | Move GIT_OID_HEX_ZERO to common.hMichael Schubert2012-10-112-2/+2
* | | | | gsoc-push WIPMichael Schubert2012-10-215-13/+535
* | | | | http: add support for basic authenticationMichael Schubert2012-10-203-10/+135
* | | | | netops: strip username from hostMichael Schubert2012-10-201-1/+3
* | | | | object: add git_object_oid2typeMichael Schubert2012-10-201-0/+13
* | | | | Move GIT_OID_HEX_ZERO to common.hMichael Schubert2012-10-202-2/+2
| |/ / / |/| | |
* | | | Merge pull request #1003 from arrbee/fix-test-core-envPhilip Kelley2012-10-191-30/+25
|\ \ \ \
| * | | | Fix env variable tests with new Win32 path rulesRussell Belfer2012-10-191-30/+25
* | | | | errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-193-12/+22
* | | | | branch: allow deletion of branch when HEAD's missingnulltoken2012-10-191-1/+7
|/ / / /
* | | | diff: workdir diffing in a bare repo returns EBAREREPOnulltoken2012-10-181-6/+10
* | | | revparse: properly handle refnames containing a @nulltoken2012-10-181-10/+14
* | | | fetch: declare variables at the top of the blockCarlos Martín Nieto2012-10-181-1/+2
* | | | remote: support fetch cancelationCarlos Martín Nieto2012-10-183-5/+35
| |_|/ |/| |
* | | Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-1713-161/+365
|\ \ \
| * | | Fix minor bugsRussell Belfer2012-10-172-7/+5
| * | | Skip submodule checkout pass if no submodulesRussell Belfer2012-10-171-2/+7
| * | | Add complex checkout test and then fix checkoutRussell Belfer2012-10-0912-138/+324
| * | | Cleanup TYPECHANGE supportRussell Belfer2012-10-091-37/+40
| * | | Fix checkout to know about TYPECHANGE diffsRussell Belfer2012-10-091-1/+3
| * | | Introduce status/diff TYPECHANGE flagsRussell Belfer2012-10-092-14/+26
| * | | Improve error propogation in checkoutRussell Belfer2012-10-091-24/+22
* | | | Merge pull request #972 from PaulThompson/separate_strarrayBen Straub2012-10-171-0/+1
|\ \ \ \
| * | | | Separated git_strarray from common.h. Added doxy comments.Paul Thompson2012-10-111-0/+1
| | |/ / | |/| |
* | | | Incremental improvements to pack-objects logicPhilip Kelley2012-10-173-92/+95
* | | | Merge pull request #987 from pwkelley/pthread_condVicent Martí2012-10-162-0/+72
|\ \ \ \
| * | | | Support pthread_cond_* on Win32Philip Kelley2012-10-162-0/+72
* | | | | test: Don't be so picky with failed lookupsVicent Marti2012-10-161-3/+3
|/ / / /