summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clean: use cache_name_is_other()nd/submodule-pathspec-ending-with-slashNguyễn Thái Ngọc Duy2014-02-241-19/+2
* clean: replace match_pathspec() with dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-2/+1
* pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-246-9/+20
* match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy2014-02-241-1/+6
* dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy2014-02-241-6/+13
* pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-247-25/+27
* pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-245-8/+12
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-2414-22/+24
* Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-272-1/+18
|\
| * tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()nd/negative-pathspecNguyễn Thái Ngọc Duy2014-01-232-1/+18
* | Merge branch 'pw/git-p4'Junio C Hamano2014-01-2710-44/+342
|\ \
| * | git p4 doc: use two-line style for options with multiple spellingspw/git-p4Pete Wyckoff2014-01-221-2/+4
| * | git p4 test: examine behavior with locked (+l) filesPete Wyckoff2014-01-221-0/+145
| * | git p4: fix an error message when "p4 where" failsPete Wyckoff2014-01-221-1/+1
| * | git p4: handle files with wildcards when doing RCS scrubbingPete Wyckoff2014-01-222-2/+25
| * | git p4 test: do not pollute /tmpPete Wyckoff2014-01-223-4/+12
| * | git p4 test: run as user "author"Pete Wyckoff2014-01-222-25/+28
| * | git p4 test: is_cli_file_writeable succeedsPete Wyckoff2014-01-221-1/+1
| * | git p4 test: explicitly check p4 wildcard deletePete Wyckoff2014-01-221-0/+27
| * | git p4: work around p4 bug that causes empty symlinksPete Wyckoff2014-01-222-1/+74
| * | git p4 test: ensure p4 symlink parsing worksPete Wyckoff2014-01-211-0/+17
| * | git p4 test: wildcards are supportedPete Wyckoff2014-01-211-8/+8
* | | Merge branch 'ss/safe-create-leading-dir-with-slash'Junio C Hamano2014-01-271-4/+8
|\ \ \
| * | | safe_create_leading_directories(): on Windows, \ can separate path componentsss/safe-create-leading-dir-with-slashMichael Haggerty2014-01-221-4/+8
* | | | Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-276-67/+155
|\ \ \ \ | |/ / /
| * | | rename_tmp_log(): on SCLD_VANISHED, retrymh/safe-create-leading-directoriesMichael Haggerty2014-01-211-1/+8
| * | | rename_tmp_log(): limit the number of remote_empty_directories() attemptsMichael Haggerty2014-01-211-2/+2
| * | | rename_tmp_log(): handle a possible mkdir/rmdir raceMichael Haggerty2014-01-211-1/+10
| * | | rename_ref(): extract function rename_tmp_log()Michael Haggerty2014-01-211-22/+30
| * | | remove_dir_recurse(): handle disappearing files and directoriesMichael Haggerty2014-01-211-6/+16
| * | | remove_dir_recurse(): tighten condition for removing unreadable dirMichael Haggerty2014-01-211-2/+5
| * | | lock_ref_sha1_basic(): if locking fails with ENOENT, retryMichael Haggerty2014-01-211-1/+12
| * | | lock_ref_sha1_basic(): on SCLD_VANISHED, retryMichael Haggerty2014-01-211-1/+10
| * | | safe_create_leading_directories(): add new error value SCLD_VANISHEDMichael Haggerty2014-01-062-1/+20
| * | | cmd_init_db(): when creating directories, handle errors conservativelyMichael Haggerty2014-01-061-3/+4
| * | | safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-064-13/+26
| * | | safe_create_leading_directories(): always restore slash at end of loopMichael Haggerty2014-01-061-13/+9
| * | | safe_create_leading_directories(): split on first of multiple slashesMichael Haggerty2014-01-061-2/+3
| * | | safe_create_leading_directories(): rename local variableMichael Haggerty2014-01-061-5/+5
| * | | safe_create_leading_directories(): add explicit "slash" pointerMichael Haggerty2014-01-061-9/+11
| * | | safe_create_leading_directories(): reduce scope of local variableMichael Haggerty2014-01-061-1/+2
| * | | safe_create_leading_directories(): fix format of "if" chainingMichael Haggerty2014-01-061-4/+2
* | | | Merge branch 'tr/nth-previous-is-a-commit'Junio C Hamano2014-01-272-3/+3
|\ \ \ \
| * | | | Documentation: @{-N} can refer to a committr/nth-previous-is-a-commitThomas Rast2014-01-212-3/+3
* | | | | Merge branch 'tr/gitk-doc-range-trace'Junio C Hamano2014-01-271-0/+16
|\ \ \ \ \
| * | | | | Documentation/gitk: document -L optiontr/gitk-doc-range-traceThomas Rast2014-01-211-0/+16
* | | | | | Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano2014-01-272-9/+23
|\ \ \ \ \ \
| * | | | | | list-objects: only look at cmdline trees with edge_hintjk/mark-edges-uninterestingJeff King2014-01-211-9/+11
| * | | | | | t/perf: time rev-list with UNINTERESTING commitsJeff King2014-01-211-0/+12
* | | | | | | Merge branch 'jk/diff-filespec-cleanup'Junio C Hamano2014-01-272-7/+5
|\ \ \ \ \ \ \