summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1298 from ben/user-atRussell Belfer2013-02-047-21/+140
|\
| * Address feedbackBen Straub2013-02-042-8/+12
| * Use malloc rather than callocBen Straub2013-02-011-1/+2
| * Introduce git__substrdupBen Straub2013-02-012-10/+14
| * Remove double-free segfaultsBen Straub2013-01-311-6/+6
| * WinHttp: use cred in url if providedBen Straub2013-01-311-3/+16
| * HTTP: use creds in url if availableBen Straub2013-01-312-0/+19
| * Enhance url parsing to include passwordsBen Straub2013-01-315-18/+66
| * Add user-from-url param to auth callbackBen Straub2013-01-312-2/+20
| * Stash username from url (but don't use it yet)Ben Straub2013-01-305-9/+17
| * Skip "user@" when finding hostname in urlBen Straub2013-01-301-2/+6
* | revparse: Lookup sha before branchnulltoken2013-02-031-6/+29
* | revparse: Lookup branch before described tagnulltoken2013-02-031-7/+7
* | Merge pull request #1303 from csware/win32_consistent_error_encodingVicent Martí2013-02-015-21/+68
|\ \
| * | Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth2013-02-025-47/+66
| * | Improved error handlingSven Strickroth2013-02-022-4/+19
| * | Get utf8_size from WideCharToMultiByte instead of guessing itSven Strickroth2013-02-012-6/+6
| * | Win32: Make sure error messages are consistently UTF-8 encodedSven Strickroth2013-02-012-11/+24
* | | Merge pull request #1299 from csware/support_local_msysgit_installVicent Martí2013-02-012-22/+30
|\ \ \
| * | | Stick to coding style: Move up bracesSven Strickroth2013-02-011-6/+3
| * | | Detect msysgit installation of users without admin rightsSven Strickroth2013-01-311-4/+7
| * | | Refactored: Move msysgit registry detection to it's own functionSven Strickroth2013-01-312-17/+25
| |/ /
* | | Try harder to find global config fileJameson Miller2013-02-011-6/+0
* | | Merge pull request #1286 from lznuaa/masterBen Straub2013-02-011-2/+4
|\ \ \
| * | | Fix fail clone local repo which head detatchedFrank Li2013-01-271-2/+4
* | | | refs: handle ALLOW_ONELEVEL normalization with leading slashCarlos Martín Nieto2013-01-311-0/+5
| |_|/ |/| |
* | | Add helper for diff line statsRussell Belfer2013-01-302-1/+40
* | | Merge pull request #1296 from arrbee/stricter-config-name-checksVicent Martí2013-01-293-62/+99
|\ \ \
| * | | Implement config key validation rulesRussell Belfer2013-01-293-62/+99
| |/ /
* | | Merge pull request #1295 from carlosmn/obsdVicent Martí2013-01-292-1/+36
|\ \ \
| * | | Fix p_realpath on OpenBSDCarlos Martín Nieto2013-01-292-1/+36
* | | | Merge pull request #1285 from phkelley/vectorRussell Belfer2013-01-2915-172/+207
|\ \ \ \
| * | | | Now with no multiplyPhilip Kelley2013-01-291-2/+2
| * | | | Vector improvements and their falloutPhilip Kelley2013-01-2715-172/+207
| | |_|/ | |/| |
* | | | Added git_treebuilder_entrycountJohn Wiegley2013-01-281-0/+6
| |_|/ |/| |
* | | Fix fail clone local repository because can't found objectFrank Li2013-01-271-2/+5
|/ /
* | Fix a mutex leak in pack.cPhilip Kelley2013-01-261-0/+1
|/
* Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
* Merge pull request #1279 from carlosmn/config-trailing-backslashVicent Martí2013-01-251-1/+8
|\
| * config: support trailing backslashesCarlos Martín Nieto2013-01-251-1/+8
* | clone: Prevent segfault upon faulted remote creationnulltoken2013-01-251-3/+6
|/
* Added git_branch_name().Sebastian Bauer2013-01-251-0/+21
* index: Speed up loading a tree into the indexScott J. Goldman2013-01-241-3/+8
* Merge pull request #1250 from jamill/push_update_tipsPhilip Kelley2013-01-241-0/+54
|\
| * Update remote tips on pushJameson Miller2013-01-221-0/+54
* | opts: Add getters tooVicent Marti2013-01-231-2/+10
* | Merge pull request #1271 from libgit2/global-settingsVicent Martí2013-01-222-16/+30
|\ \
| * | Global options setterVicent Marti2013-01-232-16/+30
* | | Merge pull request #1270 from libgit2/packed-peeled-objects-fixRussell Belfer2013-01-221-4/+8
|\ \ \
| * | | Allow peeled references without trailing newline at end of fileScott J. Goldman2013-01-221-4/+8