Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cc/replace' | Junio C Hamano | 2009-11-23 | 1 | -10/+14 |
|\ | |||||
| * | Documentation: talk a little bit about GIT_NO_REPLACE_OBJECTS | Christian Couder | 2009-11-20 | 1 | -0/+3 |
| * | Documentation: fix typos and spelling in replace documentation | Christian Couder | 2009-11-20 | 1 | -10/+11 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-11-23 | 1 | -3/+9 |
|\ \ | |||||
| * | | pack-objects: split implications of --all-progress from progress activation | Nicolas Pitre | 2009-11-23 | 1 | -3/+9 |
* | | | Merge branch 'bg/fetch-multi' | Junio C Hamano | 2009-11-23 | 4 | -3/+44 |
|\ \ \ | |||||
| * | | | builtin-fetch: add --dry-run option | Jay Soffian | 2009-11-10 | 1 | -0/+5 |
| * | | | builtin-fetch: add --prune option | Jay Soffian | 2009-11-10 | 1 | -0/+4 |
| * | | | Add the configuration option skipFetchAll | Björn Gustavsson | 2009-11-10 | 1 | -1/+7 |
| * | | | Teach the --multiple option to 'git fetch' | Björn Gustavsson | 2009-11-10 | 2 | -0/+8 |
| * | | | Teach the --all option to 'git fetch' | Björn Gustavsson | 2009-11-10 | 3 | -2/+20 |
* | | | | config documentation: some configs are auto-set by git-init | Matthew Ogilvie | 2009-11-22 | 1 | -2/+22 |
* | | | | cvsserver doc: database generally can not be reproduced consistently | Matthew Ogilvie | 2009-11-22 | 1 | -4/+15 |
* | | | | Git v1.6.6-rc0v1.6.6-rc0 | Junio C Hamano | 2009-11-22 | 1 | -1/+22 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-11-22 | 1 | -5/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Documentation: undocument gc'd function graph_release() | Greg Price | 2009-11-19 | 1 | -5/+0 |
* | | | | Merge branch 'mo/maint-crlf-doc' | Junio C Hamano | 2009-11-22 | 1 | -3/+4 |
|\ \ \ \ | |||||
| * | | | | core.autocrlf documentation: mention the crlf attribute | Matthew Ogilvie | 2009-11-16 | 1 | -3/+4 |
* | | | | | Merge branch 'th/remote-usage' | Junio C Hamano | 2009-11-22 | 1 | -3/+4 |
|\ \ \ \ \ | |||||
| * | | | | | git remote: Separate usage strings for subcommands | Tim Henigan | 2009-11-20 | 1 | -3/+4 |
| |/ / / / | |||||
* | | | | | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 2009-11-22 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation: avoid xmlto input error | Junio C Hamano | 2009-11-21 | 1 | -3/+3 |
| * | | | | | expand_user_path: expand ~ to $HOME, not to the actual homedir. | Matthieu Moy | 2009-11-19 | 1 | -4/+5 |
| * | | | | | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-17 | 1 | -1/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'tr/maint-merge-ours-clarification' (early part) | Junio C Hamano | 2009-11-22 | 2 | -5/+16 |
|\ \ \ \ \ | |||||
| * | | | | | rebase docs: clarify --merge and --strategy | Thomas Rast | 2009-11-16 | 1 | -3/+13 |
| * | | | | | Documentation: clarify 'ours' merge strategy | Thomas Rast | 2009-11-15 | 1 | -2/+3 |
| |/ / / / | |||||
* | | | | | log --format: document %w | René Scharfe | 2009-11-22 | 1 | -0/+4 |
* | | | | | User Manual: Write "Git" instead of "GIT" | Björn Gustavsson | 2009-11-22 | 1 | -2/+2 |
* | | | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 | 4 | -6/+113 |
|\ \ \ \ \ | |||||
| * | | | | | Add '%N'-format for pretty-printing commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+1 |
| * | | | | | fast-import: Add support for importing commit notes | Johan Herland | 2009-10-19 | 1 | -6/+39 |
| * | | | | | Teach "-m <msg>" and "-F <file>" to "git notes edit" | Johan Herland | 2009-10-19 | 1 | -1/+15 |
| * | | | | | Add a script to edit/inspect notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+46 |
| * | | | | | Introduce commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+13 |
| |/ / / / | |||||
* | | | | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 | 3 | -5/+266 |
|\ \ \ \ \ | |||||
| * | | | | | http-backend: Use http.getanyfile to disable dumb HTTP serving | Shawn O. Pearce | 2009-11-04 | 1 | -0/+8 |
| * | | | | | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 | 1 | -0/+8 |
| * | | | | | http-backend: more explict LocationMatch | Mark Lodato | 2009-11-04 | 1 | -1/+1 |
| * | | | | | http-backend: add example for gitweb on same URL | Mark Lodato | 2009-11-04 | 1 | -0/+33 |
| * | | | | | http-backend: use mod_alias instead of mod_rewrite | Mark Lodato | 2009-11-04 | 1 | -7/+3 |
| * | | | | | http-backend: reword some documentation | Mark Lodato | 2009-11-04 | 1 | -4/+8 |
| * | | | | | http-backend: add GIT_PROJECT_ROOT environment var | Mark Lodato | 2009-11-04 | 1 | -22/+17 |
| * | | | | | Smart fetch and push over HTTP: server side | Shawn O. Pearce | 2009-11-04 | 1 | -1/+38 |
| * | | | | | Git-aware CGI to provide dumb HTTP transport | Shawn O. Pearce | 2009-11-04 | 1 | -0/+105 |
| * | | | | | Move WebDAV HTTP push under remote-curl | Shawn O. Pearce | 2009-10-30 | 1 | -1/+32 |
| * | | | | | remote-helpers: Support custom transport options | Shawn O. Pearce | 2009-10-30 | 1 | -0/+38 |
| * | | | | | remote-helpers: Fetch more than one ref in a batch | Shawn O. Pearce | 2009-10-30 | 1 | -4/+10 |
* | | | | | | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 | 4 | -6/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 2009-11-13 | 3 | -6/+4 |