Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Documentation/git-filter-branch: add a new msg-filter example | Miklos Vajna | 2008-02-25 | 1 | -0/+9 | |
* | | | | | | | git-bundle.txt: Add different strategies to create the bundle | Santi BĂ©jar | 2008-02-24 | 1 | -9/+35 | |
* | | | | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-02-24 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | core.whitespace: cr-at-eol | Junio C Hamano | 2008-02-05 | 1 | -0/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Sync with 1.5.4.3 | Junio C Hamano | 2008-02-23 | 2 | -1/+29 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | GIT 1.5.4.3v1.5.4.3 | Junio C Hamano | 2008-02-23 | 1 | -0/+27 | |
* | | | | | | git-merge-index documentation: clarify synopsis | Gerrit Pape | 2008-02-22 | 1 | -1/+1 | |
* | | | | | | Teach git-grep --name-only as synonym for -l | Shawn O. Pearce | 2008-02-20 | 1 | -1/+3 | |
* | | | | | | Merge branch 'mk/color' | Junio C Hamano | 2008-02-20 | 1 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 1 | -0/+7 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 2 | -3/+6 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Clarified the meaning of git-add -u in the documentation | Pekka Kaitaniemi | 2008-02-20 | 1 | -2/+2 | |
| * | | | | | Documentation/git-stash: document options for git stash list | Miklos Vajna | 2008-02-20 | 1 | -1/+4 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 1 | -3/+52 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | push: document the status output | Jeff King | 2008-02-19 | 1 | -0/+49 | |
| * | | | | | Documentation/push: clarify matching refspec behavior | Jeff King | 2008-02-19 | 1 | -3/+3 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Technical documentation of the run-command API. | Johannes Sixt | 2008-02-19 | 1 | -5/+166 | |
* | | | | | Correct git-pull documentation | Jay Soffian | 2008-02-19 | 1 | -8/+12 | |
* | | | | | API documentation for remote.h | Daniel Barkalow | 2008-02-19 | 1 | -0/+123 | |
| |/ / / |/| | | | ||||||
* | | | | Sync with 1.5.4.2 and start 1.5.5 Release Notes | Junio C Hamano | 2008-02-17 | 2 | -1/+80 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-17 | 2 | -0/+60 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | GIT 1.5.4.2v1.5.4.2 | Junio C Hamano | 2008-02-17 | 2 | -0/+60 | |
* | | | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 | 2 | -0/+65 | |
|\ \ \ \ | ||||||
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 2 | -0/+65 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'cc/browser' | Junio C Hamano | 2008-02-16 | 3 | -27/+89 | |
|\ \ \ \ | ||||||
| * | | | | Documentation: add 'git-web--browse.txt' and simplify other docs. | Christian Couder | 2008-02-16 | 3 | -43/+86 | |
| * | | | | Documentation: instaweb: add 'git-web--browse' information. | Christian Couder | 2008-02-09 | 1 | -4/+23 | |
| * | | | | Rename 'git-help--browse.sh' to 'git-web--browse.sh'. | Christian Couder | 2008-02-05 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 2008-02-16 | 1 | -0/+7 | |
|\ \ \ \ | ||||||
| * | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 | 1 | -0/+7 | |
| |/ / / | ||||||
* | | | | Merge branch 'pb/prepare-commit-msg' | Junio C Hamano | 2008-02-16 | 2 | -2/+31 | |
|\ \ \ \ | ||||||
| * | | | | git-commit: add a prepare-commit-msg hook | Paolo Bonzini | 2008-02-06 | 2 | -2/+27 | |
| * | | | | git-commit: set GIT_EDITOR=: if editor will not be launched | Paolo Bonzini | 2008-02-06 | 1 | -0/+4 | |
| |/ / / | ||||||
* | | | | Merge branch 'jc/submittingpatches' | Junio C Hamano | 2008-02-16 | 1 | -8/+57 | |
|\ \ \ \ | ||||||
| * | | | | Documentation/SubmittingPatches - a suggested patch flow | Junio C Hamano | 2008-02-16 | 1 | -0/+35 | |
| * | | | | Documentation/SubmittingPatches: What's Acked-by and Tested-by? | Junio C Hamano | 2008-02-05 | 1 | -4/+12 | |
| * | | | | Documentation/SubmittingPatches: discuss first then submit | Junio C Hamano | 2008-02-05 | 1 | -4/+5 | |
| * | | | | Documentation/SubmittingPatches: Instruct how to use [PATCH] Subject header | Junio C Hamano | 2008-02-05 | 1 | -1/+6 | |
| |/ / / | ||||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 1 | -3/+20 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Documentation/git-reset: Add an example of resetting selected paths | Pieter de Bie | 2008-02-16 | 1 | -0/+17 | |
| * | | | Documentation/git-reset: don't mention --mixed for selected-paths reset | Pieter de Bie | 2008-02-16 | 1 | -2/+2 | |
| * | | | Documentation/git-reset: | Junio C Hamano | 2008-02-16 | 1 | -1/+1 | |
* | | | | Update fast-import documentation to discuss crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+87 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-13 | 2 | -8/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | git clone -s documentation: force a new paragraph for the NOTE | Miklos Vajna | 2008-02-13 | 1 | -6/+7 | |
| * | | | git-cvsimport.txt: fix '-M' description. | Sergei Organov | 2008-02-13 | 1 | -2/+2 | |
* | | | | Update the main documentation (stale notes section) | Junio C Hamano | 2008-02-11 | 1 | -1/+2 | |
* | | | | Merge branch 'mw/send-email' | Junio C Hamano | 2008-02-11 | 1 | -5/+34 | |
|\ \ \ \ | ||||||
| * | | | | git-send-email: ssh/login style password requests | Michael Witten | 2008-02-05 | 1 | -5/+34 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'db/send-email-omit-cc' | Junio C Hamano | 2008-02-11 | 1 | -0/+11 | |
|\ \ \ \ |