summaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sd/cd-p-show-toplevel'Junio C Hamano2010-01-201-0/+3
|\
| * Add 'git rev-parse --show-toplevel' option.Steven Drake2010-01-111-0/+3
* | Sync with 1.6.6.1Junio C Hamano2010-01-203-8/+45
|\ \
| * | Git 1.6.6.1v1.6.6.1Junio C Hamano2010-01-202-7/+15
| * | Merge branch 'bg/maint-add-all-doc' into maintJunio C Hamano2010-01-202-29/+88
| |\ \
| * \ \ Merge branch 'maint-1.6.5' into maintJunio C Hamano2010-01-202-1/+30
| |\ \ \
| | * | | Git 1.6.5.8v1.6.5.8Junio C Hamano2010-01-202-1/+30
* | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-181-1/+16
* | | | | Merge branch 'maint'Junio C Hamano2010-01-181-1/+16
|\ \ \ \ \ | |/ / / /
| * | | | Update draft release notes to 1.6.6.1Junio C Hamano2010-01-181-1/+16
* | | | | Merge branch 'jc/rerere'Junio C Hamano2010-01-181-1/+6
|\ \ \ \ \
| * | | | | Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano2009-12-041-1/+6
* | | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-171-1/+38
* | | | | | Merge branch 'jh/commit-status'Junio C Hamano2010-01-172-1/+18
|\ \ \ \ \ \
| * | | | | | commit: support commit.status, --status, and --no-statusJames P. Howard, II2010-01-132-1/+18
* | | | | | | Merge branch 'jn/makefile'Junio C Hamano2010-01-171-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Makefile: consolidate .FORCE-* targetsJonathan Nieder2010-01-061-2/+2
* | | | | | | | Merge branch 'tc/clone-v-progress'Junio C Hamano2010-01-171-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | clone: use --progress to force progress reportingTay Ray Chuan2009-12-281-0/+3
| * | | | | | | | git-clone.txt: reword description of progress behaviourTay Ray Chuan2009-12-281-3/+6
| * | | | | | | | check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan2009-12-281-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'tc/smart-http-restrict'Junio C Hamano2010-01-171-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Smart-http: check if repository is OK to export before serving itTarmigan Casebolt2010-01-061-0/+10
| |/ / / / / / /
* | | | | | | | Merge branch 'sr/gfi-options'Junio C Hamano2010-01-171-0/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-051-0/+16
| * | | | | | | | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-041-1/+7
| * | | | | | | | fast-import: add option commandSverre Rabbelier2009-12-041-0/+32
| * | | | | | | | fast-import: add feature commandSverre Rabbelier2009-12-041-0/+25
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'maint'Junio C Hamano2010-01-162-3/+5
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Document git-blame triple -C optionRamkumar Ramachandra2010-01-142-3/+5
* | | | | | | | Merge branch 'il/vcs-helper'Junio C Hamano2010-01-131-2/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Support remote helpers implementing smart transportsIlari Liusvaara2009-12-281-1/+24
| * | | | | | | | Support mandatory capabilitiesIlari Liusvaara2009-12-091-1/+4
| * | | | | | | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-0671-437/+3684
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'cc/reset-more'Junio C Hamano2010-01-131-0/+89
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: reset: add some missing tablesChristian Couder2010-01-041-6/+29
| * | | | | | | | | | "reset --merge": fix unmerged caseJunio C Hamano2010-01-031-2/+2
| * | | | | | | | | | reset: use "unpack_trees()" directly instead of "git read-tree"Stephan Beyer2010-01-031-1/+1
| * | | | | | | | | | Documentation: reset: add some tables to describe the different optionsChristian Couder2009-12-301-0/+66
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \