summaryrefslogtreecommitdiffstats
path: root/imap-send.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-18Plug a resource leak in threaded pack-objects code.Johannes Sixt1-2/+2
2007-12-17Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano1-1/+2
2007-12-17threaded pack-objects: Use condition variables for thread communication.Johannes Sixt1-50/+79
2007-12-17builtin-commit: make summary output consistent with statusJunio C Hamano1-0/+3
2007-12-17builtin-commit: fix summary output.Junio C Hamano1-0/+1
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields1-2/+1
2007-12-16builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields1-4/+4
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano2-1/+70
2007-12-16whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields1-1/+1
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields1-8/+16
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields2-6/+19
2007-12-16whitespace: minor cleanupJ. Bruce Fields1-12/+9
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields1-8/+7
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2-3/+3
2007-12-16rename git-browse--help to git-help--browseJeff King5-5/+5
2007-12-16Fix a memory leak李鸿1-0/+3
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2-1/+26
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski1-11/+11
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski1-6/+8
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King1-2/+1
2007-12-16trim_common_tail: brown paper bag fix.Jeff King1-5/+4
2007-12-15Update draft release notes for 1.5.4Junio C Hamano1-1/+10
2007-12-15Start preparing the API documents.Junio C Hamano27-5/+675
2007-12-15Retire git-runstatus for real.Junio C Hamano4-108/+1
2007-12-15Rename git-browse-help helper to git-browse--helpJunio C Hamano5-9/+8
2007-12-15git-help: add "help.format" config variable.Christian Couder4-12/+100
2007-12-15Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey4-163/+89
2007-12-15Fix various memory leaks in http-push.c and http-walker.cMike Hommey2-28/+45
2007-12-15Use strbuf in http codeMike Hommey5-201/+108
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey3-26/+13
2007-12-15Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey1-1/+0
2007-12-15Remove the default_headers variable from http-push.cMike Hommey1-7/+0
2007-12-15Fix random sha1 in error message in http-fetch and http-pushMike Hommey2-4/+6
2007-12-15Fix some more memory leaks in http-push.cMike Hommey1-2/+11
2007-12-15Test interaction between diff --check and --exit-codeWincent Colaiuta1-0/+29
2007-12-15Use shorter error messages for whitespace problemsWincent Colaiuta2-4/+4
2007-12-15Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg1-53/+38
2007-12-15fast-import: fix unalinged allocation and accessDavid S. Miller1-5/+5
2007-12-15remote: Fix bogus make_branch() call in configuration reader.Junio C Hamano1-1/+1
2007-12-15commit: allow --amend to reuse message from another commitJunio C Hamano2-1/+18
2007-12-14git-svn: handle our top-level path being deleted and later re-addedEric Wong2-0/+53
2007-12-14cvsexportcommit: fix massive commitsJeff King1-14/+23
2007-12-14Documentation: describe pack idx v2linux@horizon.com1-33/+61
2007-12-14xdiff tail trimming: use correct type.Junio C Hamano1-3/+2
2007-12-14Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta1-20/+70
2007-12-14Make "diff --check" output match "git apply"Wincent Colaiuta2-4/+3
2007-12-14Unify whitespace checkingWincent Colaiuta5-164/+139
2007-12-14diff --check: minor fixupsJunio C Hamano7-28/+26
2007-12-14"diff --check" should affect exit statusWincent Colaiuta8-18/+171
2007-12-14xdi_diff: trim common trailing linesJunio C Hamano1-1/+33