summaryrefslogtreecommitdiffstats
path: root/grep.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-27read-tree: convert unhelpful usage()'s to helpful die()'sStephen Boyd1-3/+3
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt1-1/+1
2009-06-22GIT 1.6.3.3v1.6.3.3Junio C Hamano3-2/+40
2009-06-21attribute: whitespace set to true detects all errors known to gitJunio C Hamano1-5/+7
2009-06-21.gitattributes: CR at the end of the line is an errorNanako Shiraishi1-1/+1
2009-06-21t3505: fix abuse of test_expect_codeJunio C Hamano1-5/+5
2009-06-21git-show-ref.txt: remove word and make consistentStephen Boyd1-2/+2
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds23-42/+42
2009-06-21git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna1-1/+1
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd2-2/+15
2009-06-18Add -k option to cvsexportcommit to revert expanded CVS keywords in CVS worki...Alex Bennée2-3/+26
2009-06-18http.c: fix compiling with libcurl 7.9.2Mark Lodato1-4/+4
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini4-10/+80
2009-06-18import-tars: support symlinksJohannes Schindelin1-5/+12
2009-06-18upload-archive: fix infinite loop on CygwinRené Scharfe1-5/+7
2009-06-18avoid exponential regex match for java and objc function namesPaolo Bonzini1-2/+3
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds8-16/+12
2009-06-15pull, rebase: simplify to use die()Stephen Boyd2-10/+5
2009-06-14use xstrdup, not strdup in ll-merge.cJim Meyering1-4/+4
2009-06-14avoid NULL dereference on failed mallocJim Meyering1-2/+2
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd1-33/+32
2009-06-13builtin-remote: Make "remote -v" display push urlsMichael J Gruber1-5/+26
2009-06-13builtin-remote: Show push urls as wellMichael J Gruber2-8/+22
2009-06-12send-email: fix a typo in a commentMarkus Heidelberg1-1/+1
2009-06-12send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for threaded mails without chain-reply-toMarkus Heidelberg1-0/+11
2009-06-12doc/send-email: clarify the behavior of --in-reply-to with --no-threadMarkus Heidelberg1-2/+3
2009-06-12send-email: fix non-threaded mailsMarkus Heidelberg2-2/+3
2009-06-12add a test for git-send-email for non-threaded mailsMarkus Heidelberg1-0/+10
2009-06-12Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini1-0/+4
2009-06-12parse-remote: remove unused functionsSanti Béjar2-224/+0
2009-06-12parse-remote: support default reflist in get_remote_merge_branchSanti Béjar2-1/+21
2009-06-12parse-remote: function to get the tracking branch to be mergeSanti Béjar2-5/+31
2009-06-11compat/ has subdirectories: do not omit them in 'make clean'Johannes Sixt1-1/+1
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt1-1/+1
2009-06-11rebase--interactive: remote stray closing parenthesisUwe Kleine-König1-1/+1
2009-06-10parse-options: add parse_options_check to validate option specs.Pierre Habouzit1-0/+24
2009-06-10configure: test whether -lresolv is neededRalf Wildenhues2-0/+10
2009-06-10Makefile: insert SANE_TOOL_PATH to PATH before /bin or /usr/binJunio C Hamano2-4/+31
2009-06-10git-repack.txt: Clarify implications of -a for dumb protocolsMichael J Gruber1-2/+5
2009-06-10technical/api-remote: Describe new struct remote member pushurlMichael J Gruber1-0/+4
2009-06-10t5516: Check pushurl config settingMichael J Gruber1-0/+13
2009-06-10Allow push and fetch urls to be differentMichael J Gruber5-4/+37
2009-06-09bash: add support for 'git stash pop --index' optionSZEDER Gábor1-2/+2
2009-06-09Documentation: mention 'git stash pop --index' option explicitlySZEDER Gábor2-10/+10
2009-06-09Simplify some 'fprintf(stderr); return -1;' by using 'return error()'Johannes Sixt1-10/+6
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt3-45/+18
2009-06-09show-branch: don't use LASTARG_DEFAULT with OPTARGStephen Boyd2-4/+6
2009-06-09send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey2-6/+6
2009-06-09git-send-email.perl: improve detection of MIME encoded-wordsBrandon Casey1-1/+9