aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy2009-08-23
* Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-11
* Merge branch 'maint'Junio C Hamano2009-08-10
|\
| * Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-10
| |\
| | * Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2009-08-10
| * | git-instaweb: fix mod_perl detection for apache2Mark A Rada2009-08-09
* | | Merge branch 'jk/push-quiet'Junio C Hamano2009-08-10
|\ \ \
| * | | transport: don't show push status if --quiet is givenJeff King2009-08-05
| * | | transport: pass "quiet" flag to pack-objectsJeff King2009-08-05
| * | | push: add --quiet flagJeff King2009-08-05
* | | | Merge branch 'jc/maint-merge-recursive-fix'Junio C Hamano2009-08-10
|\ \ \ \
| * | | | merge-recursive: don't segfault while handling rename clashesJunio C Hamano2009-07-30
* | | | | Merge branch 'zf/maint-gitweb-acname'Junio C Hamano2009-08-10
|\ \ \ \ \
| * | | | | gitweb: parse_commit_text encoding fixZoltán Füzesi2009-08-05
* | | | | | Merge branch 'ns/am-raw-email'Junio C Hamano2009-08-10
|\ \ \ \ \ \
| * | | | | | git-am: print fair error message when format detection failsNicolas Sebrecht2009-08-06
| * | | | | | am: allow individual e-mail files as inputJunio C Hamano2009-08-06
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'np/maint-limit-delta-cache'Junio C Hamano2009-08-10
|\ \ \ \ \ \
| * | | | | | don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre2009-08-05
* | | | | | | Merge branch 'jp/symlink-dirs'Junio C Hamano2009-08-10
|\ \ \ \ \ \ \
| * | | | | | | t6035-merge-dir-to-symlink depends on SYMLINKS prerequisiteJohannes Sixt2009-08-09
| * | | | | | | git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-29
| * | | | | | | lstat_cache: guard against full match of length of 'name' parameterKjetil Barvik2009-07-29
| * | | | | | | Demonstrate bugs when a directory is replaced with a symlinkPickens, James E2009-07-29
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mk/grep-max-depth'Junio C Hamano2009-08-10
|\ \ \ \ \ \ \
| * | | | | | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-22
* | | | | | | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-10
|\ \ \ \ \ \ \ \
| * | | | | | | | api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt2009-08-08
| * | | | | | | | run-command.c: squelch a "use before assignment" warningDavid Soria Parra2009-08-04