summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix apply --recount handling of no-EOL lineThomas Rast2008-07-056-1/+29
* Merge branch 'maint'Junio C Hamano2008-07-046-23/+31
|\
| * GIT 1.5.6.2v1.5.6.2Junio C Hamano2008-07-042-11/+21
| * Fix executable bits in t/ scriptsJunio C Hamano2008-07-042-0/+0
| * Work around gcc warnings from curl headersJunio C Hamano2008-07-042-12/+10
* | t4127-apply-same-fn: Avoid sed -iJohannes Sixt2008-07-041-11/+16
* | fast-export --export-marks: fix off by one errorJunio C Hamano2008-07-032-9/+6
* | git-send-email: Do not attempt to STARTTLS more than onceThomas Rast2008-07-021-0/+1
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-0226-80/+7633
|\ \
| * | compat/pread.c: Add a forward declaration to fix a warningSteffen Prohaska2008-06-261-0/+6
| * | Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska2008-06-261-0/+4
| * | Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt2008-06-262-0/+16
| * | Windows: Make 'git help -a' work.Johannes Sixt2008-06-261-5/+28
| * | Windows: Work around an oddity when a pipe with no reader is written to.Johannes Sixt2008-06-261-1/+6
| * | Windows: Make the pager work.Johannes Sixt2008-06-261-2/+38
| * | When installing, be prepared that template_dir may be relative.Johannes Sixt2008-06-262-5/+12
| * | Windows: Use a relative default template_dir and ETC_GITCONFIGJohannes Sixt2008-06-261-0/+2
| * | Windows: Compute the fallback for exec_path from the program invocation.Johannes Sixt2008-06-261-0/+29
| * | Turn builtin_exec_path into a function.Johannes Sixt2008-06-261-3/+7
| * | Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt2008-06-262-13/+41
| * | Windows: Add a custom implementation for utime().Johannes Sixt2008-06-262-0/+30
| * | Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen2008-06-262-1/+141
| * | Windows: Implement a custom spawnve().Johannes Sixt2008-06-263-7/+199
| * | Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt2008-06-262-0/+55
| * | Windows: Work around incompatible sort and find.Johannes Sixt2008-06-261-0/+13
| * | Windows: Implement asynchronous functions as threads.Johannes Sixt2008-06-263-1/+35
| * | Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2008-06-262-2/+3
| * | Windows: A rudimentary poll() emulation.Johannes Sixt2008-06-261-1/+56
| * | Windows: Implement start_command().Johannes Sixt2008-06-233-14/+153
| * | Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt2008-06-232-4/+46
| * | Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt2008-06-232-0/+187
| * | Windows: Implement setitimer() and sigaction().Johannes Sixt2008-06-232-2/+113
| * | 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
* | | Merge branch 'maint'Junio C Hamano2008-07-022-1/+3
|\ \ \ | | |/ | |/|
| * | Merge branch 'js/maint-clone-insteadof' into maintJunio C Hamano2008-07-021-1/+9
| |\ \
| * \ \ Merge branch 'jk/maint-fetch-ref-hier' into maintJunio C Hamano2008-07-021-16/+35
| |\ \ \