Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | core-tutorial: Use new syntax for git-merge. | Sergei Organov | 2007-10-30 | 1 | -4/+4 | |
| * | | | | git-merge: document but discourage the historical syntax | Junio C Hamano | 2007-10-30 | 1 | -5/+6 | |
| * | | | | Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example | Michael W. Olson | 2007-10-30 | 1 | -1/+1 | |
* | | | | | Merge branch 'cc/skip' into HEAD | Junio C Hamano | 2007-10-30 | 2 | -5/+40 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bisect run: "skip" current commit if script exit code is 125. | Christian Couder | 2007-10-26 | 1 | -3/+7 | |
| * | | | | | Bisect: add "bisect skip" to the documentation. | Christian Couder | 2007-10-26 | 1 | -2/+17 | |
| * | | | | | rev-list documentation: add "--bisect-all". | Christian Couder | 2007-10-26 | 1 | -0/+16 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | No longer install git-svnimport, move to contrib/examples | Gerrit Pape | 2007-10-30 | 2 | -180/+0 | |
| |_|_|/ |/| | | | ||||||
* | | | | RelNotes-1.5.4: describe recent updates | Junio C Hamano | 2007-10-29 | 1 | -2/+26 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-10-29 | 1 | -0/+21 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | RelNotes-1.5.3.5: describe recent fixes | Junio C Hamano | 2007-10-29 | 1 | -0/+21 | |
* | | | | Remove outdated references to cogito in documentation | Dan McGee | 2007-10-29 | 1 | -1/+4 | |
* | | | | core-tutorial: Catch up with current Git | Benoit Sigoure | 2007-10-29 | 1 | -16/+10 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'db/fetch-pack' | Junio C Hamano | 2007-10-24 | 2 | -5/+9 | |
|\ \ \ | ||||||
| * | | | Support 'push --dry-run' for http transport | Shawn O. Pearce | 2007-10-16 | 1 | -1/+4 | |
| * | | | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 | 41 | -130/+592 | |
| |\ \ \ | ||||||
| * | | | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 | 1 | -4/+5 | |
* | | | | | git-send-email: add a new sendemail.to configuration variable | Miklos Vajna | 2007-10-24 | 1 | -0/+3 | |
* | | | | | k.org git toppage: Add link to 1.5.3 release notes. | Junio C Hamano | 2007-10-23 | 1 | -1/+2 | |
* | | | | | git-cherry-pick: improve description of -x. | Ralf Wildenhues | 2007-10-22 | 1 | -5/+6 | |
* | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-21 | 2 | -1/+16 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Describe more 1.5.3.5 fixes in release notes | Shawn O. Pearce | 2007-10-21 | 1 | -0/+15 | |
| * | | | | gitk.txt: Fix markup. | Ralf Wildenhues | 2007-10-19 | 1 | -1/+1 | |
* | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-19 | 1 | -3/+13 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Further 1.5.3.5 fixes described in release notes | Shawn O. Pearce | 2007-10-19 | 1 | -3/+13 | |
* | | | | | Documentation/git-gc: improve description of --auto | Jeff King | 2007-10-18 | 1 | -12/+17 | |
* | | | | | Documentation/git-gc: explain --auto in description | Jeff King | 2007-10-18 | 1 | -1/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-18 | 1 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Yet more 1.5.3.5 fixes mentioned in release notes | Shawn O. Pearce | 2007-10-18 | 1 | -0/+8 | |
* | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-16 | 2 | -4/+18 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Document additional 1.5.3.5 fixes in release notes | Shawn O. Pearce | 2007-10-16 | 1 | -0/+15 | |
| * | | | fix filter-branch documentation | Johannes Schindelin | 2007-10-16 | 1 | -2/+1 | |
| * | | | Correct typos in release notes for 1.5.3.5 | Shawn O. Pearce | 2007-10-16 | 1 | -2/+2 | |
* | | | | git-rebase: document suppression of duplicate commits | Jeff King | 2007-10-16 | 1 | -1/+24 | |
* | | | | Documentation/git-tag.txt: Document how to backdate tags | Michael Olson | 2007-10-16 | 1 | -0/+21 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-15 | 3 | -2/+35 | |
|\ \ \ | |/ / | ||||||
| * | | Whip post 1.5.3.4 maintenance series into shape. | Shawn O. Pearce | 2007-10-15 | 1 | -0/+25 | |
| * | | git-archive: document --exec | Michele Ballabio | 2007-10-15 | 1 | -1/+6 | |
| * | | git-reflog: document --verbose | Michele Ballabio | 2007-10-15 | 1 | -1/+4 | |
* | | | manual: use 'URL' instead of 'url'. | Ralf Wildenhues | 2007-10-15 | 1 | -4/+4 | |
* | | | manual: add some markup. | Ralf Wildenhues | 2007-10-15 | 2 | -6/+6 | |
* | | | manual: Fix example finding commits referencing given content. | Ralf Wildenhues | 2007-10-15 | 1 | -1/+1 | |
* | | | Fix wording in push definition. | Ralf Wildenhues | 2007-10-15 | 1 | -2/+2 | |
* | | | Fix some typos, punctuation, missing words, minor markup. | Ralf Wildenhues | 2007-10-15 | 10 | -26/+27 | |
* | | | manual: Fix or remove em dashes. | Ralf Wildenhues | 2007-10-15 | 1 | -10/+10 | |
* | | | Add a --dry-run option to git-push. | Brian Ewins | 2007-10-15 | 1 | -1/+4 | |
* | | | Add a --dry-run option to git-send-pack. | Brian Ewins | 2007-10-15 | 1 | -1/+4 | |
* | | | instaweb: support for Ruby's WEBrick server | Mike Dalessio | 2007-10-15 | 1 | -1/+1 | |
* | | | Update state documentation link for 1.5.3.4 | Junio C Hamano | 2007-10-04 | 1 | -0/+1 | |
* | | | Merge branch 'lh/merge' | Junio C Hamano | 2007-10-03 | 3 | -0/+27 | |
|\ \ \ |