Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GIT 1.6.4v1.6.4 | Junio C Hamano | 2009-07-29 | 2 | -6/+14 |
* | Sync with 1.6.3.4 | Junio C Hamano | 2009-07-29 | 2 | -1/+38 |
|\ | |||||
| * | GIT 1.6.3.4v1.6.3.4 | Junio C Hamano | 2009-07-28 | 1 | -0/+36 |
| * | config.txt: document add.ignore-errors | Stephen Boyd | 2009-07-28 | 1 | -0/+5 |
* | | Update the documentation of the raw diff output format | David Kågedal | 2009-07-28 | 5 | -9/+10 |
* | | git-rerere.txt: Clarify ambiguity of the config variable | Michael J Gruber | 2009-07-28 | 1 | -1/+1 |
* | | Merge branch 'en/fast-export' | Junio C Hamano | 2009-07-26 | 1 | -0/+17 |
|\ \ | |||||
| * | | fast-export: Document the fact that git-rev-list arguments are accepted | Elijah Newren | 2009-06-27 | 1 | -0/+6 |
| * | | fast-export: Add a --tag-of-filtered-object option for newly dangling tags | Elijah Newren | 2009-06-27 | 1 | -0/+11 |
* | | | GIT 1.6.4-rc3v1.6.4-rc3 | Junio C Hamano | 2009-07-26 | 1 | -4/+7 |
* | | | Documentation/config.txt: a variable can be defined on the section header line | Nanako Shiraishi | 2009-07-25 | 1 | -1/+2 |
* | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-07-25 | 1 | -0/+15 |
|\ \ \ | |||||
| * | | | git svn: revert default behavior for --minimize-url | Eric Wong | 2009-07-25 | 1 | -0/+11 |
| * | | | git svn: add gc command | Robert Allan Zeh | 2009-07-25 | 1 | -0/+4 |
* | | | | Disable asciidoc 8.4.1+ semantics for `{plus}` and friends | Thomas Rast | 2009-07-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Update release notes for 1.6.4 | Junio C Hamano | 2009-07-25 | 1 | -2/+13 |
* | | | Merge branch 'js/maint-graft-unhide-true-parents' | Junio C Hamano | 2009-07-25 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | git repack: keep commits hidden by a graft | Johannes Schindelin | 2009-07-24 | 1 | -1/+6 |
| | |/ | |/| | |||||
* | | | Improve doc for format-patch threading options. | Yann Dirson | 2009-07-22 | 2 | -12/+31 |
* | | | List send-email config options in config.txt. | Yann Dirson | 2009-07-22 | 1 | -0/+44 |
* | | | Updates to draft release notes to 1.6.4 | Junio C Hamano | 2009-07-18 | 1 | -10/+47 |
* | | | Document 'git (rev-list|log) --merges' | SZEDER Gábor | 2009-07-13 | 2 | -0/+5 |
* | | | Merge branch 'ld/push-porcelain-output-format' | Junio C Hamano | 2009-07-09 | 1 | -0/+11 |
|\ \ \ | |||||
| * | | | add --porcelain option to git-push | Larry D'Anna | 2009-06-27 | 1 | -0/+11 |
* | | | | Merge branch 'ml/http' | Junio C Hamano | 2009-07-09 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | http.c: add http.sslCertPasswordProtected option | Mark Lodato | 2009-06-18 | 1 | -0/+6 |
* | | | | | Merge branch 'rs/grep-p' | Junio C Hamano | 2009-07-09 | 1 | -0/+8 |
|\ \ \ \ \ | |||||
| * | | | | | grep -p: support user defined regular expressions | René Scharfe | 2009-07-01 | 1 | -0/+3 |
| * | | | | | grep: add option -p/--show-function | René Scharfe | 2009-07-01 | 1 | -0/+5 |
* | | | | | | 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 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Documentation: update description of shell aliases | Sitaram Chamarty | 2009-07-08 | 1 | -1/+3 |
* | | | | | | Merge branch 'sb/show-ref-parse-options' | Junio C Hamano | 2009-07-06 | 1 | -8/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | show-ref: migrate to parse-options | Stephen Boyd | 2009-06-20 | 1 | -8/+7 |
* | | | | | | | Merge branch 'uk/rev-parse-parse-opt' | Junio C Hamano | 2009-07-06 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse | Uwe Kleine-König | 2009-06-13 | 1 | -0/+5 |
* | | | | | | | | Merge branch 'cc/bisect' | Junio C Hamano | 2009-07-01 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation: remove warning saying that "git bisect skip" may slow bisection | Christian Couder | 2009-06-13 | 1 | -3/+2 |
* | | | | | | | | | Merge branch 'sb/quiet-porcelains' | Junio C Hamano | 2009-07-01 | 3 | -8/+17 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| * | | | | | | | | stash: teach quiet option | Stephen Boyd | 2009-06-18 | 1 | -7/+8 |
| * | | | | | | | | am, rebase: teach quiet option | Stephen Boyd | 2009-06-18 | 2 | -1/+9 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-30 | 3 | -14/+16 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Makes some cleanup/review in gittutorial | Thadeu Lima de Souza Cascardo | 2009-06-30 | 1 | -12/+12 |
| * | | | | | | | git-submodule documentation: fix foreach example | Miklos Vajna | 2009-06-30 | 2 | -2/+4 |
* | | | | | | | | git svn: Doc update for multiple branch and tag paths | Marc Branchaud | 2009-06-27 | 1 | -9/+35 |
* | | | | | | | | Add 'git svn reset' to unwind 'git svn fetch' | Ben Jackson | 2009-06-25 | 1 | -1/+58 |
* | | | | | | | | git-svn: let 'dcommit $rev' work on $rev instead of HEAD | Thomas Rast | 2009-06-25 | 1 | -2/+3 |
| |_|_|_|_|_|/ |/| | | | | | |