summaryrefslogtreecommitdiffstats
path: root/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-14git-svn: respect i18n.commitencoding configEric Wong2-3/+101
2008-11-14git-svn: don't escape tilde ('~') for http(s) URLsEric Wong1-3/+3
2008-11-13git.html: Update the links to stale versionsJunio C Hamano1-1/+3
2008-11-13Start 1.6.0.5 cycleJunio C Hamano2-1/+22
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2-2/+16
2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano4-3/+9
2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1
2008-11-11git-diff: Add --staged as a synonym for --cached.David Symonds2-2/+4
2008-11-11git-p4: Cache git config for performanceJohn Chapman1-1/+4
2008-11-11git-p4: Support purged files and optimize memory usageJohn Chapman1-7/+7
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe2-2/+2
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe8-12/+12
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard1-1/+1
2008-11-11git ls-remote: make usage string match manpageStefan Naewe1-1/+1
2008-11-11Makefile: help people who run 'make check' by mistakeJunio C Hamano1-1/+10
2008-11-09bisect: fix missing "exit"Christian Couder1-1/+1
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder1-3/+3
2008-11-09Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder1-4/+4
2008-11-09checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2-4/+22
2008-11-09GIT 1.6.0.4v1.6.0.4Junio C Hamano1-6/+5
2008-11-09Update RPM spec for the new location of git-cvsserver.Quy Tonthat1-0/+4
2008-11-09t5400: expect success for denying deletionJeff King1-1/+1
2008-11-07gitweb: Fix mod_perl support.Alexander Gavrilov1-6/+6
2008-11-07gitweb: Add a per-repository authorization hook.Alexander Gavrilov2-1/+28
2008-11-07gitweb: Use single implementation of export_ok check.Alexander Gavrilov1-2/+1
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov1-2/+6
2008-11-05push: fix local refs update if already up-to-dateClemens Buchacher2-14/+39
2008-11-05do not force write of packed refsClemens Buchacher2-3/+11
2008-11-05Update draft release notes to 1.6.1Junio C Hamano1-3/+8
2008-11-04contrib/hooks/post-receive-email: Make revision display configurablePete Harlan1-1/+17
2008-11-04contrib/hooks/post-receive-email: Put rev display in separate functionPete Harlan1-9/+32
2008-11-03Makefile: add install-man rules (quick and normal)Markus Heidelberg3-4/+15
2008-11-03format-patch documentation: mention the special case of showing a single commitJunio C Hamano1-1/+2
2008-11-03Update draft release notes to 1.6.1Junio C Hamano1-1/+13
2008-11-03Add reference for status letters in documentation.Yann Dirson2-1/+17
2008-11-03Document that git-log takes --all-match.Mikael Magnusson1-0/+4
2008-11-03autoconf: Add link tests to each AC_CHECK_FUNC() testDavid M. Syzdek1-9/+19
2008-11-02Update draft 1.6.0.4 release notesJunio C Hamano1-7/+18
2008-11-02Update draft release notes to 1.6.1Junio C Hamano1-1/+27
2008-11-02Stop using compat/regex.c on platforms with working regexp libraryJunio C Hamano1-6/+0
2008-11-02connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner1-0/+3
2008-11-02Introduce receive.denyDeletesJan Krüger3-0/+27
2008-11-02Start 1.6.0.4 cycleJunio C Hamano2-1/+30
2008-11-02add instructions on how to send patches to the mailing list with GmailTom Preston-Werner1-0/+27
2008-11-02Documentation/gitattributes: Add subsection header for each attributeJakub Narebski1-0/+6
2008-11-02git send-email: avoid leaking directory file descriptors.Pierre Habouzit1-2/+1
2008-11-02send-pack: do not send out single-level refs such as refs/stashJeff King1-1/+7
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King1-1/+1
2008-11-02pack-objects: avoid reading uninitalized dataJeff King1-1/+2
2008-11-02correct cache_entry allocationJeff King1-1/+1