summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | 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
|/ / / /
* | | | config: also free the XDG bufferCarlos Martín Nieto2012-10-161-0/+1
* | | | Merge pull request #952 from csware/config-locationsVicent Martí2012-10-166-79/+253
|\ \ \ \
| * | | | Move win32 specific stuff to win32/findfile.cSven Strickroth2012-10-023-145/+175
| * | | | Rename xdr to xdgSven Strickroth2012-10-023-14/+14
| * | | | Optimized win32_nextpathSven Strickroth2012-10-021-42/+10
| * | | | Silence MinGW warningsSven Strickroth2012-09-292-2/+3
| * | | | Added win32_ prefix for Win32-only methodsSven Strickroth2012-09-291-6/+6
| * | | | Make it compile with MinGW on WindowsSven Strickroth2012-09-291-19/+7
| * | | | Move code to find msysgit path using registry to own methodSven Strickroth2012-09-291-8/+14
| * | | | Find git installations based on %PATH%Sven Strickroth2012-09-291-0/+100
| * | | | Implemented the full msysgit fallback chainSven Strickroth2012-09-251-5/+14
| * | | | git_config_open_default: Honour xdr configSven Strickroth2012-09-251-0/+3
| * | | | Fixed missing methodSven Strickroth2012-09-251-0/+22
| * | | | Fixed typo: xdr config needs to have a lower priority than the global oneSven Strickroth2012-09-241-1/+1
| * | | | Correctly read xdr compatible %HOME%/.config/git/config config fileSven Strickroth2012-09-242-6/+20
| * | | | Automatically detect msysgit installation pathSven Strickroth2012-09-241-3/+27
| * | | | Calculate the Windows user profile directory the same way as msysgitSven Strickroth2012-09-241-1/+1
| * | | | Honor %HOME% on windowsSven Strickroth2012-09-241-2/+11