summaryrefslogtreecommitdiffstats
path: root/builtin-annotate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-07unset GREP_OPTIONS in test-lib.shBert Wesarg1-0/+2
2010-03-07stash: suggest the correct command line for unknown options.Matthieu Moy1-0/+1
2010-03-07t7406: Fix submodule init config testsStephen Boyd1-8/+16
2010-03-05git-svn: make git svn --version work againMichael J Gruber1-0/+1
2010-03-05Revert "git-svn: always initialize with core.autocrlf=false"Erik Faye-Lund1-1/+0
2010-03-05git-svn: support fetch with autocrlf onErik Faye-Lund1-1/+1
2010-03-05hash-object: support --stdin-paths with --no-filtersErik Faye-Lund3-9/+19
2010-03-05Update draft release notes to 1.7.0.2Junio C Hamano1-1/+25
2010-03-05Remove extra '-' from git-am(1)Michal Sojka1-1/+1
2010-03-04t9119-git-svn-info.sh: test with svn 1.6.* as wellMichael J Gruber1-1/+2
2010-03-04git-svn: req_svn when neededMichael J Gruber1-0/+1
2010-03-03submodule summary: do not shift a non-existent positional variableJeff King1-1/+1
2010-03-03Start preparing for 1.7.0.2Junio C Hamano2-1/+23
2010-03-02fallback SSH_ASKPASS when GIT_ASKPASS not setFrank Li1-0/+3
2010-03-02gitweb: Fix project-specific feature override behaviorJakub Narebski2-6/+21
2010-03-02gitweb multiple project roots documentationSylvain Rabot1-3/+64
2010-03-01bisect: error out when passing bad path parametersChristian Couder2-0/+11
2010-02-28Git 1.7.0.1v1.7.0.1Junio C Hamano3-7/+12
2010-02-28Remove reference to GREP_COLORS from documentationMark Lodato1-3/+1
2010-02-28Makefile: clarify definition of TEST_OBJSJonathan Nieder1-2/+1
2010-02-28sha1_name: fix segfault caused by invalid index accessMarkus Heidelberg1-14/+18
2010-02-26git svn: delay importing SVN::Base until it is neededjosh robb1-5/+11
2010-02-26git-svn: Fix discarding of extra parents from svn:mergeinfoTuomas Suutari2-2/+2
2010-02-26t9151: Add two new svn:mergeinfo test casesTuomas Suutari3-53/+581
2010-02-26t9151: Fix a few commits in the SVN dumpTuomas Suutari2-38/+74
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt4-0/+33
2010-02-25t3301-notes: insert a shbang line in ./fake_editor.shJohannes Sixt1-0/+1
2010-02-25commit: quote the user name in the exampleMatt Kraai1-1/+1
2010-02-23am: remove rebase-apply directory before gcJonathan Nieder1-2/+1
2010-02-23rerere: fix memory leak if rerere images can't be readBert Wesarg1-3/+6
2010-02-23Print RUNTIME_PREFIX warning only when GIT_TRACE is setJohannes Sixt1-1/+1
2010-02-23Allow '+', '-' and '.' in remote helper namesIlari Liusvaara1-2/+17
2010-02-23Documentation: mention conflict marker size argument (%L) for merge driverBert Wesarg1-1/+2
2010-02-23move encode_in_pack_object_header() to a better placeNicolas Pitre4-28/+28
2010-02-23add-interactive: fix bogus diff header line orderingJeff King2-1/+31
2010-02-23Use git_mkstemp_mode instead of plain mkstemp to create object filesMatthieu Moy2-4/+4
2010-02-23git_mkstemps_mode: don't set errno to EINVAL on exit.Matthieu Moy1-1/+0
2010-02-23Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.Matthieu Moy3-20/+10
2010-02-23git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy3-2/+27
2010-02-23Move gitmkstemps to path.cMatthieu Moy3-71/+69