Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | gitweb: gravatar url cache | Giuseppe Bilotta | 2009-06-30 | 1 | -2/+22 | |
| * | | | | | gitweb: (gr)avatar support | Giuseppe Bilotta | 2009-06-30 | 3 | -3/+86 | |
| * | | | | | gitweb: use git_print_authorship_rows in 'tag' view too | Giuseppe Bilotta | 2009-06-30 | 1 | -7/+9 | |
| * | | | | | gitweb: uniform author info for commit and commitdiff | Giuseppe Bilotta | 2009-06-30 | 1 | -1/+5 | |
| * | | | | | gitweb: refactor author name insertion | Giuseppe Bilotta | 2009-06-30 | 2 | -39/+59 | |
* | | | | | | Merge branch 'ml/http' | Junio C Hamano | 2009-07-09 | 2 | -1/+53 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | http.c: add http.sslCertPasswordProtected option | Mark Lodato | 2009-06-18 | 2 | -1/+14 | |
| * | | | | | | http.c: prompt for SSL client certificate password | Mark Lodato | 2009-06-18 | 1 | -1/+40 | |
* | | | | | | | Merge branch 'rs/grep-p' | Junio C Hamano | 2009-07-09 | 8 | -44/+228 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | grep: simplify -p output | René Scharfe | 2009-07-02 | 2 | -10/+6 | |
| * | | | | | | | grep -p: support user defined regular expressions | René Scharfe | 2009-07-01 | 5 | -3/+50 | |
| * | | | | | | | grep: add option -p/--show-function | René Scharfe | 2009-07-01 | 5 | -13/+98 | |
| * | | | | | | | grep: handle pre context lines on demand | René Scharfe | 2009-07-01 | 1 | -29/+32 | |
| * | | | | | | | grep: print context hunk marks between files | René Scharfe | 2009-07-01 | 4 | -1/+40 | |
| * | | | | | | | grep: move context hunk mark handling into show_line() | René Scharfe | 2009-07-01 | 2 | -15/+12 | |
| * | | | | | | | userdiff: add xdiff_clear_find_func() | René Scharfe | 2009-07-01 | 3 | -0/+17 | |
* | | | | | | | | Merge branch 'js/run-command-updates' (early part) | Junio C Hamano | 2009-07-09 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MinGW: truncate exit()'s argument to lowest 8 bits | Johannes Sixt | 2009-07-05 | 2 | -1/+3 | |
* | | | | | | | | | git-svn.txt: fix description of fetch flags accepted by clone. | Yann Dirson | 2009-07-08 | 1 | -4/+4 | |
* | | | | | | | | | git-svn.txt: fix fetch flags incorrectly documented as init flags. | Yann Dirson | 2009-07-08 | 1 | -10/+11 | |
* | | | | | | | | | git-svn.txt: make formatting more consistent. | Yann Dirson | 2009-07-08 | 1 | -110/+101 | |
* | | | | | | | | | git-svn.txt: stop using dash-form of commands. | Yann Dirson | 2009-07-08 | 1 | -60/+60 | |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-07-08 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'cb/maint-fetch-refspec-wo-dst' into maint | Junio C Hamano | 2009-07-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' into maint | Junio C Hamano | 2009-07-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Documentation: update description of shell aliases | Sitaram Chamarty | 2009-07-08 | 1 | -1/+3 | |
* | | | | | | | | | | completion: __git_config_get_set_variables() handle values with spaces | Stephen Boyd | 2009-07-06 | 1 | -5/+6 | |
* | | | | | | | | | | Merge branch 'tr/die_errno' | Junio C Hamano | 2009-07-06 | 60 | -207/+225 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 30 | -74/+79 | |
| * | | | | | | | | | | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 42 | -133/+117 | |
| * | | | | | | | | | | die_errno(): double % in strerror() output just in case | Junio C Hamano | 2009-06-27 | 1 | -2/+18 | |
| * | | | | | | | | | | Introduce die_errno() that appends strerror(errno) to die() | Thomas Rast | 2009-06-27 | 2 | -0/+13 | |
* | | | | | | | | | | | Merge branch 'cb/maint-fetch-refspec-wo-dst' | Junio C Hamano | 2009-07-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | fetch: do not create ref from empty name | Clemens Buchacher | 2009-06-18 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'sb/show-ref-parse-options' | Junio C Hamano | 2009-07-06 | 2 | -81/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | show-ref: migrate to parse-options | Stephen Boyd | 2009-06-20 | 2 | -81/+67 | |
* | | | | | | | | | | | | Merge branch 'gb/am-foreign' | Junio C Hamano | 2009-07-06 | 1 | -4/+127 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | git-am: refactor 'cleaning up and aborting' | Giuseppe Bilotta | 2009-06-13 | 1 | -14/+13 | |
| * | | | | | | | | | | | | git-am foreign patch support: StGIT support | Giuseppe Bilotta | 2009-05-28 | 1 | -0/+57 | |
| * | | | | | | | | | | | | git-am foreign patch support: autodetect some patch formats | Giuseppe Bilotta | 2009-05-28 | 1 | -1/+39 | |
| * | | | | | | | | | | | | git-am foreign patch support: introduce patch_format | Giuseppe Bilotta | 2009-05-28 | 1 | -4/+33 | |
* | | | | | | | | | | | | | Merge branch 'jk/use-our-regexp' | Junio C Hamano | 2009-07-06 | 1 | -3/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Makefile: Solaris needs HAVE_ALLOCA_H for alloca() | Brandon Casey | 2009-06-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Makefile: use compat regex on Solaris | Jeff King | 2009-06-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | Makefile: refactor regex compat support | Jeff King | 2009-06-18 | 1 | -2/+9 | |
* | | | | | | | | | | | | | | Merge branch 'uk/rev-parse-parse-opt' | Junio C Hamano | 2009-07-06 | 3 | -4/+52 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse | Uwe Kleine-König | 2009-06-13 | 3 | -2/+16 | |
| * | | | | | | | | | | | | | | more tests for git rev-parse --parse-opt | Uwe Kleine-König | 2009-06-13 | 1 | -2/+36 | |
* | | | | | | | | | | | | | | | Avoid generating a warning if $fullname{$file} is undefined | Nick Woolley | 2009-07-06 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | Remove archaic use of regex capture \1 in favour of $1 | Nick Woolley | 2009-07-06 | 1 | -1/+1 |