Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'fill_directory()' helper function for directory traversal | Linus Torvalds | 2009-07-09 | 6 | -52/+40 |
* | 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 |
* | | | | | | | completion: Add --full-diff to log options | Todd Zullinger | 2009-07-06 | 1 | -1/+1 |
* | | | | | | | Allow the Unix epoch to be a valid commit date | Eric Wong | 2009-07-06 | 2 | -6/+2 |
* | | | | | | | http-push: fix xml_entities() string parsing overrun | Hunter, D. Seth | 2009-07-06 | 1 | -0/+2 |
* | | | | | | | Remove filename from conflict markers | Martin Renold | 2009-07-01 | 4 | -13/+17 |
* | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2009-07-01 | 3 | -16/+43 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation: remove warning saying that "git bisect skip" may slow bisection | Christian Couder | 2009-06-13 | 1 | -3/+2 |
| * | | | | | | | bisect: use a PRNG with a bias when skipping away from untestable commits | Christian Couder | 2009-06-13 | 2 | -13/+41 |
* | | | | | | | | Merge branch 'js/daemon-log' | Junio C Hamano | 2009-07-01 | 3 | -40/+76 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | receive-pack: do not send error details to the client | Johannes Sixt | 2009-06-21 | 1 | -31/+22 |
| * | | | | | | | | upload-pack: squelch progress indicator if client cannot see it | Johannes Sixt | 2009-06-18 | 1 | -1/+6 |
| * | | | | | | | | daemon: send stderr of service programs to the syslog | Johannes Sixt | 2009-06-18 | 1 | -8/+48 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'cf/maint-remote-uploadpack-useconfig-fix' | Junio C Hamano | 2009-07-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-remote: fix missing .uploadpack usage for show command | Chris Frey | 2009-06-25 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'sb/quiet-porcelains' | Junio C Hamano | 2009-07-01 | 12 | -74/+225 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | stash: teach quiet option | Stephen Boyd | 2009-06-18 | 3 | -24/+92 |
| * | | | | | | | | | am, rebase: teach quiet option | Stephen Boyd | 2009-06-18 | 6 | -24/+97 |
| * | | | | | | | | | submodule, repack: migrate to git-sh-setup's say() | Stephen Boyd | 2009-06-18 | 2 | -25/+11 |
| * | | | | | | | | | git-sh-setup: introduce say() for quiet options | Stephen Boyd | 2009-06-18 | 1 | -0/+9 |
| * | | | | | | | | | am: suppress apply errors when using 3-way | Stephen Boyd | 2009-06-18 | 1 | -1/+8 |
| * | | | | | | | | | t4150: test applying with a newline in subject | Stephen Boyd | 2009-06-18 | 1 | -0/+8 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory' | Junio C Hamano | 2009-07-01 | 2 | -0/+59 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | diff-tree -r -t: include added/removed directories in the output | Nick Edelen | 2009-06-13 | 2 | -0/+59 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-07-01 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | request-pull: really really disable pager | Michal Marek | 2009-07-01 | 1 | -3/+4 |
* | | | | | | | | | | | log-tree: fix confusing comment | Jeff King | 2009-07-01 | 1 | -1/+2 |