summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-18builtin-blame.c: remove unneeded memclr()Junio C Hamano
2007-12-18unpack-trees: FLEX_ARRAY fixLinus Torvalds
2007-12-18Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit
2007-12-18Merge branch 'maint'Junio C Hamano
2007-12-18rebase -p -i: handle "no changes" gracefullyJohannes Schindelin
2007-12-18Document diff.external and mergetool.<tool>.pathJohannes Schindelin
2007-12-18Support config variable diff.externalJohannes Schindelin
2007-12-18Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt
2007-12-18Clarify error response from 'git fetch' for bad responsesSam Vilain
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-12-18Plug a resource leak in threaded pack-objects code.Johannes Sixt
2007-12-17git-send-email: avoid duplicate message-idsJeff King
2007-12-17clone: correctly report http_fetch errorsJeff King
2007-12-17Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano
2007-12-17threaded pack-objects: Use condition variables for thread communication.Johannes Sixt
2007-12-16builtin-commit: make summary output consistent with statusJunio C Hamano
2007-12-16builtin-commit: fix summary output.Junio C Hamano
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields
2007-12-16builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano
2007-12-16whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields
2007-12-16whitespace: minor cleanupJ. Bruce Fields
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields
2007-12-16rename git-browse--help to git-help--browseJeff King
2007-12-16Fix a memory leak李鸿
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King
2007-12-16trim_common_tail: brown paper bag fix.Jeff King
2007-12-15Update draft release notes for 1.5.4Junio C Hamano
2007-12-15Start preparing the API documents.Junio C Hamano
2007-12-15Retire git-runstatus for real.Junio C Hamano
2007-12-15Rename git-browse-help helper to git-browse--helpJunio C Hamano
2007-12-15git-help: add "help.format" config variable.Christian Couder
2007-12-15Merge branch 'wc/diff'Junio C Hamano
2007-12-15Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey
2007-12-15Fix various memory leaks in http-push.c and http-walker.cMike Hommey
2007-12-15Use strbuf in http codeMike Hommey
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey
2007-12-15Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey
2007-12-15Remove the default_headers variable from http-push.cMike Hommey
2007-12-15Fix random sha1 in error message in http-fetch and http-pushMike Hommey
2007-12-15Fix some more memory leaks in http-push.cMike Hommey
2007-12-15Test interaction between diff --check and --exit-codeWincent Colaiuta
2007-12-15Use shorter error messages for whitespace problemsWincent Colaiuta
2007-12-15Use a strbuf for building up section header and key/value pair strings.Kristian Høgsberg