index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move signal setting into service_loop()
H. Peter Anvin
2005-09-30
1
-2
/
+2
*
socklen_t is unsigned int on most Linux platforms
H. Peter Anvin
2005-09-30
1
-1
/
+1
*
Use xmalloc/xcalloc
H. Peter Anvin
2005-09-30
1
-6
/
+2
*
Don't need <alloca.h>
H. Peter Anvin
2005-09-30
1
-1
/
+0
*
Change $(X) -> $X to be less annoying.
H. Peter Anvin
2005-09-30
1
-33
/
+33
*
Merge with master.kernel.org:/pub/scm/git/git.git
H. Peter Anvin
2005-09-30
5
-16
/
+15
|
\
|
*
Still installing the old command names.
Junio C Hamano
2005-09-30
2
-11
/
+6
|
*
Tell which packfile is corrupt when we die.
Junio C Hamano
2005-09-30
1
-3
/
+5
|
*
[PATCH] Make logerror() and loginfo() static
Pavel Roskin
2005-09-30
1
-2
/
+2
|
*
[PATCH] Old curl does not know about CURLOPT_SSLKEY
Johannes Schindelin
2005-09-30
1
-0
/
+2
*
|
Merge with master.kernel.org:/pub/scm/git/git.git
Peter Anvin
2005-09-29
1
-4
/
+44
|
\
|
|
*
Use git-merge in git-pull (second try).
Junio C Hamano
2005-09-29
1
-4
/
+44
*
|
git-http-fetch needs $(X)
hpa
2005-09-29
1
-1
/
+1
*
|
Just explicitly add $(X) to most programs.
H. Peter Anvin
2005-09-29
1
-30
/
+25
*
|
Ignore *.exe files
Peter Anvin
2005-09-29
1
-0
/
+1
*
|
Merge with http://www.kernel.org/pub/scm/git/git.git
Peter Anvin
2005-09-29
16
-83
/
+124
|
\
|
|
*
Use git-update-ref in scripts.
Junio C Hamano
2005-09-29
9
-32
/
+39
|
*
[PATCH] Make some needlessly global stuff static
Peter Hagervall
2005-09-29
3
-5
/
+5
|
*
[PATCH] Support for more CURL SSL settings via environment variables
Nick Hengeveld
2005-09-29
1
-0
/
+19
|
*
[PATCH] Add new programs to .gitignore.
Tom Prince
2005-09-29
1
-0
/
+2
|
*
Fastpath the normal case by not checking that index matches HEAD.
Junio C Hamano
2005-09-29
1
-7
/
+4
|
*
Fix default pull not to do an unintended Octopus.
Junio C Hamano
2005-09-29
4
-8
/
+43
|
*
Update the case table in t/t1000.
Junio C Hamano
2005-09-28
1
-31
/
+12
*
|
Handle Cygwin .exe extensions
Peter Anvin
2005-09-29
1
-24
/
+24
*
|
Remove variables not needed when using poll
Peter Anvin
2005-09-29
1
-4
/
+0
*
|
Remove *.exe for Cygwin's benefit
Peter Anvin
2005-09-29
1
-1
/
+1
*
|
NO_IPV6 support for git daemon
Peter Anvin
2005-09-29
3
-18
/
+77
*
|
For the benefit of Cygwin, test for git-cmd.exe
Peter Anvin
2005-09-29
1
-0
/
+3
*
|
(no commit message)
Peter Anvin
2005-09-29
1
-0
/
+1
*
|
Call it NO_IPV6 rather than hard-coding __CYGWIN__
hpa
2005-09-29
2
-4
/
+14
*
|
Cygwin doesn't support IPv6 or getaddrinfo()
hpa
2005-09-29
1
-0
/
+73
*
|
Options to compile on Cygwin
hpa
2005-09-29
1
-0
/
+4
|
/
*
Merge master.kernel.org:/home/hpa/git/daemon
Junio C Hamano
2005-09-28
2
-6
/
+74
|
\
|
*
COPTS -> CFLAGS
H. Peter Anvin
2005-09-27
1
-1
/
+2
|
*
Parallelize the build
H. Peter Anvin
2005-09-27
1
-2
/
+5
|
*
Merge with git+ssh://master.kernel.org/pub/scm/git/git.git
H. Peter Anvin
2005-09-27
8
-39
/
+89
|
|
\
|
*
|
Restore chdir(".git")
H. Peter Anvin
2005-09-27
1
-0
/
+2
|
*
|
Support a modicum of path validation, and allow an export all trees option.
H. Peter Anvin
2005-09-27
1
-5
/
+67
*
|
|
git-commit: use update-index --stdin, instead of xargs.
Junio C Hamano
2005-09-28
1
-2
/
+2
*
|
|
update-index: document --stdin and -z
Junio C Hamano
2005-09-28
1
-1
/
+10
*
|
|
update-index: --stdin and -z
Junio C Hamano
2005-09-28
1
-13
/
+41
*
|
|
[PATCH] Return CURL error message when object transfer fails
Nick Hengeveld
2005-09-27
1
-8
/
+16
*
|
|
[PATCH] Implement --recover for git-*-fetch
Daniel Barkalow
2005-09-27
5
-1
/
+13
*
|
|
[PATCH] Provide access to git_dir through get_git_dir().
Sven Verdoolaege
2005-09-27
4
-7
/
+10
*
|
|
[PATCH] Make the test more shell generic and fix missing Solaris find option
Peter Eriksen
2005-09-27
3
-3
/
+4
|
|
/
|
/
|
*
|
Really require tk 8.4 (RPM)
Junio C Hamano
2005-09-27
1
-1
/
+1
*
|
Require tk 8.4 (RPM)
Junio C Hamano
2005-09-27
1
-1
/
+1
*
|
Merge http://www.kernel.org/pub/scm/gitk/gitk
Junio C Hamano
2005-09-27
1
-1
/
+9
|
\
\
|
*
|
Use "$@" rather than "${1+$@}" when invoking wish.
Paul Mackerras
2005-09-27
1
-1
/
+1
|
*
|
Change wish8.4 back to wish
Paul Mackerras
2005-09-26
1
-1
/
+1
[next]