summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/sparse'Junio C Hamano2010-01-135-1/+88
|\
| * read-tree: add --no-sparse-checkout to disable sparse checkout supportNguyễn Thái Ngọc Duy2009-08-231-1/+5
| * unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy2009-08-232-1/+7
| * Introduce "sparse checkout"Nguyễn Thái Ngọc Duy2009-08-231-0/+44
| * Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-231-0/+3
| * Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy2009-08-232-0/+30
* | Merge branch 'tr/http-updates'Junio C Hamano2010-01-101-0/+6
|\ \
| * | Remove http.authAnyJunio C Hamano2009-12-291-7/+0
| * | Add an option for using any HTTP authentication scheme, not only basicMartin Storsjö2009-11-271-0/+7
| * | http: maintain curl sessionsTay Ray Chuan2009-11-271-0/+6
* | | Merge branch 'jk/push-to-delete'Junio C Hamano2010-01-101-0/+4
|\ \ \
| * | | builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-301-0/+4
* | | | Merge branch 'mm/config-path'Junio C Hamano2010-01-101-3/+11
|\ \ \ \
| * | | | builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy2009-12-311-3/+11
| |/ / /
* | | | Merge branch 'pm/cvs-environ'Junio C Hamano2010-01-101-0/+15
|\ \ \ \
| * | | | CVS Server: Support reading base and roots from environmentPhil Miller2009-12-301-0/+15
| |/ / /
* | | | Merge branch 'fc/opt-quiet-gc-reset'Junio C Hamano2010-01-101-0/+1
|\ \ \ \
| * | | | General --quiet improvementsFelipe Contreras2009-12-031-0/+1
* | | | | Merge branch 'maint'Junio C Hamano2010-01-101-13/+10
|\ \ \ \ \
| * | | | | Documentation: tiny git config manual tweaksJonathan Nieder2010-01-091-4/+4
| * | | | | Documentation: git gc packs refs by default nowJonathan Nieder2010-01-091-9/+6
* | | | | | Describe second batch for 1.7.0 in draft release notesJunio C Hamano2010-01-071-1/+7
* | | | | | Merge branch 'bg/maint-add-all-doc'Junio C Hamano2010-01-072-29/+88
|\ \ \ \ \ \
| * | | | | | git-rm doc: Describe how to sync index & work treeBjörn Gustavsson2010-01-071-1/+53
| * | | | | | git-add/rm doc: Consistently back-quoteBjörn Gustavsson2009-12-072-15/+15
| * | | | | | Documentation: 'git add -A' can remove filesBjörn Gustavsson2009-12-071-13/+20
* | | | | | | Merge branch 'mv/commit-date'Junio C Hamano2010-01-073-1/+33
|\ \ \ \ \ \ \
| * | | | | | | Document date formats accepted by parse_date()Miklos Vajna2009-12-033-0/+29
| * | | | | | | builtin-commit: add --date optionMiklos Vajna2009-12-031-1/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'maint'Junio C Hamano2009-12-312-3/+17
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | fast-import: Document author/committer/tagger name is optionalShawn O. Pearce2009-12-311-3/+3
| * | | | | | SubmittingPatches: hints to know the status of a submitted patch.Matthieu Moy2009-12-311-0/+14
* | | | | | | Merge branch 'maint'Junio C Hamano2009-12-301-8/+15
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Documentation: always respect core.worktree if setNguyễn Thái Ngọc Duy2009-12-291-8/+15
* | | | | | | Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-272-13/+91
|\ \ \ \ \ \ \
| * | | | | | | status -s: respect the status.relativePaths optionMichael J Gruber2009-11-261-2/+2
| * | | | | | | docs: note that status configuration affects only long formatJeff King2009-09-051-5/+5
| * | | | | | | commit: support alternate status formatsJeff King2009-09-051-0/+14
| * | | | | | | status: add --porcelain output formatJeff King2009-09-051-2/+7
| * | | | | | | git status: not "commit --dry-run" anymoreJunio C Hamano2009-08-221-10/+69
* | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-261-0/+15
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Start 1.6.6.X maintenance trackJunio C Hamano2009-12-261-0/+15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Kick off 1.7.0 cycleJunio C Hamano2009-12-261-0/+64
* | | | | | | Merge branch 'jc/1.7.0-send-email-no-thread-default'Junio C Hamano2009-12-261-3/+3
|\ \ \ \ \ \ \
| * | | | | | | send-email: make --no-chain-reply-to the defaultJunio C Hamano2009-08-221-3/+3
* | | | | | | | Merge branch 'sr/vcs-helper'Junio C Hamano2009-12-262-0/+32
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Allow helpers to report in "list" command that the ref is unchangedDaniel Barkalow2009-11-171-1/+3
| * | | | | | | Allow helper to map private ref names into normal namesDaniel Barkalow2009-11-171-1/+15
| * | | | | | | Add support for "import" helper commandDaniel Barkalow2009-11-171-0/+10
| * | | | | | | Add a config option for remotes to specify a foreign vcsDaniel Barkalow2009-11-171-0/+4