summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy2009-08-237-7/+48
* unpack-trees.c: generalize verify_* functionsNguyễn Thái Ngọc Duy2009-08-231-5/+18
* unpack-trees(): add CE_WT_REMOVE to remove on worktree aloneNguyễn Thái Ngọc Duy2009-08-232-1/+11
* Introduce "sparse checkout"Nguyễn Thái Ngọc Duy2009-08-231-0/+44
* dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-232-16/+20
* excluded_1(): support exclude files in indexNguyễn Thái Ngọc Duy2009-08-231-0/+6
* unpack-trees(): carry skip-worktree bit over in merged_entry()Nguyễn Thái Ngọc Duy2009-08-231-0/+2
* Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-236-22/+95
* Avoid writing to buffer in add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-231-3/+2
* Teach Git to respect skip-worktree bit (writing part)Nguyễn Thái Ngọc Duy2009-08-232-2/+148
* Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-238-26/+199
* Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy2009-08-236-3/+109
* Add test-index-versionNguyễn Thái Ngọc Duy2009-08-233-0/+16
* update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy2009-08-231-14/+10
* Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-112-2/+35
* Merge branch 'maint'Junio C Hamano2009-08-103-5/+5
|\
| * Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-102-4/+4
| |\
| | * Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2009-08-102-4/+4
| * | git-instaweb: fix mod_perl detection for apache2Mark A Rada2009-08-091-1/+1
* | | Merge branch 'jk/push-quiet'Junio C Hamano2009-08-105-1/+26
|\ \ \
| * | | transport: don't show push status if --quiet is givenJeff King2009-08-051-1/+19
| * | | transport: pass "quiet" flag to pack-objectsJeff King2009-08-053-0/+5
| * | | push: add --quiet flagJeff King2009-08-052-0/+2
* | | | Merge branch 'jc/maint-merge-recursive-fix'Junio C Hamano2009-08-102-3/+80
|\ \ \ \
| * | | | merge-recursive: don't segfault while handling rename clashesJunio C Hamano2009-07-302-3/+80
* | | | | Merge branch 'zf/maint-gitweb-acname'Junio C Hamano2009-08-101-3/+2
|\ \ \ \ \
| * | | | | gitweb: parse_commit_text encoding fixZoltán Füzesi2009-08-051-3/+2
* | | | | | Merge branch 'ns/am-raw-email'Junio C Hamano2009-08-102-1/+34
|\ \ \ \ \ \
| * | | | | | git-am: print fair error message when format detection failsNicolas Sebrecht2009-08-061-1/+5
| * | | | | | am: allow individual e-mail files as inputJunio C Hamano2009-08-062-0/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'np/maint-limit-delta-cache'Junio C Hamano2009-08-102-4/+12
|\ \ \ \ \ \
| * | | | | | don't let the delta cache grow unbounded in 'git repack'Nicolas Pitre2009-08-052-4/+12
* | | | | | | Merge branch 'jp/symlink-dirs'Junio C Hamano2009-08-104-1/+114
|\ \ \ \ \ \ \
| * | | | | | | t6035-merge-dir-to-symlink depends on SYMLINKS prerequisiteJohannes Sixt2009-08-091-0/+6
| * | | | | | | git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-293-2/+18
| * | | | | | | lstat_cache: guard against full match of length of 'name' parameterKjetil Barvik2009-07-292-1/+5
| * | | | | | | Demonstrate bugs when a directory is replaced with a symlinkPickens, James E2009-07-291-0/+87
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mk/grep-max-depth'Junio C Hamano2009-08-105-11/+103
|\ \ \ \ \ \ \
| * | | | | | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-225-11/+103
* | | | | | | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-1011-125/+106
|\ \ \ \ \ \ \ \
| * | | | | | | | api-run-command.txt: describe error behavior of run_command functionsJohannes Sixt2009-08-081-3/+28
| * | | | | | | | run-command.c: squelch a "use before assignment" warningDavid Soria Parra2009-08-041-1/+1
| * | | | | | | | receive-pack: remove unnecessary run_status reportJohannes Sixt2009-07-061-16/+4
| * | | | | | | | run_command: report failure to execute the program, but optionally don'tJohannes Sixt2009-07-065-13/+13
| * | | | | | | | run_command: encode deadly signal number in the return valueJohannes Sixt2009-07-061-1/+8
| * | | | | | | | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-066-86/+58
| * | | | | | | | run_command: return exit code as positive valueJohannes Sixt2009-07-057-19/+7
| * | | | | | | | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-051-2/+3
* | | | | | | | | Check return value of ftruncate call in http.cJeff Lasslett2009-08-101-1/+5
* | | | | | | | | http.c: replace usage of temporary variable for urlsTay Ray Chuan2009-08-101-9/+6