Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Add link to 1.5.1.5 release notes. | Junio C Hamano | 2007-05-18 | 1 | -1/+3 | |
* | | | | | Merge 1.5.1.5 in | Junio C Hamano | 2007-05-18 | 8 | -900/+1061 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | GIT v1.5.1.5v1.5.1.5 | Junio C Hamano | 2007-05-18 | 2 | -3/+14 | |
| * | | | | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint | Junio C Hamano | 2007-05-18 | 6 | -896/+1046 | |
| |\ \ \ \ | ||||||
| | * | | | | user-manual: reorganize public git repo discussion | J. Bruce Fields | 2007-05-17 | 1 | -40/+50 | |
| | * | | | | user-manual: listing commits reachable from some refs not others | J. Bruce Fields | 2007-05-17 | 1 | -0/+48 | |
| | * | | | | user-manual: introduce git | J. Bruce Fields | 2007-05-17 | 1 | -0/+3 | |
| | * | | | | user-manual: add a "counting commits" example | J. Bruce Fields | 2007-05-17 | 1 | -0/+19 | |
| | * | | | | user-manual: move howto/using-topic-branches into manual | J. Bruce Fields | 2007-05-17 | 2 | -297/+296 | |
| | * | | | | user-manual: move howto/make-dist.txt into user manual | J. Bruce Fields | 2007-05-17 | 2 | -52/+42 | |
| | * | | | | Documentation: remove howto's now incorporated into manual | J. Bruce Fields | 2007-05-17 | 2 | -174/+0 | |
| | * | | | | user-manual: move quick-start to an appendix | J. Bruce Fields | 2007-05-17 | 1 | -239/+245 | |
| | * | | | | glossary: expand and clarify some definitions, prune cross-references | J. Bruce Fields | 2007-05-17 | 1 | -94/+134 | |
| | * | | | | user-manual: revise birdseye-view chapter | J. Bruce Fields | 2007-05-17 | 1 | -28/+18 | |
| | * | | | | Add a birdview-on-the-source-code section to the user manual | Johannes Schindelin | 2007-05-16 | 1 | -0/+219 | |
| * | | | | | Documentation: git-rev-list's "patterns" | Petr Baudis | 2007-05-18 | 1 | -2/+2 | |
* | | | | | | gitweb: Remove redundant $searchtype setup | Petr Baudis | 2007-05-18 | 1 | -7/+0 | |
* | | | | | | Fix crlf attribute handling to match documentation | Andy Parkins | 2007-05-18 | 1 | -2/+2 | |
* | | | | | | git-archive: convert archive entries like checkouts do | René Scharfe | 2007-05-18 | 4 | -8/+26 | |
* | | | | | | gitweb: Allow arbitrary strings to be dug with pickaxe | Petr Baudis | 2007-05-17 | 1 | -2/+4 | |
* | | | | | | gitweb: Add support for grep searches | Petr Baudis | 2007-05-17 | 2 | -2/+125 | |
* | | | | | | gitweb: Normalize searchbar font size | Petr Baudis | 2007-05-17 | 1 | -1/+2 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-05-17 | 2 | -1/+10 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Document core.excludesfile for git-add | Michael Hendricks | 2007-05-17 | 1 | -0/+9 | |
| * | | | | | git-send-email: allow leading white space on mutt aliases | Michael Hendricks | 2007-05-16 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | gitweb: Fix error in git_patchset_body for deletion in merge commit | Jakub Narebski | 2007-05-17 | 1 | -1/+2 | |
* | | | | | Merge branch 'master' of git://repo.or.cz/git-gui | Junio C Hamano | 2007-05-17 | 2 | -4/+44 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1 | Shawn O. Pearce | 2007-05-17 | 2 | -4/+44 | |
* | | | | | | gitweb: fix another use of undefined value | Junio C Hamano | 2007-05-16 | 1 | -1/+3 | |
* | | | | | | gitweb: Empty patch for merge means trivial merge, not no differences | Jakub Narebski | 2007-05-16 | 1 | -1/+8 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-05-16 | 6 | -4/+11 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | format-patch: add MIME-Version header when we add content-type. | Jeff King | 2007-05-16 | 1 | -0/+1 | |
| * | | | | Fixed link in user-manual | Steffen Prohaska | 2007-05-16 | 1 | -1/+1 | |
| * | | | | Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint | Junio C Hamano | 2007-05-16 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | import-tars: Use the "Link indicator" to identify directories | Johannes Schindelin | 2007-05-16 | 1 | -1/+1 | |
| * | | | | | git name-rev writes beyond the end of malloc() with large generations | Andy Whitcroft | 2007-05-15 | 2 | -1/+7 | |
| * | | | | | Documentation/branch: fix small typo in -D example | Quy Tonthat | 2007-05-14 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | gitweb: Separate search regexp from search text | Jakub Narebski | 2007-05-16 | 1 | -3/+4 | |
* | | | | | gitweb: Do not use absolute font sizes | Jakub Narebski | 2007-05-16 | 1 | -0/+1 | |
* | | | | | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 2007-05-15 | 12 | -16/+15 | |
* | | | | | Fix signedness on return value from xread() | Johan Herland | 2007-05-15 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ... | Andy Parkins | 2007-05-14 | 4 | -28/+28 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-05-14 | 7 | -22/+66 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Prepare for 1.5.1.5 Release Notes | Junio C Hamano | 2007-05-14 | 2 | -1/+38 | |
| * | | | gitweb: Add a few comments about %feature hash | Jakub Narebski | 2007-05-14 | 1 | -1/+5 | |
| * | | | git-am: Clean up the asciidoc documentation | Frank Lichtenheld | 2007-05-14 | 1 | -16/+19 | |
| * | | | Documentation: format-patch has no --mbox option | Frank Lichtenheld | 2007-05-14 | 2 | -2/+2 | |
| * | | | builtin-log.c: Fix typo in comment | Frank Lichtenheld | 2007-05-14 | 1 | -1/+1 | |
| * | | | Fix git-clone buglet for remote case. | Junio C Hamano | 2007-05-14 | 1 | -2/+2 | |
* | | | | cvsserver: Don't send mixed messages to clients | Frank Lichtenheld | 2007-05-13 | 1 | -0/+1 |