index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-23
Windows: Wrap execve so that shell scripts can be invoked.
Johannes Sixt
2
-0
/
+187
2008-06-23
Windows: Implement setitimer() and sigaction().
Johannes Sixt
2
-2
/
+113
2008-06-23
Windows: Fix PRIuMAX definition.
Johannes Sixt
1
-0
/
+1
2008-06-23
Windows: Implement gettimeofday().
Johannes Sixt
1
-1
/
+14
2008-06-23
Make my_mktime() public and rename it to tm_to_time_t()
Johannes Sixt
2
-5
/
+9
2008-06-23
Windows: Work around misbehaved rename().
Johannes Sixt
2
-0
/
+28
2008-06-23
Windows: always chmod(, 0666) before unlink().
Johannes Schindelin
1
-0
/
+8
2008-06-23
Windows: A minimal implemention of getpwuid().
Johannes Sixt
1
-0
/
+8
2008-06-23
Windows: Implement a wrapper of the open() function.
Johannes Sixt
2
-0
/
+23
2008-06-23
Windows: Strip ".exe" from the program name.
Johannes Sixt
3
-3
/
+21
2008-06-23
Windows: Handle absolute paths in safe_create_leading_directories().
Johannes Sixt
1
-4
/
+8
2008-06-23
Windows: Treat Windows style path names.
Johannes Sixt
5
-15
/
+67
2008-06-23
setup.c: Prepare for Windows directory separators.
Johannes Sixt
1
-8
/
+5
2008-06-22
Windows: Use the Windows style PATH separator ';'.
Johannes Sixt
5
-5
/
+15
2008-06-22
Add target architecture MinGW.
Johannes Sixt
5
-7
/
+244
2008-06-22
Compile some programs only conditionally.
Johannes Sixt
1
-2
/
+4
2008-06-22
Add compat/regex.[ch] and compat/fnmatch.[ch].
Johannes Sixt
4
-0
/
+5989
2008-06-18
GIT 1.5.6
Junio C Hamano
3
-7
/
+9
2008-06-18
clean up error conventions of remote.c:match_explicit
Jeff King
2
-22
/
+20
2008-06-17
Fix approxidate("never") to always return 0
Olivier Marin
1
-4
/
+2
2008-06-17
git-am: head -1 is obsolete and doesn't work on some new systems
Alejandro Mery
1
-1
/
+1
2008-06-17
builtin-rerere: fix a small leak
Junio C Hamano
1
-1
/
+1
2008-06-17
gitweb: remove unused parse_ref method
Lea Wiemann
1
-43
/
+0
2008-06-17
gitweb: quote commands properly when calling the shell
Lea Wiemann
1
-10
/
+14
2008-06-16
sha1_file.c: simplify parse_pack_index()
Junio C Hamano
2
-9
/
+1
2008-06-16
create_tempfile: make sure that leading directories can be accessible by peers
Junio C Hamano
1
-2
/
+2
2008-06-16
write_loose_object: don't bother trying to read an old object
Linus Torvalds
1
-14
/
+0
2008-06-16
path-list documentation: document all functions and data structures
Miklos Vajna
1
-4
/
+121
2008-06-16
run-command documentation: fix "memset()" parameter
Miklos Vajna
1
-2
/
+2
2008-06-16
Merge branch 'maint'
Junio C Hamano
1
-2
/
+4
2008-06-16
diff.c: fix emit_line() again not to add extra line
Junio C Hamano
1
-2
/
+4
2008-06-16
Merge branch 'maint'
Junio C Hamano
1
-0
/
+4
2008-06-16
diff: reset color before printing newline
SZEDER Gábor
1
-0
/
+4
2008-06-15
Make git reflog expire honour core.sharedRepository.
Pierre Habouzit
2
-0
/
+17
2008-06-15
Update RPM spec to drop curl executable requirement
Junio C Hamano
1
-1
/
+4
2008-06-15
The "curl" executable is no longer required
Johan Herland
1
-4
/
+4
2008-06-15
Makefile: update check-docs target
Junio C Hamano
1
-0
/
+8
2008-06-15
Consistency: Use "libcurl" instead of "cURL library" and "curl"
Johan Herland
4
-5
/
+5
2008-06-15
cpio is no longer used by git-clone
Johan Herland
1
-3
/
+0
2008-06-15
Documentation: RelNotes-1.5.6: talk about renamed HTML files
Christian Couder
1
-2
/
+4
2008-06-14
GIT 1.5.6-rc3
Junio C Hamano
1
-1
/
+1
2008-06-14
Simplify and rename find_sha1_file()
Linus Torvalds
1
-10
/
+8
2008-06-14
Make loose object file reading more careful
Linus Torvalds
1
-26
/
+44
2008-06-14
Avoid cross-directory renames and linking on object creation
Linus Torvalds
1
-41
/
+42
2008-06-14
Use 'trash directory' thoroughly in t/test-lib.sh
Jakub Narebski
1
-1
/
+1
2008-06-14
Don't allocate too much memory in quote_ref_url
Mike Hommey
1
-1
/
+1
2008-06-14
gitweb: Make it work with $GIT containing spaces
Jakub Narebski
1
-1
/
+1
2008-06-14
completion: add more 'git add' options
SZEDER Gábor
1
-1
/
+4
2008-06-14
git add: add long equivalents of '-u' and '-f' options
SZEDER Gábor
2
-4
/
+7
2008-06-14
Merge branch 'rs/attr'
Junio C Hamano
3
-22
/
+61
[next]