summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-31Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano
2011-05-31config.c: Remove unused git_config_global() functionRamsay Jones
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano
2011-05-31diff_tree: disable QUICK optimization with diff filterJeff King
2011-05-31Merge branch 'jc/fmt-req-fix'Junio C Hamano
2011-05-31Merge branch 'jk/maint-config-alias-fix'Junio C Hamano
2011-05-30Documentation: do not misinterpret refspecs as bold textJonathan Nieder
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King
2011-05-30git-sh-i18n--envsubst: add SYNOPSIS section to the documentationÆvar Arnfjörð Bjarmason
2011-05-30Merge branch 'maint'Junio C Hamano
2011-05-30Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano
2011-05-30Merge branch 'bc/maint-submodule-fix-parked' into maintJunio C Hamano
2011-05-30Merge branch 'bc/maint-api-doc-parked' into maintJunio C Hamano
2011-05-30Merge branch 'mk/grep-pcre'Junio C Hamano
2011-05-30git-grep: Fix problems with recently added testsMichał Kiedrowicz
2011-05-30Merge branch 'jc/notes-batch-removal'Junio C Hamano
2011-05-30Merge branch 'jk/haves-from-alternate-odb'Junio C Hamano
2011-05-30Merge branch 'jn/run-command-error-failure' into maintJunio C Hamano
2011-05-29builtin/commit.c: set status_format _after_ option parsingBrandon Casey
2011-05-29t7508: demonstrate status's failure to use --porcelain format with -zBrandon Casey
2011-05-28log: --quiet should serve as synonym to -sJunio C Hamano
2011-05-28diff --stat-count: finishing touchesJunio C Hamano
2011-05-27rebase: write a reflog entry when finishingJeff King
2011-05-27rebase: create HEAD reflog entry when abortingCsaba Henk
2011-05-27config.mak.in: allow "configure --sysconfdir=/else/where"Junio C Hamano
2011-05-27verify_path: consider dos drive prefixErik Faye-Lund
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-05-27A Windows path starting with a backslash is absoluteTheo Niessink
2011-05-27diff-options.txt: describe --stat-{width,name-width,count}Michael J Gruber
2011-05-27diff: introduce --stat-lines to limit the stat linesMichael J Gruber
2011-05-27diff.c: omit hidden entries from namelen calculation with --statMichael J Gruber
2011-05-27docs: fix some antique example outputJeff King
2011-05-27docs: make sure literal "->" isn't converted to arrowJeff King
2011-05-27docs: update status --porcelain formatJeff King
2011-05-27docs: minor grammar fixes to git-statusJeff King
2011-05-26format-patch: preserve subject newlines with -kJeff King
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-05-26pretty: add pp_commit_easy function for simple callersJeff King
2011-05-26git-submodule.sh: separate parens by a space to avoid confusing some shellsBrandon Casey
2011-05-26Documentation/technical/api-diff.txt: correct name of diff_unmerge()Brandon Casey
2011-05-26mailinfo: always clean up rfc822 header foldingJeff King
2011-05-26t: test subject handling in format-patch / am pipelineJeff King
2011-05-26read_in_full: always report errorsJeff King
2011-05-26remote: allow "-t" with fetch mirrorsJeff King
2011-05-26sha1_file: use the correct type (ssize_t, not size_t) for read-style functionJim Meyering
2011-05-26read_gitfile_gently: use ssize_t to hold read resultJeff King
2011-05-26remove tests of always-false conditionJim Meyering
2011-05-26plug a DIR buffer leak in rerere.cJim Meyering
2011-05-26rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'Jim Meyering
2011-05-26Update 1.7.6 draft release notesJunio C Hamano