summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Makefile: install 'git' in execdirv1.6.4-rc0Jeff King1-7/+7
2009-07-09Merge branch 'ld/push-porcelain-output-format'Junio C Hamano4-32/+58
2009-07-09Merge branch 'gb/gitweb-avatar'Junio C Hamano3-46/+196
2009-07-09Merge branch 'ml/http'Junio C Hamano2-1/+53
2009-07-09Merge branch 'rs/grep-p'Junio C Hamano8-44/+228
2009-07-09Merge branch 'js/run-command-updates' (early part)Junio C Hamano2-1/+3
2009-07-08git-svn.txt: fix description of fetch flags accepted by clone.Yann Dirson1-4/+4
2009-07-08git-svn.txt: fix fetch flags incorrectly documented as init flags.Yann Dirson1-10/+11
2009-07-08git-svn.txt: make formatting more consistent.Yann Dirson1-110/+101
2009-07-08git-svn.txt: stop using dash-form of commands.Yann Dirson1-60/+60
2009-07-08Merge branch 'maint'Junio C Hamano1-1/+3
2009-07-08Merge branch 'cb/maint-fetch-refspec-wo-dst' into maintJunio C Hamano1-1/+1
2009-07-08Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maintJunio C Hamano1-1/+1
2009-07-08Documentation: update description of shell aliasesSitaram Chamarty1-1/+3
2009-07-06completion: __git_config_get_set_variables() handle values with spacesStephen Boyd1-5/+6
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano60-207/+225
2009-07-06Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano1-1/+1
2009-07-06Merge branch 'sb/show-ref-parse-options'Junio C Hamano2-81/+67
2009-07-06Merge branch 'gb/am-foreign'Junio C Hamano1-4/+127
2009-07-06Merge branch 'jk/use-our-regexp'Junio C Hamano1-3/+11
2009-07-06Merge branch 'uk/rev-parse-parse-opt'Junio C Hamano3-4/+52
2009-07-06Avoid generating a warning if $fullname{$file} is undefinedNick Woolley1-1/+2
2009-07-06Remove archaic use of regex capture \1 in favour of $1Nick Woolley1-1/+1
2009-07-06completion: Add --full-diff to log optionsTodd Zullinger1-1/+1
2009-07-06Allow the Unix epoch to be a valid commit dateEric Wong2-6/+2
2009-07-06http-push: fix xml_entities() string parsing overrunHunter, D. Seth1-0/+2
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2-1/+3
2009-07-02grep: simplify -p outputRené Scharfe2-10/+6
2009-07-01Remove filename from conflict markersMartin Renold4-13/+17
2009-07-01Merge branch 'cc/bisect'Junio C Hamano3-16/+43
2009-07-01Merge branch 'js/daemon-log'Junio C Hamano3-40/+76
2009-07-01Merge branch 'cf/maint-remote-uploadpack-useconfig-fix'Junio C Hamano1-1/+1
2009-07-01Merge branch 'sb/quiet-porcelains'Junio C Hamano12-74/+225
2009-07-01Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'Junio C Hamano2-0/+59
2009-07-01Merge branch 'maint'Junio C Hamano1-3/+4
2009-07-01grep -p: support user defined regular expressionsRené Scharfe5-3/+50
2009-07-01grep: add option -p/--show-functionRené Scharfe5-13/+98
2009-07-01grep: handle pre context lines on demandRené Scharfe1-29/+32
2009-07-01grep: print context hunk marks between filesRené Scharfe4-1/+40
2009-07-01grep: move context hunk mark handling into show_line()René Scharfe2-15/+12
2009-07-01userdiff: add xdiff_clear_find_func()René Scharfe3-0/+17
2009-07-01request-pull: really really disable pagerMichal Marek1-3/+4
2009-07-01log-tree: fix confusing commentJeff King1-1/+2
2009-06-30Merge branch 'maint'Junio C Hamano6-17/+21
2009-06-30attr: plug minor memory leakRené Scharfe1-0/+2
2009-06-30git.c: avoid allocating one-too-many elements for new argv arrayBrandon Casey1-2/+1
2009-06-30request-pull: really disable pagerJunio C Hamano1-2/+2
2009-06-30git-mv: fix directory separator treatment on WindowsJohannes Sixt1-7/+3
2009-06-30completion: add missing config variablesStephen Boyd1-2/+3
2009-06-30Makes some cleanup/review in gittutorialThadeu Lima de Souza Cascardo1-12/+12
2009-06-30Makefile: git.o depends on library headersJohannes Sixt1-1/+1
2009-06-30git-submodule documentation: fix foreach exampleMiklos Vajna2-2/+4
2009-06-30gitweb: add empty alt text to avatar imgGiuseppe Bilotta1-0/+1
2009-06-30gitweb: picon avatar providerGiuseppe Bilotta1-7/+27
2009-06-30gitweb: gravatar url cacheGiuseppe Bilotta1-2/+22
2009-06-30gitweb: (gr)avatar supportGiuseppe Bilotta3-3/+86
2009-06-30gitweb: use git_print_authorship_rows in 'tag' view tooGiuseppe Bilotta1-7/+9
2009-06-30gitweb: uniform author info for commit and commitdiffGiuseppe Bilotta1-1/+5
2009-06-30gitweb: refactor author name insertionGiuseppe Bilotta2-39/+59
2009-06-29git log: add '--merges' flag to match '--no-merges'Linus Torvalds2-0/+5
2009-06-27add --porcelain option to git-pushLarry D'Anna4-32/+58
2009-06-27Merge git://git.bogomips.org/git-svnJunio C Hamano5-42/+446
2009-06-27git svn: Doc update for multiple branch and tag pathsMarc Branchaud1-9/+35
2009-06-27git svn: cleanup t9138-multiple-branchesMarc Branchaud1-57/+66
2009-06-27Merge branch 'pb/send-email-cccmd-fix'Junio C Hamano1-1/+4
2009-06-27Merge branch 'maint'Junio C Hamano4-2/+44
2009-06-27gitweb/README: fix AliasMatch in exampleGiuseppe Bilotta1-1/+9
2009-06-27Test grep --and/--or/--notThomas Rast1-0/+30
2009-06-27Test git archive --remoteThomas Rast1-0/+4
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast30-74/+79
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast42-133/+117
2009-06-27die_errno(): double % in strerror() output just in caseJunio C Hamano1-2/+18
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast2-0/+13
2009-06-26git-svn: Canonicalize svn urls to prevent libsvn assertionUlrich Dangel1-1/+8
2009-06-26t9138: remove stray dot in test which broke bashEric Wong1-1/+0
2009-06-25git-remote: fix missing .uploadpack usage for show commandChris Frey1-1/+1
2009-06-25git-svn: convert globs to regexps for branch destinationsEric Wong1-1/+3
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Marc Branchaud2-22/+170
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Ben Jackson3-6/+164
2009-06-25git-svn: speed up find_rev_beforeBen Jackson1-0/+2
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Ben Jackson1-0/+3
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast3-4/+54
2009-06-23fread does not return negative on errorRoel Kluin1-1/+1
2009-06-23builtin-remote: (get_one_entry): use strbufBert Wesarg1-9/+7
2009-06-23t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHBrandon Casey1-1/+4
2009-06-22Merge branch 'maint'Junio C Hamano1-1/+1
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt1-1/+1
2009-06-22Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano2-2/+15
2009-06-21Sync with 1.6.3.3Junio C Hamano5-12/+53
2009-06-21GIT 1.6.3.3v1.6.3.3Junio C Hamano3-2/+40
2009-06-21Merge branch 'ak/maint-for-each-ref-no-lookup' into maintJunio C Hamano1-9/+17
2009-06-21Merge branch 'rc/maint-http-local-slot-fix' into maintJunio C Hamano2-0/+12
2009-06-21Merge branch 'cb/maint-no-double-merge' into maintJunio C Hamano2-1/+7
2009-06-21Merge branch 'mn/maint-iconv-autoconf' into maintJunio C Hamano1-0/+8
2009-06-21Merge branch 'lt/maint-unsigned-left-shift' into maintJunio C Hamano8-16/+12
2009-06-21Merge branch 'pb/maint-1.6.2-userdiff-fix' into maintJunio C Hamano2-7/+10
2009-06-21receive-pack: do not send error details to the clientJohannes Sixt1-31/+22
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-20show-ref: migrate to parse-optionsStephen Boyd2-81/+67
2009-06-20Merge branch 'maint'Junio C Hamano2-3/+3
2009-06-20Merge branch 'maint-1.6.2' into maintJunio C Hamano3-7/+7
2009-06-20Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano3-7/+7
2009-06-20Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano3-7/+7
2009-06-20git-show-ref.txt: remove word and make consistentStephen Boyd1-2/+2
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds23-42/+42
2009-06-20Merge branch 'ph/submodule-rebase'Junio C Hamano4-6/+86
2009-06-20Makefile: Solaris needs HAVE_ALLOCA_H for alloca()Brandon Casey1-1/+1
2009-06-20Merge branch 'jc/cache-tree'Junio C Hamano7-44/+117
2009-06-20Merge branch 'mg/pushurl'Junio C Hamano9-17/+102
2009-06-20Merge branch 'mn/maint-iconv-autoconf'Junio C Hamano1-0/+8
2009-06-20Merge branch 'sb/pull-rebase'Junio C Hamano4-221/+43
2009-06-20Merge branch 'pb/send-email-cccmd-fix'Junio C Hamano4-10/+80
2009-06-20Merge branch 'pb/maint-1.6.2-userdiff-fix'Junio C Hamano2-7/+10
2009-06-20Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano3-6/+19
2009-06-20Merge branch 'lt/maint-unsigned-left-shift'Junio C Hamano8-16/+12
2009-06-20git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna1-1/+1
2009-06-20Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2-348/+479
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd2-2/+15
2009-06-18stash: teach quiet optionStephen Boyd3-24/+92
2009-06-18am, rebase: teach quiet optionStephen Boyd6-24/+97
2009-06-18upload-pack: squelch progress indicator if client cannot see itJohannes Sixt1-1/+6
2009-06-18daemon: send stderr of service programs to the syslogJohannes Sixt1-8/+48
2009-06-18http.c: add http.sslCertPasswordProtected optionMark Lodato2-1/+14
2009-06-18http.c: prompt for SSL client certificate passwordMark Lodato1-1/+40
2009-06-18Merge branch 'maint'Junio C Hamano4-19/+21
2009-06-18Merge branch 'sb/parse-options-integer'Junio C Hamano4-48/+24
2009-06-18Merge branch 'ak/maint-for-each-ref-no-lookup'Junio C Hamano1-9/+17
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-18Makefile: use compat regex on SolarisJeff King1-0/+1
2009-06-18Makefile: refactor regex compat supportJeff King1-2/+9
2009-06-18Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini4-10/+80
2009-06-18fetch: do not create ref from empty nameClemens Buchacher1-1/+1
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-18submodule, repack: migrate to git-sh-setup's say()Stephen Boyd2-25/+11
2009-06-18git-sh-setup: introduce say() for quiet optionsStephen Boyd1-0/+9
2009-06-18am: suppress apply errors when using 3-wayStephen Boyd1-1/+8
2009-06-18t4150: test applying with a newline in subjectStephen Boyd1-0/+8
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds8-16/+12
2009-06-14pull, 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-am: refactor 'cleaning up and aborting'Giuseppe Bilotta1-14/+13
2009-06-13Merge branch 'maint'Junio C Hamano1-33/+32
2009-06-13Merge branch 'maint-1.6.2' into maintJunio C Hamano1-33/+32
2009-06-13Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano1-33/+32
2009-06-13Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2-34/+34
2009-06-13parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parseUwe Kleine-König3-2/+16
2009-06-13more tests for git rev-parse --parse-optUwe Kleine-König1-2/+36
2009-06-13diff-tree -r -t: include added/removed directories in the outputNick Edelen2-0/+59
2009-06-13Merge branch 'mh/fix-send-email-threaded'Junio C Hamano3-4/+27
2009-06-13Merge branch 'rc/http-push'Junio C Hamano8-993/+904
2009-06-13Merge branch 'cc/bisect' (early part)Junio C Hamano6-32/+130
2009-06-13Merge branch 'rc/maint-http-local-slot-fix'Junio C Hamano2-0/+12
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano13-9/+7194
2009-06-13Merge branch 'cb/maint-no-double-merge'Junio C Hamano2-1/+7
2009-06-13Merge branch 'ph/submodule-rebase' (early part)Junio C Hamano4-6/+192
2009-06-13Merge branch 'bc/solaris'Junio C Hamano6-8/+90
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano6-29/+23
2009-06-13Merge branch 'nw/maint-cvsexportcommit'Junio C Hamano2-14/+53
2009-06-13Merge branch 'da/araxis-mergetool'Junio C Hamano5-6/+27
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd1-33/+32
2009-06-13Documentation: remove warning saying that "git bisect skip" may slow bisectionChristian Couder1-3/+2
2009-06-13bisect: use a PRNG with a bias when skipping away from untestable commitsChristian Couder2-13/+41
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-12Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano3-3/+14
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-11Merge branch 'maint'Junio C Hamano2-1/+5
2009-06-11Documentation: git-send-mail can take rev-list arg to drive format-patchPaolo Bonzini1-0/+4
2009-06-11parse-remote: remove unused functionsSanti Béjar2-224/+0
2009-06-11parse-remote: support default reflist in get_remote_merge_branchSanti Béjar2-1/+21
2009-06-11parse-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-11Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintJunio C Hamano1-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-09git-repack.txt: Clarify implications of -a for dumb protocolsMichael J Gruber1-2/+5
2009-06-09technical/api-remote: Describe new struct remote member pushurlMichael J Gruber1-0/+4
2009-06-09t5516: Check pushurl config settingMichael J Gruber1-0/+13
2009-06-09Allow push and fetch urls to be differentMichael J Gruber5-4/+37
2009-06-09Merge branch 'maint'Junio C Hamano3-4/+10
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