summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
AgeCommit message (Expand)Author
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett
2007-05-24Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-24Documentation: fix git-config.xml generationJames Bowes
2007-05-23Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-23Document branch.autosetupmerge.Paolo Bonzini
2007-05-22Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-22git-status: respect core.excludesFileJohannes Schindelin
2007-05-09Increase pack.depth default to 50Theodore Ts'o
2007-05-09Add pack.depth option to git-pack-objects.Theodore Ts'o
2007-05-04Merge branch 'maint'Junio C Hamano
2007-05-04Document 'opendiff' value in config.txt and git-mergetool.txtArjen Laarhoven
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett
2007-04-24Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-20Document gitattributes(5)Junio C Hamano
2007-04-18Merge branch 'fl/cvsserver'Junio C Hamano
2007-04-14config.txt: Add gitcvs.db* variablesFrank Lichtenheld
2007-04-14config.txt: Fix grammatical error in description of http.noEPSVFrank Lichtenheld
2007-04-14config.txt: Change pserver to server in description of gitcvs.*Frank Lichtenheld
2007-04-14config.txt: Document core.autocrlfFrank Lichtenheld
2007-04-14config.txt: Document gitcvs.allbinaryFrank Lichtenheld
2007-03-19Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-19mergetool: Add support for vimdiff.James Bowes
2007-03-16git-fetch, git-branch: Support local --track via a special remote '.'Paolo Bonzini
2007-03-14Add git-mergetool to run an appropriate merge conflict resolution programTheodore Ts'o
2007-03-05Merge branch 'js/symlink'Junio C Hamano
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-04Document the config variable format.suffixJohannes Schindelin
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-02-26Documentation: document remote.<name>.tagoptAneesh Kumar K.V
2007-02-24Merge branch 'js/etc-config'Junio C Hamano
2007-02-24Merge branch 'maint'Junio C Hamano
2007-02-24core.legacyheaders: Use the description used in RelNotes-1.5.0Santi Béjar
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-20config: read system-wide defaults from /etc/gitconfigJohannes Schindelin
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