summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apply: comment grammar fixgb/apply-comment-typofixGiuseppe Bilotta2015-09-091-1/+1
* apply: notice creation/removal patches produced by GNU diffJunio C Hamano2009-07-112-1/+176
* Makefile: install 'git' in execdirv1.6.4-rc0Jeff King2009-07-091-7/+7
* Merge branch 'ld/push-porcelain-output-format'Junio C Hamano2009-07-094-32/+58
|\
| * add --porcelain option to git-pushLarry D'Anna2009-06-274-32/+58
* | Merge branch 'gb/gitweb-avatar'Junio C Hamano2009-07-093-46/+196
|\ \
| * | gitweb: add empty alt text to avatar imgGiuseppe Bilotta2009-06-301-0/+1
| * | gitweb: picon avatar providerGiuseppe Bilotta2009-06-301-7/+27
| * | gitweb: gravatar url cacheGiuseppe Bilotta2009-06-301-2/+22
| * | gitweb: (gr)avatar supportGiuseppe Bilotta2009-06-303-3/+86
| * | gitweb: use git_print_authorship_rows in 'tag' view tooGiuseppe Bilotta2009-06-301-7/+9
| * | gitweb: uniform author info for commit and commitdiffGiuseppe Bilotta2009-06-301-1/+5
| * | gitweb: refactor author name insertionGiuseppe Bilotta2009-06-302-39/+59
* | | Merge branch 'ml/http'Junio C Hamano2009-07-092-1/+53
|\ \ \
| * | | http.c: add http.sslCertPasswordProtected optionMark Lodato2009-06-182-1/+14
| * | | http.c: prompt for SSL client certificate passwordMark Lodato2009-06-181-1/+40
* | | | Merge branch 'rs/grep-p'Junio C Hamano2009-07-098-44/+228
|\ \ \ \
| * | | | grep: simplify -p outputRené Scharfe2009-07-022-10/+6
| * | | | grep -p: support user defined regular expressionsRené Scharfe2009-07-015-3/+50
| * | | | grep: add option -p/--show-functionRené Scharfe2009-07-015-13/+98
| * | | | grep: handle pre context lines on demandRené Scharfe2009-07-011-29/+32
| * | | | grep: print context hunk marks between filesRené Scharfe2009-07-014-1/+40
| * | | | grep: move context hunk mark handling into show_line()René Scharfe2009-07-012-15/+12
| * | | | userdiff: add xdiff_clear_find_func()René Scharfe2009-07-013-0/+17
* | | | | Merge branch 'js/run-command-updates' (early part)Junio C Hamano2009-07-092-1/+3
|\ \ \ \ \
| * | | | | MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-052-1/+3
* | | | | | git-svn.txt: fix description of fetch flags accepted by clone.Yann Dirson2009-07-081-4/+4
* | | | | | git-svn.txt: fix fetch flags incorrectly documented as init flags.Yann Dirson2009-07-081-10/+11
* | | | | | git-svn.txt: make formatting more consistent.Yann Dirson2009-07-081-110/+101
* | | | | | git-svn.txt: stop using dash-form of commands.Yann Dirson2009-07-081-60/+60
* | | | | | Merge branch 'maint'Junio C Hamano2009-07-081-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'cb/maint-fetch-refspec-wo-dst' into maintJunio C Hamano2009-07-081-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maintJunio C Hamano2009-07-081-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Documentation: update description of shell aliasesSitaram Chamarty2009-07-081-1/+3
* | | | | | | | | completion: __git_config_get_set_variables() handle values with spacesStephen Boyd2009-07-061-5/+6
* | | | | | | | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-0660-207/+225
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-2730-74/+79
| * | | | | | | | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-2742-133/+117
| * | | | | | | | | die_errno(): double % in strerror() output just in caseJunio C Hamano2009-06-271-2/+18
| * | | | | | | | | Introduce die_errno() that appends strerror(errno) to die()Thomas Rast2009-06-272-0/+13
* | | | | | | | | | Merge branch 'cb/maint-fetch-refspec-wo-dst'Junio C Hamano2009-07-061-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | fetch: do not create ref from empty nameClemens Buchacher2009-06-181-1/+1
* | | | | | | | | | Merge branch 'sb/show-ref-parse-options'Junio C Hamano2009-07-062-81/+67
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | show-ref: migrate to parse-optionsStephen Boyd2009-06-202-81/+67
* | | | | | | | | | | Merge branch 'gb/am-foreign'Junio C Hamano2009-07-061-4/+127
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-am: refactor 'cleaning up and aborting'Giuseppe Bilotta2009-06-131-14/+13
| * | | | | | | | | | | git-am foreign patch support: StGIT supportGiuseppe Bilotta2009-05-281-0/+57
| * | | | | | | | | | | git-am foreign patch support: autodetect some patch formatsGiuseppe Bilotta2009-05-281-1/+39
| * | | | | | | | | | | git-am foreign patch support: introduce patch_formatGiuseppe Bilotta2009-05-281-4/+33
* | | | | | | | | | | | Merge branch 'jk/use-our-regexp'Junio C Hamano2009-07-061-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \