Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jo/init' | Junio C Hamano | 2007-07-02 | 2 | -2/+6 |
|\ | |||||
| * | Add an option to quiet git-init. | Jeffrey C. Ollie | 2007-06-27 | 2 | -2/+6 |
* | | git-fsck: add --lost-found option | Johannes Schindelin | 2007-07-02 | 1 | -1/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-07-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Correctly document the name of the global excludes file configuration | Michael Hendricks | 2007-07-02 | 1 | -1/+1 |
* | | | format-patch: Add format.subjectprefix config option | Adam Roben | 2007-07-02 | 1 | -2/+3 |
* | | | Merge branch 'ns/stash' | Junio C Hamano | 2007-07-02 | 2 | -0/+162 |
|\ \ \ | |||||
| * | | | Documentation: quote {non-attributes} for asciidoc | Jeff King | 2007-07-01 | 1 | -4/+4 |
| * | | | git-stash: fix "no arguments" case in documentation | Jeff King | 2007-07-01 | 1 | -2/+2 |
| * | | | git-stash: require "save" to be explicit and update documentation | Junio C Hamano | 2007-07-01 | 1 | -29/+28 |
| * | | | Document git-stash | しらいしななこ | 2007-06-30 | 2 | -0/+163 |
* | | | | Merge branch 'js/rebase' | Junio C Hamano | 2007-07-02 | 1 | -3/+103 |
|\ \ \ \ | |||||
| * | | | | Teach rebase -i about --preserve-merges | Johannes Schindelin | 2007-06-26 | 1 | -1/+22 |
| * | | | | Teach rebase an interactive mode | Johannes Schindelin | 2007-06-24 | 1 | -3/+82 |
* | | | | | Documentation: minor cleanups to branch/checkout wording | Jeff King | 2007-07-02 | 2 | -5/+5 |
* | | | | | Documentation: quote {non-attributes} for asciidoc | Jeff King | 2007-07-02 | 4 | -9/+9 |
* | | | | | git-submodule: provide easy way of adding new submodules | Sven Verdoolaege | 2007-07-02 | 1 | -0/+11 |
* | | | | | Update public documentation links for 1.5.2.3 | Junio C Hamano | 2007-07-02 | 1 | -1/+2 |
* | | | | | Merge 1.5.2.3 in | Junio C Hamano | 2007-07-02 | 1 | -0/+27 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | GIT 1.5.2.3v1.5.2.3 | Junio C Hamano | 2007-07-02 | 1 | -0/+27 |
* | | | | | Merge branch 'rs/diff' | Junio C Hamano | 2007-07-01 | 1 | -0/+7 |
|\ \ \ \ \ | |||||
| * | | | | | diff: round down similarity index | René Scharfe | 2007-06-25 | 1 | -0/+7 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jc/quote' | Junio C Hamano | 2007-07-01 | 1 | -0/+12 |
|\ \ \ \ \ | |||||
| * | | | | | Add core.quotepath configuration variable. | Junio C Hamano | 2007-06-24 | 1 | -0/+12 |
| |/ / / / | |||||
* | | | | | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 3 | -3/+33 |
|\ \ \ \ \ | |||||
| * | | | | | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 | 3 | -1/+28 |
| * | | | | | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 2007-06-06 | 1 | -0/+3 |
| * | | | | | rev-parse: document --is-inside-git-dir | Matthias Lederhofer | 2007-06-06 | 1 | -0/+4 |
* | | | | | | Merge branch 'fl/config' | Junio C Hamano | 2007-06-30 | 1 | -5/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | config: add support for --bool and --int while setting values | Frank Lichtenheld | 2007-06-26 | 1 | -5/+4 |
* | | | | | | Don't fflush(stdout) when it's not helpful | Theodore Ts'o | 2007-06-30 | 1 | -0/+10 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-30 | 2 | -4/+14 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | git-remote: document -n | Sam Vilain | 2007-06-30 | 1 | -0/+7 |
| * | | | | | repack: improve documentation on -a option | Sam Vilain | 2007-06-30 | 1 | -4/+7 |
* | | | | | | Update draft Release Notes for 1.5.3 | Junio C Hamano | 2007-06-29 | 1 | -13/+88 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | git-send-email: make options easier to configure. | Adam Roben | 2007-06-27 | 1 | -10/+14 |
| |/ / / |/| | | | |||||
* | | | | git-send-email: Add --threaded option | Adam Roben | 2007-06-26 | 1 | -0/+7 |
* | | | | config: Add --null/-z option for null-delimted output | Frank Lichtenheld | 2007-06-26 | 1 | -5/+13 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-26 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | config: Complete documentation of --get-regexp | Frank Lichtenheld | 2007-06-26 | 1 | -0/+2 |
* | | | git-svn: trailing slash in prefix is mandatory with --branches/-b | Gerrit Pape | 2007-06-24 | 1 | -3/+4 |
* | | | Document git-gui, git-citool as mainporcelain manual pages | Shawn O. Pearce | 2007-06-22 | 3 | -0/+149 |
* | | | Change default man page path to /usr/share/man | Ismail Dönmez | 2007-06-20 | 1 | -1/+1 |
* | | | Document git log --full-diff | Jakub Narebski | 2007-06-16 | 1 | -0/+7 |
* | | | Document git log --abbrev-commit, as a kind of pretty option | Jakub Narebski | 2007-06-16 | 1 | -0/+9 |
* | | | Use tabs for indenting definition list for options in git-log.txt | Jakub Narebski | 2007-06-16 | 1 | -1/+1 |
* | | | Document git rev-list --timestamp | Jakub Narebski | 2007-06-16 | 1 | -0/+4 |
* | | | Document git reflog --stale-fix | Jakub Narebski | 2007-06-16 | 1 | -0/+13 |
* | | | Document git rev-parse --is-inside-git-dir | Jakub Narebski | 2007-06-16 | 1 | -0/+4 |
* | | | Document git read-tree --trivial | Jakub Narebski | 2007-06-16 | 1 | -1/+7 |