summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix PRIuMAX definition.Johannes Sixt2008-06-231-0/+1
* Windows: Implement gettimeofday().Johannes Sixt2008-06-231-1/+14
* Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt2008-06-232-5/+9
* Windows: Work around misbehaved rename().Johannes Sixt2008-06-232-0/+28
* Windows: always chmod(, 0666) before unlink().Johannes Schindelin2008-06-231-0/+8
* Windows: A minimal implemention of getpwuid().Johannes Sixt2008-06-231-0/+8
* Windows: Implement a wrapper of the open() function.Johannes Sixt2008-06-232-0/+23
* Windows: Strip ".exe" from the program name.Johannes Sixt2008-06-233-3/+21
* Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt2008-06-231-4/+8
* Windows: Treat Windows style path names.Johannes Sixt2008-06-235-15/+67
* setup.c: Prepare for Windows directory separators.Johannes Sixt2008-06-231-8/+5
* Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-225-5/+15
* Add target architecture MinGW.Johannes Sixt2008-06-225-7/+244
* Compile some programs only conditionally.Johannes Sixt2008-06-221-2/+4
* Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt2008-06-224-0/+5989
* GIT 1.5.6v1.5.6Junio C Hamano2008-06-183-7/+9
* clean up error conventions of remote.c:match_explicitJeff King2008-06-182-22/+20
* Fix approxidate("never") to always return 0Olivier Marin2008-06-171-4/+2
* git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery2008-06-171-1/+1
* builtin-rerere: fix a small leakJunio C Hamano2008-06-171-1/+1
* gitweb: remove unused parse_ref methodLea Wiemann2008-06-171-43/+0
* gitweb: quote commands properly when calling the shellLea Wiemann2008-06-171-10/+14
* sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-162-9/+1
* create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano2008-06-161-2/+2
* write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-161-14/+0
* path-list documentation: document all functions and data structuresMiklos Vajna2008-06-161-4/+121
* run-command documentation: fix "memset()" parameterMiklos Vajna2008-06-161-2/+2
* Merge branch 'maint'Junio C Hamano2008-06-161-2/+4
|\
| * diff.c: fix emit_line() again not to add extra lineJunio C Hamano2008-06-161-2/+4
* | Merge branch 'maint'Junio C Hamano2008-06-161-0/+4
|\ \ | |/
| * diff: reset color before printing newlineSZEDER Gábor2008-06-161-0/+4
* | Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-152-0/+17
* | Update RPM spec to drop curl executable requirementJunio C Hamano2008-06-151-1/+4
* | The "curl" executable is no longer requiredJohan Herland2008-06-151-4/+4
* | Makefile: update check-docs targetJunio C Hamano2008-06-151-0/+8
* | Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland2008-06-154-5/+5
* | cpio is no longer used by git-cloneJohan Herland2008-06-151-3/+0
* | Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder2008-06-151-2/+4
* | GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano2008-06-141-1/+1
* | Simplify and rename find_sha1_file()Linus Torvalds2008-06-141-10/+8
* | Make loose object file reading more carefulLinus Torvalds2008-06-141-26/+44
* | Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-141-41/+42
* | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-141-1/+1
* | Don't allocate too much memory in quote_ref_urlMike Hommey2008-06-141-1/+1
* | gitweb: Make it work with $GIT containing spacesJakub Narebski2008-06-141-1/+1
* | completion: add more 'git add' optionsSZEDER Gábor2008-06-141-1/+4
* | git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor2008-06-142-4/+7
* | Merge branch 'rs/attr'Junio C Hamano2008-06-143-22/+61
|\ \
| * | Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-093-22/+61
* | | git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun2008-06-141-1/+15