summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-11l10n: sv.po: Update Swedish translation (3137t0f0u)Libravatar Peter Krefting1-1337/+2670
2017-02-11l10n: fr.po: v2.11-rc0 first roundLibravatar Jean-Noel Avila1-1337/+2648
2017-02-11l10n: ko.po: Update Korean translationLibravatar Changwoo Ryu1-1320/+2617
2017-02-10preload-index: avoid lstat for skip-worktree itemsLibravatar Jeff Hostetler1-0/+2
2017-02-10git-p4: fix git-p4.pathEncoding for removed filesLibravatar Lars Schneider2-10/+30
2017-02-10connect.c: stop conflating ssh command names and overridesLibravatar Junio C Hamano1-13/+32
2017-02-10pathspec: don't error out on all-exclusionary pathspec patternsLibravatar Linus Torvalds3-8/+17
2017-02-10pathspec magic: add '^' as alias for '!'Libravatar Linus Torvalds2-2/+8
2017-02-10Git 2.12-rc1Libravatar Junio C Hamano2-1/+16
2017-02-10Merge branch 'nd/rev-list-all-includes-HEAD-doc'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'rs/fill-directory-optim'Libravatar Junio C Hamano1-4/+3
2017-02-10Merge branch 'jk/log-graph-name-only'Libravatar Junio C Hamano2-0/+49
2017-02-10Merge branch 'da/t7800-cleanup'Libravatar Junio C Hamano1-12/+19
2017-02-10Merge branch 'dl/difftool-doc-no-gui-option'Libravatar Junio C Hamano1-2/+3
2017-02-10Merge branch 'js/difftool-builtin'Libravatar Junio C Hamano2-4/+16
2017-02-10Merge branch 'rs/p5302-create-repositories-before-tests'Libravatar Junio C Hamano1-0/+7
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'jk/reset-to-break-a-commit-doc'Libravatar Junio C Hamano1-0/+38
2017-02-10Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano2-7/+8
2017-02-10files_ref_store::submodule: use NULL for the main repositoryLibravatar Michael Haggerty1-8/+8
2017-02-10base_ref_store_init(): remove submodule argumentLibravatar Michael Haggerty3-7/+5
2017-02-10refs: push the submodule attribute downLibravatar Michael Haggerty3-42/+43
2017-02-10refs: store submodule ref stores in a hashmapLibravatar Michael Haggerty2-19/+45
2017-02-10register_ref_store(): new functionLibravatar Michael Haggerty1-14/+29
2017-02-10refs: remove some unnecessary handling of submodule == ""Libravatar Michael Haggerty1-11/+2
2017-02-10refs: make some ref_store lookup functions privateLibravatar Michael Haggerty2-21/+17
2017-02-10refs: reorder some function definitionsLibravatar Michael Haggerty1-32/+32
2017-02-09Documentation: unify bottom "part of git suite" linesLibravatar Stefan Beller8-8/+8
2017-02-09rebase -i: use the rebase--helper builtinLibravatar Johannes Schindelin2-1/+14
2017-02-09rebase--helper: add a builtin helper for interactive rebasesLibravatar Johannes Schindelin5-0/+44
2017-02-08push options: pass push options to the transport helperLibravatar Stefan Beller3-0/+26
2017-02-08tag: generate useful reflog messageLibravatar Cornelius Weig2-2/+70
2017-02-08receive-pack: avoid duplicates between our refs and alternatesLibravatar Jeff King2-1/+41
2017-02-08receive-pack: treat namespace .have lines like alternatesLibravatar Jeff King1-3/+7
2017-02-08receive-pack: fix misleading namespace/.have commentLibravatar Jeff King1-4/+1
2017-02-08receive-pack: use oidset to de-duplicate .have linesLibravatar Jeff King1-14/+12
2017-02-08add oidset APILibravatar Jeff King3-0/+95
2017-02-08fetch-pack: cache results of for_each_alternate_refLibravatar Jeff King2-11/+43
2017-02-08for_each_alternate_ref: replace transport code with for-each-refLibravatar Jeff King1-10/+38
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structLibravatar Jeff King4-8/+14
2017-02-08for_each_alternate_ref: use strbuf for path allocationLibravatar Jeff King1-14/+14
2017-02-08for_each_alternate_ref: stop trimming trailing slashesLibravatar Jeff King1-2/+0
2017-02-08for_each_alternate_ref: handle failure from real_pathdup()Libravatar Jeff King1-0/+2
2017-02-08diff: print line prefix for --name-only outputLibravatar Jeff King2-0/+49
2017-02-08dir: avoid allocation in fill_directory()Libravatar René Scharfe1-4/+3
2017-02-08rev-list-options.txt: update --all about HEADLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2017-02-08t7800: replace "wc -l" with test_line_countLibravatar David Aguilar1-12/+19
2017-02-08Merge branch 'da/difftool-dir-diff-fix' into da/t7800-cleanupLibravatar Junio C Hamano2-3/+45
2017-02-08t7800: simplify basic usage testLibravatar David Aguilar1-8/+7