summaryrefslogtreecommitdiffstats
path: root/write_or_die.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-03pull: do not clobber untracked files on initial pullJeff King2-1/+12
2011-04-03compat: add missing #include <sys/resource.h>Jonathan Nieder1-0/+1
2011-04-03git.el: Don't use font-lock-compile-keywordsLawrence Mitchell1-3/+10
2011-04-03t2019-checkout-ambiguous-ref.sh: depend on C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-2/+2
2011-04-03Fix two unused variable warnings in gcc 4.6Dan McGee2-6/+1
2011-04-03Remove old binaries from .gitignoreDan McGee1-2/+0
2011-04-03sparse: Fix errors and silence warningsStephen Boyd7-9/+9
2011-04-03Update release notesJunio C Hamano2-23/+21
2011-04-03Git 1.7.4.3v1.7.4.3Junio C Hamano3-2/+34
2011-04-03Doc: mention --delta-base-offset is the default for Porcelain commandsJunio C Hamano1-1/+6
2011-04-01docs: fix filter-branch subdir example for exotic repo namesJeff King1-1/+1
2011-03-31Git 1.7.5-rc0v1.7.5-rc0Junio C Hamano2-2/+2
2011-03-31parse-remote: typofixJunio C Hamano1-1/+1
2011-03-30grep: allow -E and -n to be turned on by default via configurationJoe Ratterman4-1/+52
2011-03-30contrib/thunderbird-patch-inline: do not require bash to run the scriptMaxin john1-2/+2
2011-03-30t8001: check the exit status of the command being testedJunio C Hamano1-5/+6
2011-03-30strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadMichael Witten1-36/+1
2011-03-30Typos: t/READMEMichael Witten1-5/+4
2011-03-30Documentation/config.txt: make truth value of numbers more explicitCarlos Martín Nieto1-1/+1
2011-03-30git-pack-objects.txt: fix grammatical errorsStephen Boyd1-3/+3
2011-03-30parse-remote: replace unnecessary sed invocationStephen Boyd1-1/+2
2011-03-30tests: kill backgrounded processes more robustlyJeff King1-6/+6
2011-03-29vcs-svn: a void function shouldn't try to return somethingMichael Witten1-1/+2
2011-03-29Revert two "no-done" revertsJunio C Hamano2-7/+31
2011-03-29enable "no-done" extension only when serving over smart-httpJunio C Hamano1-3/+4
2011-03-29Fix potential local deadlock during fetch-packJunio C Hamano1-4/+5
2011-03-29enable "no-done" extension only when fetching over smart-httpJunio C Hamano1-1/+2
2011-03-29HOME must be set before calling git-init when creating test repositoriesAlex Riesen1-3/+3
2011-03-29tests: make sure input to sed is newline terminatedJonathan Nieder1-2/+6
2011-03-29Revert "fetch-pack: Implement no-done capability"Junio C Hamano1-15/+3
2011-03-29Revert "upload-pack: Implement no-done capability"Junio C Hamano1-16/+4
2011-03-28git tag documentation grammar fixes and readability updatesMichael Witten1-18/+18
2011-03-28tests: fix overeager scrubbing of environment variablesJens Lehmann1-1/+10
2011-03-28grep: Add the option '--line-number'Joe Ratterman2-1/+2
2011-03-28Improve test for pthreads flagGiuseppe Bilotta1-0/+2
2011-03-28vcs-svn: add missing cast to printf argumentJonathan Nieder1-1/+2
2011-03-27vcs-svn: add missing cast to printf argumentJonathan Nieder1-1/+2
2011-03-27Update draft release note to 1.7.5Junio C Hamano1-2/+15
2011-03-26vcs-svn: handle log message with embedded NULJonathan Nieder6-13/+94
2011-03-26vcs-svn: avoid unnecessary copying of log message and authorJonathan Nieder1-10/+10
2011-03-26vcs-svn: remove buffer_read_stringJonathan Nieder5-48/+17
2011-03-26vcs-svn: make reading of properties binary-safeJonathan Nieder2-14/+37
2011-03-26Git 1.7.4.2v1.7.4.2Junio C Hamano2-1/+8
2011-03-25pull: do not clobber untracked files on initial pullJeff King2-1/+12
2011-03-25merge: merge unborn index before setting refJeff King2-1/+5
2011-03-25t7607: clean up stray untracked fileJeff King1-1/+2
2011-03-25t7607: mark known breakage in test 11 as fixedJeff King1-1/+1
2011-03-25gitweb: Fix handling of fractional timezones in parse_dateJakub Narebski1-2/+4
2011-03-25git-gui: detect the use of MUI langauge packs on WindowsPat Thoyts1-0/+19
2011-03-24tests: avoid nonportable {foo,bar} globJonathan Nieder1-8/+8