summaryrefslogtreecommitdiffstats
path: root/write_or_die.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-25test-lib: output a newline before "ok" under a TAP harnessÆvar Arnfjörð Bjarmason1-0/+3
2010-06-25test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason3-12/+53
2010-06-25test-lib: Adjust output to be valid TAP formatÆvar Arnfjörð Bjarmason2-30/+59
2010-06-23url.c: "<scheme>://" part at the beginning should not be URL decodedJunio C Hamano1-10/+18
2010-06-22Update draft release notes to 1.7.2Junio C Hamano1-12/+41
2010-06-22Update draft release notes to 1.7.1.1Junio C Hamano1-0/+21
2010-06-21tests: remove unnecessary '^' from 'expr' regular expressionJunio C Hamano2-3/+3
2010-06-21Drop items that are 1.7.1.1 fixes from the 1.7.1 release notesJunio C Hamano1-21/+0
2010-06-21Update draft release notes to 1.7.1.1Junio C Hamano1-0/+21
2010-06-21git-cvsserver: fix error for invalid password formatsÆvar Arnfjörð Bjarmason1-1/+4
2010-06-21git-cvsserver: typo in a comment: bas -> hasÆvar Arnfjörð Bjarmason1-1/+1
2010-06-20gitweb/Makefile: fix typo in gitweb.min.css ruleJay Soffian1-1/+1
2010-06-18Update draft release notes to 1.7.2Junio C Hamano1-4/+33
2010-06-18unpack-trees: Make index lookahead less pessimalBrian Downing1-2/+10
2010-06-17Update draft release notes to 1.7.2Junio C Hamano1-25/+1
2010-06-17Prepare draft release notes to 1.7.1.1Junio C Hamano2-1/+47
2010-06-16pretty: Introduce ' ' modifier to add space if non-emptyMichael J Gruber3-3/+24
2010-06-16common_prefix: simplify and fix scanning for prefixesJunio C Hamano1-13/+13
2010-06-16completion: Add --signature and format.signatureStephen Boyd1-1/+2
2010-06-16format-patch: Add a signature option (--signature)Stephen Boyd5-3/+83
2010-06-15notes: Initialize variable to appease Sun StudioÆvar Arnfjörð Bjarmason1-1/+1
2010-06-14gitweb: Return or exit after done serving requestJakub Narebski1-1/+9
2010-06-14Make :/ accept a regex rather than a fixed patternLinus Torvalds1-3/+9
2010-06-14Update draft release notes to 1.7.2Junio C Hamano1-11/+102
2010-06-14git svn: avoid unnecessary '/' in paths for SVNEric Wong1-0/+3
2010-06-14git-svn: strip off leading slashes on --trunk argumentJonathan Nieder1-0/+1
2010-06-14git-mailinfo documentation: clarify -u/--encodingZhang Le1-4/+4
2010-06-14Remove python 2.5'ismsBrandon Casey6-13/+39
2010-06-14Makefile: add PYTHON_PATH to GIT-BUILD-OPTIONSBrandon Casey1-0/+1
2010-06-13add-interactive: Clarify “remaining hunks in the file”Jonathan Nieder2-6/+6
2010-06-13gitweb: Fix typo in hash key name in %opts in git_header_htmlJakub Narebski1-1/+1
2010-06-13commit: use value of GIT_REFLOG_ACTION env variable as reflog messageChristian Couder2-6/+13
2010-06-13commit::print_summary(): don't use format_commit_message()Tay Ray Chuan2-8/+6
2010-06-13parseopt: wrap rev-parse --parseopt usage for eval consumptionThomas Rast4-16/+30
2010-06-12log_ref_setup: don't return stack-allocated arrayThomas Rast3-17/+15
2010-06-11check_aliased_update: strcpy() instead of strcat() to copyThomas Rast1-2/+2
2010-06-11t/README: document --root optionThomas Rast1-0/+6
2010-06-11fast-import: die_nicely() back to vsnprintf (reverts part of ebaa79f)Thomas Rast1-3/+5
2010-06-11test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano2-10/+16
2010-06-11Makefile: default pager on AIX to "more"Jeff King1-0/+1
2010-06-11rebase -i: Abort cleanly if new base cannot be checked outIan Ward Comfort2-1/+12
2010-06-11merge-recursive: demonstrate an incorrect conflict with submoduleJohannes Sixt1-0/+29
2010-06-11commit: give advice on empty amendJeff King1-0/+7
2010-06-11gitweb: Run in FastCGI mode if gitweb script has .fcgi extensionJakub Narebski1-8/+13
2010-06-11Documentation/checkout: clarify descriptionJonathan Nieder1-19/+21
2010-06-11rebase -i -p: document shortcomingsJonathan Nieder2-0/+33
2010-06-10Makefile: default pager on AIX to "more"Jeff King1-0/+1
2010-06-08Refactor parse_date for approxidate functionsRamkumar Ramachandra1-19/+37
2010-06-08Change C99 comments to old-style C commentsTor Arntsen3-4/+4
2010-06-08branch: don't fail listing branches if one of the commits wasn't foundSimo Melenius1-1/+4