summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
AgeCommit message (Expand)Author
2007-02-23Merge branch 'maint'Junio C Hamano
2007-02-22Document the new core.bare configuration option.Shawn O. Pearce
2007-02-21Allow git-remote to update named groups of remotesTheodore Ts'o
2007-02-20Teach git-remote to update existing remotes by fetching from themTheodore Ts'o
2007-02-13git-gc: run pack-refs by default unless the repo is bareJohannes Schindelin
2007-02-11Allow aliases to expand to shell commandsTheodore Ts'o
2007-02-04Assorted typo fixesPavel Roskin
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-28Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding
2007-01-27Allow the tag signing key to be specified in the config fileAndy Parkins
2007-01-25make --upload-pack option to git-fetch configurableUwe Kleine-König
2007-01-25Consolidate {receive,fetch}.unpackLimitJunio C Hamano
2007-01-25fetch-pack: remove --keep-auto and make it the default.Junio C Hamano
2007-01-24Documentation/config.txt: Correct info about subsection nameJakub Narebski
2007-01-22Documentation/config.txt: Document config file syntax betterJakub Narebski
2007-01-20make --exec=... option to git-push configurableUwe Kleine-König
2007-01-17Document where configuration files are in config.txtJunio C Hamano
2007-01-14Allow the user to control the verbosity of merge-recursive.Shawn O. Pearce
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-06Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce
2007-01-03Add documentation for git-branch's color configuration.Brian Gernhardt
2006-12-31Update packedGit config option documentation.Shawn O. Pearce
2006-12-31Merge branch 'master' into sp/mmapJunio C Hamano
2006-12-31Documentation/config.txt (and repo-config manpage): mark-up fix.Junio C Hamano
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-29Merge branch 'jc/utf8'Junio C Hamano
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-27git-reflog: gc.* configuration and documentation.Junio C Hamano
2006-12-27rerere gc: honor configuration and document itJunio C Hamano
2006-12-19Add config example with respect to branchAneesh Kumar K.V
2006-12-16Align section headers of 'git status' to new 'git add'.Shawn O. Pearce
2006-12-16Enable reflogs by default in any repository with a working directory.Shawn O. Pearce
2006-12-13config documentation: group color items together.Junio C Hamano
2006-12-13Allow subcommand.color and color.subcommand color configurationAndy Parkins
2006-12-09Add branch.*.merge warning and documentation updateJosef Weidendorfer
2006-11-24config option log.showroot to show the diff of root commitsPeter Baumann
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-24Merge branch 'maint'Junio C Hamano
2006-10-23Documentation for the [remote] configSanti Béjar
2006-10-23Merge branch 'np/pack'Junio C Hamano
2006-10-14git-repack: repo.usedeltabaseoffsetJunio C Hamano
2006-10-08core.logallrefupdates create new log file only for branch heads.Junio C Hamano
2006-09-29http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky
2006-09-24fetch: get the remote branches to merge from the branch propertiesSanti Béjar
2006-09-24Fetch: default remote repository from branch propertiesSanti Béjar
2006-09-21Document receive.denyNonFastforwardsJohannes Schindelin
2006-09-13git-status: document colorization config optionsJeff King