summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-27Merge branch 'dk/blame-janitorial'Junio C Hamano
2014-02-27Merge branch 'bc/gpg-sign-everywhere'Junio C Hamano
2014-02-27Merge branch 'al/docs'Junio C Hamano
2014-02-27Merge branch 'jk/test-ports'Junio C Hamano
2014-02-27Merge branch 'nd/reset-intent-to-add'Junio C Hamano
2014-02-27Merge branch 'ks/tree-diff-walk'Junio C Hamano
2014-02-27Merge branch 'mw/symlinks'Junio C Hamano
2014-02-27Merge branch 'nd/test-rename-reset'Junio C Hamano
2014-02-27Merge branch 'wk/submodule-on-branch'Junio C Hamano
2014-02-27Merge branch 'ep/varscope'Junio C Hamano
2014-02-27Merge branch 'bs/stdio-undef-before-redef'Junio C Hamano
2014-02-27Merge branch 'jk/config-path-include-fix'Junio C Hamano
2014-02-27Merge branch 'ds/rev-parse-required-args'Junio C Hamano
2014-02-27Merge branch 'nd/diff-quiet-stat-dirty'Junio C Hamano
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-27Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano
2014-02-27Merge branch 'da/pull-ff-configuration'Junio C Hamano
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano
2014-02-27Merge branch 'nv/commit-gpgsign-config'Junio C Hamano
2014-02-25builtin/blame.c::find_copy_in_blob: no need to scan for region endDavid Kastrup
2014-02-25sha1_file.c: document a bunch of functions defined in the fileMichael Haggerty
2014-02-24name-hash: retire unused index_name_exists()Eric Sunshine
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees
2014-02-24test the commit.gpgsign config optionNicolas Vigier
2014-02-24commit-tree: add and document --no-gpg-signJunio C Hamano
2014-02-24commit-tree: add the commit.gpgsign option to sign all commitsNicolas Vigier
2014-02-24diff: do not quit early on stat-dirty filesNguyễn Thái Ngọc Duy
2014-02-24diff.c: move diffcore_skip_stat_unmatch core logic out for reuse laterNguyễn Thái Ngọc Duy
2014-02-24tests: add checking that combine-diff emits only correct pathsKirill Smelkov
2014-02-24combine-diff: simplify intersect_paths() furtherJunio C Hamano
2014-02-24combine-diff: combine_diff_path.len is not needed anymoreKirill Smelkov
2014-02-24combine-diff: optimize combine_diff_path sets intersectionKirill Smelkov
2014-02-24diff test: add tests for combine-diff with orderfileKirill Smelkov
2014-02-24diffcore-order: export generic ordering interfaceKirill Smelkov
2014-02-24tree-walk: finally switch over tree descriptors to contain a pre-parsed entryKirill Smelkov
2014-02-24clean: use cache_name_is_other()Nguyễn Thái Ngọc Duy
2014-02-24clean: replace match_pathspec() with dir_path_match()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy
2014-02-24dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-02-24Documentation: describe 'submodule update --remote' use caseW. Trevor King
2014-02-24submodule: explicit local branch creation in module_cloneW. Trevor King
2014-02-24submodule: document module_clone arguments in commentsW. Trevor King
2014-02-24submodule: make 'checkout' update_module mode more explicitW. Trevor King
2014-02-24test-hashmap.c: drop unnecessary #includesJonathan Nieder
2014-02-24.gitignore: test-hashmap is a generated fileJonathan Nieder