| Commit message (Expand) | Author | Age |
* | make --max-pack-size argument to 'git pack-object' count in bytes | Nicolas Pitre | 2010-02-03 |
* | Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob | Junio C Hamano | 2010-02-01 |
|\ |
|
| * | fast-import: Stream very large blobs directly to pack | Shawn O. Pearce | 2010-02-01 |
* | | Documentation: add missing :: in config.txt | Thomas Rast | 2010-01-24 |
* | | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 2010-01-20 |
|\ \ |
|
| * | | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 |
| * | | Documentation: format full commands in typewriter font | Thomas Rast | 2010-01-10 |
* | | | Merge branch 'jc/grep-lookahead' | Junio C Hamano | 2010-01-20 |
|\ \ \ |
|
| * | | | grep: rip out support for external grep | Junio C Hamano | 2010-01-13 |
* | | | | Merge branch 'mm/conflict-advice' | Junio C Hamano | 2010-01-20 |
|\ \ \ \ |
|
| * | | | | Be more user-friendly when refusing to do something because of conflict. | Matthieu Moy | 2010-01-12 |
| |/ / / |
|
* | | | | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 2010-01-20 |
|\ \ \ \ |
|
| * | | | | commit: allow suppression of implicit identity advice | Jeff King | 2010-01-14 |
| |/ / / |
|
* | | | | Merge branch 'jh/commit-status' | Junio C Hamano | 2010-01-17 |
|\ \ \ \ |
|
| * | | | | commit: support commit.status, --status, and --no-status | James P. Howard, II | 2010-01-13 |
| |/ / / |
|
* | | | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 |
|\ \ \ \ |
|
| * | | | | unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout | Nguyễn Thái Ngọc Duy | 2009-08-23 |
* | | | | | Merge branch 'tr/http-updates' | Junio C Hamano | 2010-01-10 |
|\ \ \ \ \ |
|
| * | | | | | Remove http.authAny | Junio C Hamano | 2009-12-29 |
| * | | | | | Add an option for using any HTTP authentication scheme, not only basic | Martin Storsjö | 2009-11-27 |
| * | | | | | http: maintain curl sessions | Tay Ray Chuan | 2009-11-27 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-01-10 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | Documentation: tiny git config manual tweaks | Jonathan Nieder | 2010-01-09 |
| * | | | | Documentation: git gc packs refs by default now | Jonathan Nieder | 2010-01-09 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2009-12-30 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Documentation: always respect core.worktree if set | Nguyễn Thái Ngọc Duy | 2009-12-29 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'sr/vcs-helper' | Junio C Hamano | 2009-12-26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add a config option for remotes to specify a foreign vcs | Daniel Barkalow | 2009-11-17 |
* | | | | Give the hunk comment its own color | Bert Wesarg | 2009-11-28 |
| |/ /
|/| | |
|
* | | | Merge branch 'mm/maint-hint-failed-merge' | Junio C Hamano | 2009-11-23 |
|\ \ \ |
|
| * | | | merge-recursive: point the user to commit when file would be overwritten. | Matthieu Moy | 2009-11-22 |
* | | | | Merge branch 'bg/fetch-multi' | Junio C Hamano | 2009-11-23 |
|\ \ \ \ |
|
| * | | | | Add the configuration option skipFetchAll | Björn Gustavsson | 2009-11-10 |
| |/ / / |
|
* | | | | config documentation: some configs are auto-set by git-init | Matthew Ogilvie | 2009-11-22 |
* | | | | Merge branch 'mo/maint-crlf-doc' | Junio C Hamano | 2009-11-22 |
|\ \ \ \ |
|
| * | | | | core.autocrlf documentation: mention the crlf attribute | Matthew Ogilvie | 2009-11-16 |
| |/ / / |
|
* | | | | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 2009-11-22 |
|\ \ \ \ |
|
| * | | | | Documentation: avoid xmlto input error | Junio C Hamano | 2009-11-21 |
| * | | | | expand_user_path: expand ~ to $HOME, not to the actual homedir. | Matthieu Moy | 2009-11-19 |
| * | | | | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-17 |
| |/ / / |
|
* | | | | Merge branch 'jh/notes' (early part) | Junio C Hamano | 2009-11-20 |
|\ \ \ \ |
|
| * | | | | Introduce commit notes | Johannes Schindelin | 2009-10-19 |
| |/ / / |
|
* | | | | Merge branch 'sp/smart-http' | Junio C Hamano | 2009-11-20 |
|\ \ \ \ |
|
| * | | | | Smart push over HTTP: client side | Shawn O. Pearce | 2009-11-04 |
| |/ / / |
|
* | | | | Merge branch 'jn/editor-pager' | Junio C Hamano | 2009-11-20 |
|\ \ \ \ |
|
| * | | | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" | Jonathan Nieder | 2009-11-13 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'fc/doc-fast-forward' | Junio C Hamano | 2009-11-15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Use 'fast-forward' all over the place | Felipe Contreras | 2009-10-24 |
| |/ / |
|
* | | | Merge branch 'jc/receive-pack-auto' | Junio C Hamano | 2009-10-25 |
|\ \ \ |
|
| * | | | receive-pack: run "gc --auto --quiet" and optionally "update-server-info" | Junio C Hamano | 2009-10-21 |
| |/ / |
|