Commit message (Expand) | Author | Age | |
---|---|---|---|
* | send-email: apply --suppress-from to S-o-b and cc-cmd | Uwe Kleine-König | 2007-11-07 |
* | Deprecate git-lost-found | Johannes Schindelin | 2007-11-07 |
* | Merge branch 'jc/revert-merge' | Junio C Hamano | 2007-11-04 |
|\ | |||
| * | revert/cherry-pick: work on merge commits as well | Junio C Hamano | 2007-10-26 |
* | | Merge branch 'np/pack' | Junio C Hamano | 2007-11-04 |
|\ \ | |||
| * | | make the pack index version configurable | Nicolas Pitre | 2007-11-02 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-11-03 |
|\ \ \ | |||
| * | | | RelNotes-1.5.3.5: fix typo | David D Kilzer | 2007-11-03 |
* | | | | git-clone: honor "--" to end argument parsing | Heikki Orsila | 2007-11-03 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-02 |
|\ \ \ \ | |/ / / | |||
| * | | | Documentation: quote commit messages consistently. | Sergei Organov | 2007-11-02 |
| * | | | Remove escaping of '|' in manpage option sections | Jonas Fonseca | 2007-11-02 |
* | | | | Merge branch 'ph/parseopt' | Junio C Hamano | 2007-11-02 |
|\ \ \ \ | |||
| * | | | | Update manpages to reflect new short and long option aliases | Jonas Fonseca | 2007-10-29 |
* | | | | | Merge branch 'gp/maint-diffdoc' | Junio C Hamano | 2007-11-02 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||
| * | | | | git-diff.txt: add section "output format" describing the diff formats | Gerrit Pape | 2007-11-01 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-01 |
|\ \ \ \ | |/ / / | |||
| * | | | git-format-patch.txt: fix explanation of an example. | Sergei Organov | 2007-11-01 |
| * | | | git-filter-branch.txt: fix a typo. | Sergei Organov | 2007-11-01 |
| * | | | git-clone.txt: Improve --depth description. | Ralf Wildenhues | 2007-11-01 |
* | | | | Merge branch 'sp/mergetool' | Junio C Hamano | 2007-10-31 |
|\ \ \ \ | |||
| * | | | | mergetool: add support for ECMerge | Steffen Prohaska | 2007-10-18 |
| * | | | | mergetool: use path to mergetool in config var mergetool.<tool>.path | Steffen Prohaska | 2007-10-18 |
* | | | | | Merge branch 'maint' to catch up with 1.5.3.5 | Junio C Hamano | 2007-10-31 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | GIT 1.5.3.5v1.5.3.5 | Junio C Hamano | 2007-10-31 |
* | | | | | Merge branch 'maint' into HEAD | Junio C Hamano | 2007-10-30 |
|\ \ \ \ \ | |/ / / / | |||
| * | | | | Update GIT 1.5.3.5 Release Notes | Junio C Hamano | 2007-10-30 |
| * | | | | core-tutorial: Use new syntax for git-merge. | Sergei Organov | 2007-10-30 |
| * | | | | git-merge: document but discourage the historical syntax | Junio C Hamano | 2007-10-30 |
| * | | | | Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example | Michael W. Olson | 2007-10-30 |
* | | | | | Merge branch 'cc/skip' into HEAD | Junio C Hamano | 2007-10-30 |
|\ \ \ \ \ | |||
| * | | | | | Bisect run: "skip" current commit if script exit code is 125. | Christian Couder | 2007-10-26 |
| * | | | | | Bisect: add "bisect skip" to the documentation. | Christian Couder | 2007-10-26 |
| * | | | | | rev-list documentation: add "--bisect-all". | Christian Couder | 2007-10-26 |
| | |_|_|/ | |/| | | | |||
* | | | | | No longer install git-svnimport, move to contrib/examples | Gerrit Pape | 2007-10-30 |
| |_|_|/ |/| | | | |||
* | | | | RelNotes-1.5.4: describe recent updates | Junio C Hamano | 2007-10-29 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-10-29 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | RelNotes-1.5.3.5: describe recent fixes | Junio C Hamano | 2007-10-29 |
* | | | | Remove outdated references to cogito in documentation | Dan McGee | 2007-10-29 |
* | | | | core-tutorial: Catch up with current Git | Benoit Sigoure | 2007-10-29 |
| |/ / |/| | | |||
* | | | Merge branch 'db/fetch-pack' | Junio C Hamano | 2007-10-24 |
|\ \ \ | |||
| * | | | Support 'push --dry-run' for http transport | Shawn O. Pearce | 2007-10-16 |
| * | | | Merge branch 'master' into db/fetch-pack | Shawn O. Pearce | 2007-10-16 |
| |\ \ \ | |||
| * | | | | Make fetch a builtin | Daniel Barkalow | 2007-09-19 |
* | | | | | git-send-email: add a new sendemail.to configuration variable | Miklos Vajna | 2007-10-24 |
* | | | | | k.org git toppage: Add link to 1.5.3 release notes. | Junio C Hamano | 2007-10-23 |
* | | | | | git-cherry-pick: improve description of -x. | Ralf Wildenhues | 2007-10-22 |
* | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-10-21 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | Describe more 1.5.3.5 fixes in release notes | Shawn O. Pearce | 2007-10-21 |
| * | | | | gitk.txt: Fix markup. | Ralf Wildenhues | 2007-10-19 |