aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* compat/pread.c: Add a forward declaration to fix a warningSteffen Prohaska2008-06-26
* Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska2008-06-26
* Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt2008-06-26
* Windows: Make 'git help -a' work.Johannes Sixt2008-06-26
* Windows: Work around an oddity when a pipe with no reader is written to.Johannes Sixt2008-06-26
* Windows: Make the pager work.Johannes Sixt2008-06-26
* When installing, be prepared that template_dir may be relative.Johannes Sixt2008-06-26
* Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt2008-06-26
* Windows: Compute the fallback for exec_path from the program invocation.Johannes Sixt2008-06-26
* Turn builtin_exec_path into a function.Johannes Sixt2008-06-26
* Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2008-06-26
* Windows: Add a custom implementation for utime().Johannes Sixt2008-06-26
* Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen2008-06-26
* Windows: Implement a custom spawnve().Johannes Sixt2008-06-26
* Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt2008-06-26
* Windows: Work around incompatible sort and find.Johannes Sixt2008-06-26
* 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