summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-27tag: support --sort=<spec>Libravatar Nguyễn Thái Ngọc Duy6-5/+211
2014-02-27Merge branch 'nd/http-fetch-shallow-fix'Libravatar Junio C Hamano9-29/+104
2014-02-27Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano33-276/+4736
2014-02-27Merge branch 'dk/blame-janitorial'Libravatar Junio C Hamano1-51/+42
2014-02-27Merge branch 'bc/gpg-sign-everywhere'Libravatar Junio C Hamano18-59/+135
2014-02-27Merge branch 'al/docs'Libravatar Junio C Hamano4-10/+8
2014-02-27Merge branch 'jk/test-ports'Libravatar Junio C Hamano10-10/+2
2014-02-27Merge branch 'nd/reset-intent-to-add'Libravatar Junio C Hamano5-15/+50
2014-02-27Merge branch 'ks/tree-diff-walk'Libravatar Junio C Hamano5-59/+10
2014-02-27Merge branch 'mw/symlinks'Libravatar Junio C Hamano3-20/+112
2014-02-27Merge branch 'nd/test-rename-reset'Libravatar Junio C Hamano2-0/+0
2014-02-27Merge branch 'wk/submodule-on-branch'Libravatar Junio C Hamano4-42/+135
2014-02-27Merge branch 'ep/varscope'Libravatar Junio C Hamano7-19/+22
2014-02-27Merge branch 'bs/stdio-undef-before-redef'Libravatar Junio C Hamano1-0/+6
2014-02-27Merge branch 'jk/config-path-include-fix'Libravatar Junio C Hamano2-2/+6
2014-02-27Merge branch 'ds/rev-parse-required-args'Libravatar Junio C Hamano1-6/+11
2014-02-27Merge branch 'nd/diff-quiet-stat-dirty'Libravatar Junio C Hamano3-24/+51
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Libravatar Junio C Hamano22-76/+89
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-27shallow: automatically clean up shallow tempfilesLibravatar Jeff King5-37/+40
2014-02-27shallow: use stat_validity to check for up-to-date fileLibravatar Jeff King1-17/+7
2014-02-27commit.c: use the generic "sha1_pos" function for lookupLibravatar Dmitry S. Dolzhenko1-15/+9
2014-02-26stash pop: mention we did not drop the stash upon failing to applyLibravatar Junio C Hamano1-2/+8
2014-02-25request-pull: resurrect "pretty refname" featureLibravatar Junio C Hamano2-2/+10
2014-02-25request-pull: test updatesLibravatar Junio C Hamano1-8/+8
2014-02-25request-pull: pick up tag message as beforeLibravatar Junio C Hamano1-0/+8
2014-02-25request-pull: allow "local:remote" to specify names on both endsLibravatar Linus Torvalds1-21/+29
2014-02-25request-pull: more strictly match local/remote branchesLibravatar Linus Torvalds1-67/+43
2014-02-25builtin/blame.c::find_copy_in_blob: no need to scan for region endLibravatar David Kastrup1-8/+1
2014-02-25commit: add --cleanup=scissorsLibravatar Nguyễn Thái Ngọc Duy3-4/+34
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