14814 Commits (bfdd9ffd2f7376ccb8b9d4c4e39e2e0fe97d6b37)
 

Author SHA1 Message Date
Johannes Sixt bfdd9ffd2f Windows: Make the pager work. 17 years ago
Johannes Sixt 0b50b860a5 When installing, be prepared that template_dir may be relative. 17 years ago
Johannes Sixt 8512439af2 Windows: Use a relative default template_dir and ETC_GITCONFIG 17 years ago
Johannes Sixt 6fad004a37 Windows: Compute the fallback for exec_path from the program invocation. 17 years ago
Johannes Sixt 4ec22a48c0 Turn builtin_exec_path into a function. 17 years ago
Johannes Sixt fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member. 17 years ago
Johannes Sixt 7c0ffa1cb7 Windows: Add a custom implementation for utime(). 17 years ago
Marius Storm-Olsen 5411bdc4e4 Windows: Add a new lstat and fstat implementation based on Win32 API. 17 years ago
Johannes Sixt 7e5d776854 Windows: Implement a custom spawnve(). 17 years ago
Johannes Sixt 746fb85744 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). 17 years ago
Johannes Sixt 87bddba992 Windows: Work around incompatible sort and find. 17 years ago
Johannes Sixt 618ebe9ff9 Windows: Implement asynchronous functions as threads. 17 years ago
Johannes Sixt be501813d2 Windows: Disambiguate DOS style paths from SSH URLs. 17 years ago
Johannes Sixt 6ed807f843 Windows: A rudimentary poll() emulation. 17 years ago
Johannes Sixt ba26f296f9 Windows: Implement start_command(). 17 years ago
Johannes Sixt 897bb8cb2c Windows: A pipe() replacement whose ends are not inherited to children. 17 years ago
Johannes Sixt f1a4dfb85a Windows: Wrap execve so that shell scripts can be invoked. 17 years ago
Johannes Sixt 6072fc314e Windows: Implement setitimer() and sigaction(). 17 years ago
Johannes Sixt 82f8d969f5 Windows: Fix PRIuMAX definition. 17 years ago
Johannes Sixt a42a0c2e71 Windows: Implement gettimeofday(). 17 years ago
Johannes Sixt bb5799d6ef Make my_mktime() public and rename it to tm_to_time_t() 17 years ago
Johannes Sixt ea9e98c3a5 Windows: Work around misbehaved rename(). 17 years ago
Johannes Schindelin 132a6e903f Windows: always chmod(, 0666) before unlink(). 17 years ago
Johannes Sixt f7597acac0 Windows: A minimal implemention of getpwuid(). 17 years ago
Johannes Sixt 3e4a1ba07b Windows: Implement a wrapper of the open() function. 17 years ago
Johannes Sixt 23326d14ed Windows: Strip ".exe" from the program name. 17 years ago
Johannes Sixt 8385abfda5 Windows: Handle absolute paths in safe_create_leading_directories(). 17 years ago
Johannes Sixt 25fe217b86 Windows: Treat Windows style path names. 17 years ago
Johannes Sixt 4cd148d83f setup.c: Prepare for Windows directory separators. 17 years ago
Johannes Sixt 80ba074f41 Windows: Use the Windows style PATH separator ';'. 17 years ago
Johannes Sixt f4626df51f Add target architecture MinGW. 17 years ago
Johannes Sixt 58eda02257 Compile some programs only conditionally. 17 years ago
Johannes Sixt f05951fe3f Add compat/regex.[ch] and compat/fnmatch.[ch]. 17 years ago
Junio C Hamano e449f10580 GIT 1.5.6 17 years ago
Jeff King 9a7bbd1dd1 clean up error conventions of remote.c:match_explicit 17 years ago
Olivier Marin 8c6b57860d Fix approxidate("never") to always return 0 17 years ago
Alejandro Mery 1d9b26562e git-am: head -1 is obsolete and doesn't work on some new systems 17 years ago
Junio C Hamano 1a8fb155cf builtin-rerere: fix a small leak 17 years ago
Lea Wiemann 61fb0b75d1 gitweb: remove unused parse_ref method 17 years ago
Lea Wiemann 516381d50b gitweb: quote commands properly when calling the shell 17 years ago
Junio C Hamano 79c6dca413 sha1_file.c: simplify parse_pack_index() 17 years ago
Junio C Hamano 3bfaf01857 create_tempfile: make sure that leading directories can be accessible by peers 17 years ago
Linus Torvalds 1421c5f274 write_loose_object: don't bother trying to read an old object 17 years ago
Miklos Vajna 328a4750b1 path-list documentation: document all functions and data structures 17 years ago
Miklos Vajna 9e18522328 run-command documentation: fix "memset()" parameter 17 years ago
Junio C Hamano 5f54de5bd0 Merge branch 'maint' 17 years ago
Junio C Hamano 4afbcab989 diff.c: fix emit_line() again not to add extra line 17 years ago
Junio C Hamano 9dc784a970 Merge branch 'maint' 17 years ago
SZEDER Gábor 06ff64ae3d diff: reset color before printing newline 17 years ago
Pierre Habouzit 336d09daf2 Make git reflog expire honour core.sharedRepository. 17 years ago