summaryrefslogtreecommitdiffstats
path: root/quote.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-09-29(no commit message)Peter Anvin1-0/+1
2005-09-29Call it NO_IPV6 rather than hard-coding __CYGWIN__hpa2-4/+14
2005-09-29Cygwin doesn't support IPv6 or getaddrinfo()hpa1-0/+73
2005-09-29Options to compile on Cygwinhpa1-0/+4
2005-09-28git-commit: use update-index --stdin, instead of xargs.Junio C Hamano1-2/+2
2005-09-28update-index: document --stdin and -zJunio C Hamano1-1/+10
2005-09-28update-index: --stdin and -zJunio C Hamano1-13/+41
2005-09-27COPTS -> CFLAGSH. Peter Anvin1-1/+2
2005-09-27Parallelize the buildH. Peter Anvin1-2/+5
2005-09-27Restore chdir(".git")H. Peter Anvin1-0/+2
2005-09-27[PATCH] Return CURL error message when object transfer failsNick Hengeveld1-8/+16
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow5-1/+13
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege4-7/+10
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen3-3/+4
2005-09-27Really require tk 8.4 (RPM)Junio C Hamano1-1/+1
2005-09-27Support a modicum of path validation, and allow an export all trees option.H. Peter Anvin1-5/+67
2005-09-27Require tk 8.4 (RPM)Junio C Hamano1-1/+1
2005-09-27git-fetch: send informational output to >&2 consistently.Junio C Hamano1-1/+1
2005-09-27Give default merge message after failed automerge.Junio C Hamano2-4/+13
2005-09-27Do not require clean tree when reverting and cherry-picking.Junio C Hamano2-12/+4
2005-09-27Fix overzealous cleanliness check in git-mergeJunio C Hamano1-18/+50
2005-09-27git-clone: check out "master" by default.Junio C Hamano1-6/+15
2005-09-27Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras1-1/+1
2005-09-26Plug a small race in update-ref.c.Junio C Hamano1-4/+22
2005-09-26Change wish8.4 back to wishPaul Mackerras1-1/+1
2005-09-26[PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds2-0/+112
2005-09-26[PATCH] More descriptive messages for conflict cases in mergesFredrik Kuivinen1-3/+4
2005-09-26[PATCH] recursive-merge: Don't print a stack trace when read-tree fails.Fredrik Kuivinen1-3/+9
2005-09-25Diff: --name-status output format.Junio C Hamano3-11/+17
2005-09-25Diff: -l<num> to limit rename/copy detection.Junio C Hamano5-20/+34
2005-09-25Diff clean-up.Junio C Hamano11-366/+252
2005-09-25Clean generated files a bit more.Junio C Hamano1-2/+2
2005-09-25Stop installing the backward compatible symlinks.Junio C Hamano2-4/+6
2005-09-25show-branch: fix commit naming breakage.Junio C Hamano1-1/+14
2005-09-25[PATCH] Finish documenting trivial merge rulesDaniel Barkalow1-10/+39
2005-09-25git-grep: fix 'git grep -e $pattern' handlingJunio C Hamano1-1/+1
2005-09-25Remove use of 'xargs -0' from git-reset.Junio C Hamano1-2/+4
2005-09-24Use 0.99.7.GIT as version between 0.99.7 and 0.99.8Junio C Hamano1-1/+1
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano3-22/+34
2005-09-24[PATCH] CURLDIR in MakefilePatrick Mauritz1-1/+11
2005-09-24[PATCH] Rename daemon.c's lognotice() to loginfo()Petr Baudis1-3/+3
2005-09-24[PATCH] git-daemon --syslog to log through syslogPetr Baudis2-8/+32
2005-09-24[PATCH] Update git-daemon documentation wrt. the --verbose parameterPetr Baudis1-1/+4
2005-09-24Really ignore generated distribution material.Junio C Hamano1-4/+5
2005-09-24daemon.c: pid_t is not int.Junio C Hamano1-1/+1
2005-09-24Further clarify licensing status of compat/subprocess.py.Junio C Hamano1-20/+4
2005-09-24[PATCH] rsh.c unterminated stringH. Peter Anvin1-5/+5
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov1-5/+12
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov1-3/+11
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov1-2/+4