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