aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | rebase: fix --onto A...B parsing and add testsNanako Shiraishi2010-01-07
| * | | | | | | | "rebase --onto A...B" replays history on the merge base between A and BJunio C Hamano2009-11-21
| * | | | | | | | "checkout A...B" switches to the merge base between A and BJunio C Hamano2009-10-18
* | | | | | | | | Merge branch 'rs/maint-archive-match-pathspec'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | archive: complain about path specs that don't match anythingRené Scharfe2009-12-30
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'il/vcs-helper'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Reset possible helper before reusing remote structureIlari Liusvaara2010-01-09
| * | | | | | | | | Remove special casing of http, https and ftpIlari Liusvaara2009-12-28
| * | | | | | | | | Support remote archive from all smart transportsIlari Liusvaara2009-12-28
| * | | | | | | | | Support remote helpers implementing smart transportsIlari Liusvaara2009-12-28
| * | | | | | | | | Support taking over transportsIlari Liusvaara2009-12-09
| * | | | | | | | | Refactor git transport options parsingIlari Liusvaara2009-12-09
| * | | | | | | | | Pass unknown protocols to external protocol handlersIlari Liusvaara2009-12-09
| * | | | | | | | | Support mandatory capabilitiesIlari Liusvaara2009-12-09
| * | | | | | | | | Add remote helper debug modeIlari Liusvaara2009-12-09
| * | | | | | | | | Merge branch 'master' into il/vcs-helperJunio C Hamano2009-12-06
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'cc/reset-more'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | t7111: check that reset options work as described in the tablesChristian Couder2010-01-09
| * | | | | | | | | | Documentation: reset: add some missing tablesChristian Couder2010-01-04
| * | | | | | | | | | Fix bit assignment for CE_CONFLICTEDJunio C Hamano2010-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
| * | | | | | | | | | reset: add a few tests for "git reset --merge"Christian Couder2009-12-30
| * | | | | | | | | | Documentation: reset: add some tables to describe the different optionsChristian Couder2009-12-30
| * | | | | | | | | | reset: improve mixed reset error message when in a bare repoChristian Couder2009-12-30
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t7002: test for not using external grep on skip-worktree pathsNguyễn Thái Ngọc Duy2010-01-06
| * | | | | | | | | | t7002: set test prerequisite "external-grep" if supportedNguyễn Thái Ngọc Duy2010-01-06
| * | | | | | | | | | grep: do not do external grep on skip-worktree entriesNguyễn Thái Ngọc Duy2009-12-30
| * | | | | | | | | | commit: correctly respect skip-worktree bitNguyễn Thái Ngọc Duy2009-12-14
| * | | | | | | | | | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy2009-12-14
| * | | | | | | | | | tests: rename duplicate t1009Jeff King2009-11-25
| * | | | | | | | | | sparse checkout: inhibit empty worktreeNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Add tests for sparse checkoutNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | read-tree: add --no-sparse-checkout to disable sparse checkout supportNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | unpack-trees(): ignore worktree check outside checkout areaNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final indexNguyễ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
| * | | | | | | | | | unpack-trees.c: generalize verify_* functionsNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | unpack-trees(): add CE_WT_REMOVE to remove on worktree aloneNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Introduce "sparse checkout"Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | excluded_1(): support exclude files in indexNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | unpack-trees(): carry skip-worktree bit over in merged_entry()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
| * | | | | | | | | | Avoid writing to buffer in add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Teach Git to respect skip-worktree bit (writing part)Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy2009-08-23
| * | | | | | | | | | Add test-index-versionNguyễn Thái Ngọc Duy2009-08-23