summaryrefslogtreecommitdiffstats
path: root/decorate.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-22tests: Fix race condition in t7006-pagerJonathan Nieder1-6/+6
2010-02-22sha1_file: be paranoid when creating loose objectsNicolas Pitre1-0/+9
2010-02-22git-diff: add a test for git diff --quiet -wLarry D'Anna1-0/+15
2010-02-21hash-object: don't use mmap() for small filesDmitry Potapov1-0/+10
2010-02-21sha1_file: don't malloc the whole compressed result when writing out objectsNicolas Pitre1-14/+10
2010-02-21t7006-pager: if stdout is not a terminal, make a new oneJonathan Nieder2-11/+82
2010-02-20cherry_pick_list: quit early if one side is emptyThomas Rast1-0/+3