summaryrefslogtreecommitdiffstats
path: root/http.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano8-29/+26
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta3-1/+153
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano2-4/+7
2007-12-09Documentation: fix --no-verify documentation for "git commit"Wincent Colaiuta1-1/+1
2007-12-09Allow --no-verify to bypass commit-msg hookWincent Colaiuta1-1/+2
2007-12-09ls-remote: resurrect pattern limit supportJunio C Hamano1-6/+38
2007-12-08config.c:store_write_pair(): don't read the byte before a malloc'd buffer.Jim Meyering1-2/+8
2007-12-08shortlog: code restructuring and clean-upJunio C Hamano1-103/+62
2007-12-08mailmap: fix bogus for() loop that happened to be safe by accidentJunio C Hamano1-3/+4
2007-12-08pack-objects: fix threaded load balancingNicolas Pitre1-32/+85
2007-12-08pack-objects: reverse the delta search sort listNicolas Pitre1-20/+21
2007-12-08pack-objects: fix delta cache size accountingNicolas Pitre1-5/+5
2007-12-08git-status: documentation improvementsJeff King1-12/+13
2007-12-08add status.relativePaths config variableJeff King6-2/+52
2007-12-08wt-status.c:quote_path(): convert empty path to "./"Jeff King1-0/+3
2007-12-08git-bisect visualize: work in non-windowed environments betterJunio C Hamano2-3/+27
2007-12-08Teach "git add -i" to colorize whitespace errorsWincent Colaiuta1-39/+34
2007-12-08Let git-help prefer man-pages installed with this version of gitSergei Organov2-1/+26
2007-12-07Update draft release notes to 1.5.4Junio C Hamano2-1/+17
2007-12-07autoconf: Add test for OLD_ICONV (squelching compiler warning)Jakub Narebski2-0/+23
2007-12-07Silence iconv warnings on LeopardWincent Colaiuta1-1/+3
2007-12-07Change from using email.com to example.com as example domain, as per RFC 2606.David Symonds2-2/+2
2007-12-06git-status documentation: mention subdirectory behaviourJunio C Hamano1-0/+4
2007-12-06do not discard status in fetch_refs_via_pack()Junio C Hamano1-1/+1
2007-12-06for-each-ref: Fix quoting style constants.Johannes Sixt2-3/+42
2007-12-06hg-to-git: handle an empty dir in hg.Junio C Hamano1-1/+1
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano10-74/+233
2007-12-06config --get-colorbool: diff.color is a deprecated synonym to color.diffJunio C Hamano1-2/+16
2007-12-06t7300: add test for clean with wildcard pathspecJeff King1-0/+14
2007-12-06Open external merge tool with original file extensions for all three filesPini Reznik1-4/+5
2007-12-06git-clean: Honor pathspec.Junio C Hamano1-21/+31
2007-12-06Color support for "git-add -i"Junio C Hamano3-20/+146
2007-12-06git config --get-colorboolJunio C Hamano7-7/+58
2007-12-06Documentation: color.* = true means "auto"Junio C Hamano1-7/+7
2007-12-06git-am -i: report rewritten titleJunio C Hamano1-0/+5
2007-12-06git grep shows the same hit repeatedly for unmerged pathsJunio C Hamano1-6/+6
2007-12-06Update Hungarian translation. 100% completed.Miklos Vajna1-320/+362
2007-12-06Update ja.po for git-guiしらいしななこ1-189/+229
2007-12-06Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2-12/+72
2007-12-05Revert "git-am: catch missing author date early."Junio C Hamano1-2/+2
2007-12-05git config: Don't rely on regexec() returning 1 on non-matchBjörn Steinbrink1-2/+1
2007-12-05Documentation: add --patch option to synopsis of git-addMatthias Kestenholz1-1/+1
2007-12-05Include diff options in the git-log manpageMiklos Vajna4-161/+168
2007-12-05git-cvsserver runs hooks/post-updateJunio C Hamano1-0/+6
2007-12-05git-cvsserver runs hooks/post-receiveMichael Witten1-7/+20
2007-12-05Rewrite builtin-fetch option parsing to use parse_options().Kristian Høgsberg1-77/+46
2007-12-05Set OLD_ICONV on Cygwin.Pascal Obry1-0/+1
2007-12-05t5510: add a bit more tests for fetchJunio C Hamano1-0/+42
2007-12-05Simplify crud() in ident.cAlex Riesen1-19/+9
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2-13/+13