summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt2-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt2-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Libravatar Johannes Sixt1-0/+1
2008-06-23Windows: Implement gettimeofday().Libravatar Johannes Sixt1-1/+14
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Libravatar Johannes Sixt2-5/+9
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt2-0/+28
2008-06-23Windows: always chmod(, 0666) before unlink().Libravatar Johannes Schindelin1-0/+8
2008-06-23Windows: A minimal implemention of getpwuid().Libravatar Johannes Sixt1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Libravatar Johannes Sixt2-0/+23
2008-06-23Windows: Strip ".exe" from the program name.Libravatar Johannes Sixt3-3/+21
2008-06-23Windows: Handle absolute paths in safe_create_leading_directories().Libravatar Johannes Sixt1-4/+8
2008-06-23Windows: Treat Windows style path names.Libravatar Johannes Sixt5-15/+67
2008-06-23setup.c: Prepare for Windows directory separators.Libravatar Johannes Sixt1-8/+5
2008-06-22Windows: Use the Windows style PATH separator ';'.Libravatar Johannes Sixt5-5/+15
2008-06-22Add target architecture MinGW.Libravatar Johannes Sixt5-7/+244
2008-06-22Compile some programs only conditionally.Libravatar Johannes Sixt1-2/+4
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Libravatar Johannes Sixt4-0/+5989
2008-06-18GIT 1.5.6Libravatar Junio C Hamano3-7/+9
2008-06-18clean up error conventions of remote.c:match_explicitLibravatar Jeff King2-22/+20
2008-06-17Fix approxidate("never") to always return 0Libravatar Olivier Marin1-4/+2
2008-06-17git-am: head -1 is obsolete and doesn't work on some new systemsLibravatar Alejandro Mery1-1/+1
2008-06-17builtin-rerere: fix a small leakLibravatar Junio C Hamano1-1/+1
2008-06-17gitweb: remove unused parse_ref methodLibravatar Lea Wiemann1-43/+0
2008-06-17gitweb: quote commands properly when calling the shellLibravatar Lea Wiemann1-10/+14
2008-06-16sha1_file.c: simplify parse_pack_index()Libravatar Junio C Hamano2-9/+1
2008-06-16create_tempfile: make sure that leading directories can be accessible by peersLibravatar Junio C Hamano1-2/+2
2008-06-16write_loose_object: don't bother trying to read an old objectLibravatar Linus Torvalds1-14/+0
2008-06-16path-list documentation: document all functions and data structuresLibravatar Miklos Vajna1-4/+121
2008-06-16run-command documentation: fix "memset()" parameterLibravatar Miklos Vajna1-2/+2
2008-06-16Merge branch 'maint'Libravatar Junio C Hamano1-2/+4
2008-06-16diff.c: fix emit_line() again not to add extra lineLibravatar Junio C Hamano1-2/+4
2008-06-16Merge branch 'maint'Libravatar Junio C Hamano1-0/+4
2008-06-16diff: reset color before printing newlineLibravatar SZEDER Gábor1-0/+4
2008-06-15Make git reflog expire honour core.sharedRepository.Libravatar Pierre Habouzit2-0/+17
2008-06-15Update RPM spec to drop curl executable requirementLibravatar Junio C Hamano1-1/+4
2008-06-15The "curl" executable is no longer requiredLibravatar Johan Herland1-4/+4
2008-06-15Makefile: update check-docs targetLibravatar Junio C Hamano1-0/+8
2008-06-15Consistency: Use "libcurl" instead of "cURL library" and "curl"Libravatar Johan Herland4-5/+5
2008-06-15cpio is no longer used by git-cloneLibravatar Johan Herland1-3/+0
2008-06-15Documentation: RelNotes-1.5.6: talk about renamed HTML filesLibravatar Christian Couder1-2/+4
2008-06-14GIT 1.5.6-rc3Libravatar Junio C Hamano1-1/+1
2008-06-14Simplify and rename find_sha1_file()Libravatar Linus Torvalds1-10/+8
2008-06-14Make loose object file reading more carefulLibravatar Linus Torvalds1-26/+44
2008-06-14Avoid cross-directory renames and linking on object creationLibravatar Linus Torvalds1-41/+42
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shLibravatar Jakub Narebski1-1/+1
2008-06-14Don't allocate too much memory in quote_ref_urlLibravatar Mike Hommey1-1/+1
2008-06-14gitweb: Make it work with $GIT containing spacesLibravatar Jakub Narebski1-1/+1
2008-06-14completion: add more 'git add' optionsLibravatar SZEDER Gábor1-1/+4
2008-06-14git add: add long equivalents of '-u' and '-f' optionsLibravatar SZEDER Gábor2-4/+7
2008-06-14Merge branch 'rs/attr'Libravatar Junio C Hamano3-22/+61