summaryrefslogtreecommitdiffstats
path: root/alias.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2-13/+41
2008-06-26Windows: Add a custom implementation for utime().Johannes Sixt2-0/+30
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen2-1/+141
2008-06-26Windows: Implement a custom spawnve().Johannes Sixt3-7/+199
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt2-0/+55
2008-06-26Windows: Work around incompatible sort and find.Johannes Sixt1-0/+13
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt3-1/+35
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2-2/+3
2008-06-26Windows: A rudimentary poll() emulation.Johannes Sixt1-1/+56
2008-06-23Windows: Implement start_command().Johannes Sixt3-14/+153
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt2-4/+46
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt2-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Johannes Sixt2-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Johannes Sixt1-0/+1
2008-06-23Windows: Implement gettimeofday().Johannes Sixt1-1/+14
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt2-5/+9
2008-06-23Windows: Work around misbehaved rename().Johannes Sixt2-0/+28
2008-06-23Windows: always chmod(, 0666) before unlink().Johannes Schindelin1-0/+8
2008-06-23Windows: A minimal implemention of getpwuid().Johannes Sixt1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Johannes Sixt2-0/+23
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt3-3/+21
2008-06-23Windows: Handle absolute paths in safe_create_leading_directories().Johannes Sixt1-4/+8
2008-06-23Windows: Treat Windows style path names.Johannes Sixt5-15/+67
2008-06-23setup.c: Prepare for Windows directory separators.Johannes Sixt1-8/+5
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt5-5/+15
2008-06-22Add target architecture MinGW.Johannes Sixt5-7/+244
2008-06-22Compile some programs only conditionally.Johannes Sixt1-2/+4
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt4-0/+5989
2008-06-18GIT 1.5.6v1.5.6Junio C Hamano3-7/+9
2008-06-18clean up error conventions of remote.c:match_explicitJeff King2-22/+20
2008-06-18Fix approxidate("never") to always return 0Olivier Marin1-4/+2
2008-06-18git-am: head -1 is obsolete and doesn't work on some new systemsAlejandro Mery1-1/+1
2008-06-18builtin-rerere: fix a small leakJunio C Hamano1-1/+1
2008-06-18gitweb: remove unused parse_ref methodLea Wiemann1-43/+0
2008-06-18gitweb: quote commands properly when calling the shellLea Wiemann1-10/+14
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano2-9/+1
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano1-2/+2
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds1-14/+0
2008-06-17path-list documentation: document all functions and data structuresMiklos Vajna1-4/+121
2008-06-17run-command documentation: fix "memset()" parameterMiklos Vajna1-2/+2
2008-06-17diff.c: fix emit_line() again not to add extra lineJunio C Hamano1-2/+4
2008-06-17diff: reset color before printing newlineSZEDER Gábor1-0/+4
2008-06-16Make git reflog expire honour core.sharedRepository.Pierre Habouzit2-0/+17
2008-06-15Update RPM spec to drop curl executable requirementJunio C Hamano1-1/+4
2008-06-15The "curl" executable is no longer requiredJohan Herland1-4/+4
2008-06-15Makefile: update check-docs targetJunio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland4-5/+5
2008-06-15cpio is no longer used by git-cloneJohan Herland1-3/+0
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder1-2/+4
2008-06-14GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano1-1/+1