summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Libravatar Junio C Hamano4-14/+70
2014-02-27Merge branch 'da/pull-ff-configuration'Libravatar Junio C Hamano3-1/+47
2014-02-27Merge branch 'kb/fast-hashmap'Libravatar Junio C Hamano20-538/+1216
2014-02-27Merge branch 'nv/commit-gpgsign-config'Libravatar Junio C Hamano7-5/+56
2014-02-27commit.c: use the generic "sha1_pos" function for lookupLibravatar Dmitry S. Dolzhenko1-15/+9
2014-02-25builtin/blame.c::find_copy_in_blob: no need to scan for region endLibravatar David Kastrup1-8/+1
2014-02-24sha1_file.c: document a bunch of functions defined in the fileLibravatar Michael Haggerty2-14/+78
2014-02-24name-hash: retire unused index_name_exists()Libravatar Eric Sunshine2-10/+1
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereLibravatar Karsten Blees2-2/+2
2014-02-24test the commit.gpgsign config optionLibravatar Nicolas Vigier1-4/+21
2014-02-24commit-tree: add and document --no-gpg-signLibravatar Junio C Hamano3-0/+14
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsLibravatar Nicolas Vigier4-1/+21
2014-02-24diff: do not quit early on stat-dirty filesLibravatar Nguyễn Thái Ngọc Duy3-5/+25
2014-02-24diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterLibravatar Nguyễn Thái Ngọc Duy1-21/+28
2014-02-24tests: add checking that combine-diff emits only correct pathsLibravatar Kirill Smelkov1-0/+106
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-24read-cache: add index.version config variableLibravatar Thomas Gummerer3-9/+57
2014-02-24test-lib: allow setting the index format versionLibravatar Thomas Gummerer4-0/+20
2014-02-24am doc: add a pointer to relevant hooksLibravatar Jonathan Nieder1-0/+5
2014-02-24remote: handle pushremote config in any orderLibravatar Jeff King2-1/+19
2014-02-24log: do not segfault on gmtime errorsLibravatar Jeff King2-2/+12
2014-02-24log: handle integer overflow in timestampsLibravatar Jeff King2-2/+24
2014-02-24date: check date overflow against time_tLibravatar Jeff King3-1/+19
2014-02-24fsck: report integer overflow in author timestampsLibravatar Jeff King2-6/+20