summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-24combine-diff: simplify intersect_paths() furtherLibravatar Junio C Hamano1-22/+12
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreLibravatar Kirill Smelkov3-24/+9
2014-02-24combine-diff: optimize combine_diff_path sets intersectionLibravatar Kirill Smelkov1-21/+73
2014-02-24diff test: add tests for combine-diff with orderfileLibravatar Kirill Smelkov1-0/+21
2014-02-24diffcore-order: export generic ordering interfaceLibravatar Kirill Smelkov2-19/+46
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryLibravatar Kirill Smelkov2-2/+2
2014-02-24clean: use cache_name_is_other()Libravatar Nguyễn Thái Ngọc Duy1-19/+2
2014-02-24clean: replace match_pathspec() with dir_path_match()Libravatar Nguyễn Thái Ngọc Duy1-2/+1
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Libravatar Nguyễn Thái Ngọc Duy6-9/+20
2014-02-24match_pathspec: match pathspec "foo/" against directory "foo"Libravatar Nguyễn Thái Ngọc Duy1-1/+6
2014-02-24dir.c: prepare match_pathspec_item for taking more flagsLibravatar Nguyễn Thái Ngọc Duy1-6/+13
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Libravatar Nguyễn Thái Ngọc Duy7-25/+27
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Libravatar Nguyễn Thái Ngọc Duy5-8/+12
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy14-22/+24
2014-02-24Documentation: describe 'submodule update --remote' use caseLibravatar W. Trevor King1-0/+10
2014-02-24submodule: explicit local branch creation in module_cloneLibravatar W. Trevor King4-27/+110
2014-02-24submodule: document module_clone arguments in commentsLibravatar W. Trevor King1-0/+6
2014-02-24submodule: make 'checkout' update_module mode more explicitLibravatar W. Trevor King1-16/+11
2014-02-24test-hashmap.c: drop unnecessary #includesLibravatar Jonathan Nieder1-2/+1
2014-02-24.gitignore: test-hashmap is a generated fileLibravatar Jonathan Nieder1-0/+1
2014-02-24blame.c: prepare_lines should not call xrealloc for every lineLibravatar David Kastrup1-15/+31
2014-02-24builtin/blame.c::prepare_lines: fix allocation size of sb->linenoLibravatar David Kastrup1-2/+2
2014-02-24builtin/blame.c: eliminate same_suspect()Libravatar David Kastrup1-17/+8
2014-02-24merge-recursive.c: tolerate missing files while refreshing indexLibravatar Brad King2-2/+3
2014-02-24read-cache.c: extend make_cache_entry refresh flag with optionsLibravatar Brad King3-12/+16
2014-02-24read-cache.c: refactor --ignore-missing implementationLibravatar Brad King2-3/+7
2014-02-24t3030-merge-recursive: test known breakage with empty work treeLibravatar Brad King1-0/+47
2014-02-18config: teach "git config --file -" to read from the standard inputLibravatar Kirill A. Shutemov5-17/+69
2014-02-18config: change git_config_with_options() interfaceLibravatar Kirill A. Shutemov3-49/+47
2014-02-18builtin/config.c: rename check_blob_write() -> check_write()Libravatar Kirill A. Shutemov1-9/+9
2014-02-18config: disallow relative include paths from blobsLibravatar Jeff King2-4/+22
2014-02-18open_istream(): do not dereference NULL in the error caseLibravatar Junio C Hamano1-1/+3
2014-02-18builtin/mv: don't use memory after freeLibravatar John Keeping1-1/+2
2014-02-18utf8: use correct type for values in interval tableLibravatar John Keeping1-2/+2
2014-02-18utf8: fix iconv error detectionLibravatar John Keeping1-1/+1
2014-02-18notes-utils: handle boolean notes.rewritemode correctlyLibravatar John Keeping1-1/+1
2014-02-18http: never use curl_easy_performLibravatar Jeff King3-13/+25
2014-02-14Git 1.9.0Libravatar Junio C Hamano4-33/+11
2014-02-14release notes: typo fixesLibravatar Michael J Gruber1-18/+18
2014-02-14tests: turn on network daemon tests by defaultLibravatar Jeff King3-14/+74
2014-02-13Sync with 1.8.5.5Libravatar Junio C Hamano3-2/+40
2014-02-13Git 1.8.5.5Libravatar Junio C Hamano5-4/+42
2014-02-13Merge branch 'bm/merge-base-octopus-dedup' into maintLibravatar Junio C Hamano2-6/+64
2014-02-13Merge branch 'jc/revision-range-unpeel' into maintLibravatar Junio C Hamano2-12/+33
2014-02-13Merge branch 'jk/allow-fetch-onelevel-refname' into maintLibravatar Junio C Hamano2-1/+12
2014-02-13Merge branch 'jk/interpret-branch-name-fix' into maintLibravatar Junio C Hamano3-45/+124
2014-02-13Merge branch 'rk/send-email-ssl-cert' into maintLibravatar Junio C Hamano1-1/+2
2014-02-13Merge branch 'sb/repack-in-c' into maintLibravatar Junio C Hamano1-12/+12
2014-02-13Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maintLibravatar Junio C Hamano2-1/+14
2014-02-13t5537: move http tests out to t5539Libravatar Nguyễn Thái Ngọc Duy2-57/+82