summaryrefslogtreecommitdiff
path: root/src/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí2013-03-181-49/+160
|\
| * Fixes and cleanupsRussell Belfer2013-03-181-3/+3
| * Switch search paths to classic delimited stringsRussell Belfer2013-03-181-38/+88
| * Implement global/system file search pathsRussell Belfer2013-03-151-50/+111
* | Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
|/
* Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí2013-03-051-42/+80
|\
| * Make mode handling during init more like gitRussell Belfer2013-02-271-13/+6
| * Fix initialization of repo directoriesRussell Belfer2013-02-261-39/+84
* | Clone should not delete directories it did not createJameson Miller2013-03-011-0/+35
|/
* Portability fixes for SolarisPhilip Kelley2013-02-221-10/+28
* Try harder to find global config fileJameson Miller2013-02-011-6/+0
* Resolve crash with diff against empty fileRussell Belfer2013-01-081-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* More checkout improvementsRussell Belfer2013-01-041-6/+12
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-2/+2
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-3/+45
* Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-36/+100
* I LIKE THESE NAMESVicent Marti2012-10-311-4/+4
* Better naming for file timestamp/size checkerRussell Belfer2012-10-311-10/+20
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-5/+40
* Fix env variable tests with new Win32 path rulesRussell Belfer2012-10-191-30/+25
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-10/+15
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-10/+15
* | test: Don't be so picky with failed lookupsVicent Marti2012-10-161-3/+3
* | Move win32 specific stuff to win32/findfile.cSven Strickroth2012-10-021-145/+3
* | Optimized win32_nextpathSven Strickroth2012-10-021-42/+10
* | Silence MinGW warningsSven Strickroth2012-09-291-2/+2
* | 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
* | 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
|/
* Properly handle p_readsVicent Marti2012-09-111-1/+1
* Fix diff binary file detectionRussell Belfer2012-09-111-23/+9
* Implement filters for status/diff blobsRussell Belfer2012-09-061-22/+40
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-281-4/+5
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-21/+10
* Fix memory leak in cp_rRussell Belfer2012-08-241-0/+1
* Fix errors on Win32 with new repo initRussell Belfer2012-08-241-1/+1
* Some cleanup suggested during reviewRussell Belfer2012-08-221-17/+10
* fix missing validation and type cast warningRussell Belfer2012-08-221-1/+4
* Add template dir and set gid to repo initRussell Belfer2012-08-221-68/+270
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-0/+10
* Merge pull request #778 from ben/cloneVicent Martí2012-08-191-0/+11
|\
| * Checkout: obey core.symlinks.Ben Straub2012-07-171-0/+11
* | config: set the error code if we can't find the global/system configCarlos Martín Nieto2012-07-231-0/+4
|/
* refs: deep unfound ref returns ENOTFOUNDnulltoken2012-07-071-1/+1