aboutsummaryrefslogtreecommitdiff
path: root/Documentation
Commit message (Expand)AuthorAge
* Merge branch 'il/push-set-upstream'Junio C Hamano2010-01-20
|\
| * Add push --set-upstreamIlari Liusvaara2010-01-16
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-20
|\ \
| * | commit: allow suppression of implicit identity adviceJeff King2010-01-14
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-14
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-14
* | | Merge branch 'sd/cd-p-show-toplevel'Junio C Hamano2010-01-20
|\ \ \
| * | | Add 'git rev-parse --show-toplevel' option.Steven Drake2010-01-11
| |/ /
* | | Sync with 1.6.6.1Junio C Hamano2010-01-20
|\ \ \
| * | | Git 1.6.6.1v1.6.6.1Junio C Hamano2010-01-20
| * | | Merge branch 'bg/maint-add-all-doc' into maintJunio C Hamano2010-01-20
| |\ \ \
| * \ \ \ Merge branch 'maint-1.6.5' into maintJunio C Hamano2010-01-20
| |\ \ \ \
| | * | | | Git 1.6.5.8v1.6.5.8Junio C Hamano2010-01-20
* | | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-18
* | | | | | Merge branch 'maint'Junio C Hamano2010-01-18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update draft release notes to 1.6.6.1Junio C Hamano2010-01-18
* | | | | | Merge branch 'jc/rerere'Junio C Hamano2010-01-18
|\ \ \ \ \ \
| * | | | | | Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano2009-12-04
* | | | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-17
* | | | | | | Merge branch 'jh/commit-status'Junio C Hamano2010-01-17
|\ \ \ \ \ \ \
| * | | | | | | commit: support commit.status, --status, and --no-statusJames P. Howard, II2010-01-13
* | | | | | | | Merge branch 'jn/makefile'Junio C Hamano2010-01-17
|\ \ \ \ \ \ \ \
| * | | | | | | | Makefile: consolidate .FORCE-* targetsJonathan Nieder2010-01-06
* | | | | | | | | Merge branch 'tc/clone-v-progress'Junio C Hamano2010-01-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clone: use --progress to force progress reportingTay Ray Chuan2009-12-28
| * | | | | | | | | git-clone.txt: reword description of progress behaviourTay Ray Chuan2009-12-28
| * | | | | | | | | check stderr with isatty() instead of stdout when deciding to show progressTay Ray Chuan2009-12-28
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'tc/smart-http-restrict'Junio C Hamano2010-01-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Smart-http: check if repository is OK to export before serving itTarmigan Casebolt2010-01-06
| |/ / / / / / / /
* | | | | | | | | Merge branch 'sr/gfi-options'Junio C Hamano2010-01-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fast-import: add (non-)relative-marks featureSverre Rabbelier2009-12-05
| * | | | | | | | | fast-import: allow for multiple --import-marks= argumentsSverre Rabbelier2009-12-04
| * | | | | | | | | fast-import: add option commandSverre Rabbelier2009-12-04
| * | | | | | | | | fast-import: add feature commandSverre Rabbelier2009-12-04
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'maint'Junio C Hamano2010-01-16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Document git-blame triple -C optionRamkumar Ramachandra2010-01-14
* | | | | | | | Merge branch 'il/vcs-helper'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \
| * | | | | | | | Support remote helpers implementing smart transportsIlari Liusvaara2009-12-28
| * | | | | | | | Support mandatory capabilitiesIlari Liusvaara2009-12-09
| * | | | | | | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-06
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch 'cc/reset-more'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: reset: add some missing tablesChristian Couder2010-01-04
| * | | | | | | | | | "reset --merge": fix unmerged caseJunio C Hamano2010-01-03
| * | | | | | | | | | reset: use "unpack_trees()" directly instead of "git read-tree"Stephan Beyer2010-01-03
| * | | | | | | | | | Documentation: reset: add some tables to describe the different optionsChristian Couder2009-12-30
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | read-tree: add --no-sparse-checkout to disable sparse checkout supportNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Introduce "sparse checkout"Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-23