aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Windows: Implement asynchronous functions as threads.Johannes Sixt2008-06-26
* Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2008-06-26
* Windows: A rudimentary poll() emulation.Johannes Sixt2008-06-26
* Windows: Implement start_command().Johannes Sixt2008-06-23
* Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt2008-06-23
* Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt2008-06-23
* Windows: Implement setitimer() and sigaction().Johannes Sixt2008-06-23
* Windows: Fix PRIuMAX definition.Johannes Sixt2008-06-23
* Windows: Implement gettimeofday().Johannes Sixt2008-06-23
* Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt2008-06-23
* Windows: Work around misbehaved rename().Johannes Sixt2008-06-23
* Windows: always chmod(, 0666) before unlink().Johannes Schindelin2008-06-23
* Windows: A minimal implemention of getpwuid().Johannes Sixt2008-06-23
* Windows: Implement a wrapper of the open() function.Johannes Sixt2008-06-23
* Windows: Strip ".exe" from the program name.Johannes Sixt2008-06-23
* Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt2008-06-23
* Windows: Treat Windows style path names.Johannes Sixt2008-06-23
* setup.c: Prepare for Windows directory separators.Johannes Sixt2008-06-23
* Windows: Use the Windows style PATH separator ';'.Johannes Sixt2008-06-22
* Add target architecture MinGW.Johannes Sixt2008-06-22
* Compile some programs only conditionally.Johannes Sixt2008-06-22
* Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt2008-06-22
* GIT 1.5.6v1.5.6Junio C Hamano2008-06-18
* clean up error conventions of remote.c:match_explicitJeff King2008-06-18
* Fix approxidate("never") to always return 0Olivier Marin2008-06-17
* git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery2008-06-17
* builtin-rerere: fix a small leakJunio C Hamano2008-06-17
* gitweb: remove unused parse_ref methodLea Wiemann2008-06-17
* gitweb: quote commands properly when calling the shellLea Wiemann2008-06-17
* sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-16
* create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano2008-06-16
* write_loose_object: don't bother trying to read an old objectLinus Torvalds2008-06-16
* path-list documentation: document all functions and data structuresMiklos Vajna2008-06-16
* run-command documentation: fix "memset()" parameterMiklos Vajna2008-06-16
* Merge branch 'maint'Junio C Hamano2008-06-16
|\
| * diff.c: fix emit_line() again not to add extra lineJunio C Hamano2008-06-16
* | Merge branch 'maint'Junio C Hamano2008-06-16
|\ \ | |/
| * diff: reset color before printing newlineSZEDER Gábor2008-06-16
* | Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-15
* | Update RPM spec to drop curl executable requirementJunio C Hamano2008-06-15
* | The "curl" executable is no longer requiredJohan Herland2008-06-15
* | Makefile: update check-docs targetJunio C Hamano2008-06-15
* | Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland2008-06-15
* | cpio is no longer used by git-cloneJohan Herland2008-06-15
* | Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder2008-06-15
* | GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano2008-06-14
* | Simplify and rename find_sha1_file()Linus Torvalds2008-06-14
* | Make loose object file reading more carefulLinus Torvalds2008-06-14
* | Avoid cross-directory renames and linking on object creationLinus Torvalds2008-06-14
* | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-14