summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
AgeCommit message (Expand)Author
2010-04-13Documentation/config.txt: default gc.aggressiveWindow is 250, not 10Jay Soffian
2010-03-17Documentation: receive.denyCurrentBranch defaults to 'refuse'Thomas Rast
2010-03-08Merge branch 'jc/checkout-detached' into maintJunio C Hamano
2010-02-28Remove reference to GREP_COLORS from documentationMark Lodato
2010-02-04make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre
2010-02-01Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano
2010-02-01fast-import: Stream very large blobs directly to packShawn O. Pearce
2010-01-30Reword "detached HEAD" notificationJunio C Hamano
2010-01-24Documentation: add missing :: in config.txtThomas Rast
2010-01-21Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano
2010-01-20Merge branch 'jc/grep-lookahead'Junio C Hamano
2010-01-20Merge branch 'mm/conflict-advice'Junio C Hamano
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano
2010-01-18Merge branch 'jh/commit-status'Junio C Hamano
2010-01-14commit: allow suppression of implicit identity adviceJeff King
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-13grep: rip out support for external grepJunio C Hamano
2010-01-13commit: support commit.status, --status, and --no-statusJames P. Howard, II
2010-01-12Be more user-friendly when refusing to do something because of conflict.Matthieu Moy
2010-01-10Merge branch 'tr/http-updates'Junio C Hamano
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-10Documentation: format full commands in typewriter fontThomas Rast
2010-01-10Merge branch 'maint'Junio C Hamano
2010-01-10Documentation: tiny git config manual tweaksJonathan Nieder
2010-01-10Documentation: git gc packs refs by default nowJonathan Nieder
2009-12-30Merge branch 'maint'Junio C Hamano
2009-12-29Remove http.authAnyJunio C Hamano
2009-12-29Documentation: always respect core.worktree if setNguyễn Thái Ngọc Duy
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-11-28Give the hunk comment its own colorBert Wesarg
2009-11-28Add an option for using any HTTP authentication scheme, not only basicMartin Storsjö
2009-11-28http: maintain curl sessionsTay Ray Chuan
2009-11-24Merge branch 'mm/maint-hint-failed-merge'Junio C Hamano
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano
2009-11-23config documentation: some configs are auto-set by git-initMatthew Ogilvie
2009-11-23Merge branch 'mo/maint-crlf-doc'Junio C Hamano
2009-11-23Merge branch 'mm/config-pathname-tilde-expand'Junio C Hamano
2009-11-23merge-recursive: point the user to commit when file would be overwritten.Matthieu Moy
2009-11-21Documentation: avoid xmlto input errorJunio C Hamano
2009-11-21Merge branch 'jh/notes' (early part)Junio C Hamano
2009-11-21Merge branch 'sp/smart-http'Junio C Hamano
2009-11-21Merge branch 'jn/editor-pager'Junio C Hamano
2009-11-19expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy
2009-11-18Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy
2009-11-18Add a config option for remotes to specify a foreign vcsDaniel Barkalow
2009-11-17core.autocrlf documentation: mention the crlf attributeMatthew Ogilvie
2009-11-16Merge branch 'fc/doc-fast-forward'Junio C Hamano
2009-11-13add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder
2009-11-10Add the configuration option skipFetchAllBjörn Gustavsson
2009-11-05Smart push over HTTP: client sideShawn O. Pearce