summaryrefslogtreecommitdiffstats
path: root/diffcore-rename.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-26Git 1.7.6v1.7.6Junio C Hamano3-8/+7
2011-06-24completion: replace core.abbrevguard to core.abbrevNamhyung Kim1-1/+1
2011-06-23Git 1.7.6-rc3v1.7.6-rc3Junio C Hamano1-1/+1
2011-06-22Documentation: git diff --check respects core.whitespaceChristof Krüger1-4/+8
2011-06-21gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledJakub Narebski1-0/+2
2011-06-20t7810: avoid unportable use of "echo"Junio C Hamano1-3/+3
2011-06-20plug a few coverity-spotted leaksJim Meyering4-5/+12
2011-06-19builtin/gc.c: add missing newline in messageAndreas Schwab1-1/+1
2011-06-17tests: link shell libraries into valgrind directoryJeff King1-2/+7
2011-06-17t/Makefile: pass test opts to valgrind target properlyJeff King1-1/+1
2011-06-17sh-i18n--envsubst.c: do not #include getopt.hBrandon Casey1-1/+0
2011-06-16Fix typo: existant->existentDmitry Ivankov7-14/+14
2011-06-16Git 1.7.6-rc2v1.7.6-rc2Junio C Hamano2-2/+2
2011-06-09gitweb: do not misparse nonnumeric content tag files that contain a digitJonathan Nieder2-1/+9
2011-06-09Git 1.7.6-rc1v1.7.6-rc1Junio C Hamano2-3/+11
2011-06-09fetch: do not leak a refspecJim Meyering1-2/+4
2011-06-07t3703: skip more tests using colons in file names on WindowsAlex Riesen1-6/+6
2011-06-05gitweb: Fix usability of $prevent_xssJakub Narebski1-1/+1
2011-06-03gitweb: Move "Requirements" up in gitweb/INSTALLJakub Narebski1-15/+15
2011-06-02gitweb: Describe CSSMIN and JSMIN in gitweb/INSTALLJakub Narebski1-6/+13
2011-06-02gitweb: Move information about installation from README to INSTALLJakub Narebski2-116/+113
2011-06-01Git 1.7.5.4v1.7.5.4Junio C Hamano3-2/+6
2011-06-01diffcore-rename.c: avoid set-but-not-used warningJim Meyering1-2/+1
2011-05-31Update draft release notes to 1.7.6Junio C Hamano1-10/+13
2011-05-31Start 1.7.5.4 draft release notesJunio C Hamano2-1/+19
2011-05-31config.c: Remove unused git_config_global() functionRamsay Jones1-5/+0
2011-05-31diff: futureproof "stop feeding the backend early" logicJunio C Hamano4-6/+11
2011-05-31diff_tree: disable QUICK optimization with diff filterJeff King2-0/+6
2011-05-30Documentation: do not misinterpret refspecs as bold textJonathan Nieder1-3/+3
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King2-1/+20
2011-05-30git-sh-i18n--envsubst: add SYNOPSIS section to the documentationÆvar Arnfjörð Bjarmason1-0/+10
2011-05-30git-grep: Fix problems with recently added testsMichał Kiedrowicz1-32/+26
2011-05-29builtin/commit.c: set status_format _after_ option parsingBrandon Casey2-4/+5
2011-05-29t7508: demonstrate status's failure to use --porcelain format with -zBrandon Casey1-0/+7
2011-05-28log: --quiet should serve as synonym to -sJunio C Hamano1-0/+2
2011-05-28rebase: write a reflog entry when finishingJeff King3-3/+7
2011-05-28rebase: create HEAD reflog entry when abortingCsaba Henk1-1/+1
2011-05-27config.mak.in: allow "configure --sysconfdir=/else/where"Junio C Hamano1-0/+1
2011-05-27docs: fix some antique example outputJeff King2-4/+4
2011-05-27docs: make sure literal "->" isn't converted to arrowJeff King2-5/+5
2011-05-27docs: update status --porcelain formatJeff King1-4/+23
2011-05-27docs: minor grammar fixes to git-statusJeff King1-3/+4
2011-05-27format-patch: preserve subject newlines with -kJeff King6-3/+8
2011-05-27clean up calling conventions for pretty.c functionsJeff King7-76/+75
2011-05-27pretty: add pp_commit_easy function for simple callersJeff King7-12/+14
2011-05-27git-submodule.sh: separate parens by a space to avoid confusing some shellsBrandon Casey1-1/+1
2011-05-26Documentation/technical/api-diff.txt: correct name of diff_unmerge()Brandon Casey1-2/+2
2011-05-26mailinfo: always clean up rfc822 header foldingJeff King2-2/+2