summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Merge branch 'jk/grep-no-index-fix' into maintLibravatar Junio C Hamano2-27/+121
2017-03-24Merge branch 'jn/remote-helpers-with-git-dir' into maintLibravatar Junio C Hamano4-3/+22
2017-03-24Merge branch 'sb/submodule-config-parse-ignore-fix' into maintLibravatar Junio C Hamano1-1/+1
2017-03-24Merge branch 'jk/push-deadlock-regression-fix' into maintLibravatar Junio C Hamano2-11/+40
2017-03-24pack.h: define largest possible encoded object sizeLibravatar Jeff King2-2/+10
2017-03-24encode_in_pack_object_header: respect output buffer lengthLibravatar Jeff King5-10/+16
2017-03-24fast-import: use xsnprintf for formatting headersLibravatar Jeff King1-3/+1
2017-03-24fast-import: use xsnprintf for writing sha1sLibravatar Jeff King1-1/+1
2017-03-24mailmap: use Michael J Gruber's new addressLibravatar Michael J Gruber1-1/+2
2017-03-24tag: add tests for --with and --withoutLibravatar Ævar Arnfjörð Bjarmason1-2/+4
2017-03-24ref-filter: reflow recently changed branch/tag/for-each-ref docsLibravatar Ævar Arnfjörð Bjarmason2-10/+12
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refLibravatar Ævar Arnfjörð Bjarmason13-25/+245
2017-03-24tag: change --point-at to default to HEADLibravatar Ævar Arnfjörð Bjarmason3-3/+12
2017-03-24tag: implicitly supply --list given another list-like optionLibravatar Ævar Arnfjörð Bjarmason3-17/+73
2017-03-24tag: change misleading --list <pattern> documentationLibravatar Ævar Arnfjörð Bjarmason2-7/+33
2017-03-24parse-options: add OPT_NONEG to the "contains" optionLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2017-03-24tag: add more incompatibles mode testsLibravatar Ævar Arnfjörð Bjarmason1-0/+16
2017-03-24pager_in_use: use git_env_bool()Libravatar Jeff King1-3/+1
2017-03-24name-hash: add test-lazy-init-name-hash to .gitignoreLibravatar Ramsay Jones1-0/+1
2017-03-24name-hash: add perf test for lazy_init_name_hashLibravatar Jeff Hostetler1-0/+19
2017-03-24name-hash: add test-lazy-init-name-hashLibravatar Jeff Hostetler3-0/+266
2017-03-24name-hash: perf improvement for lazy_init_name_hashLibravatar Jeff Hostetler1-7/+485
2017-03-24log: if --decorate is not given, default to --decorate=autoLibravatar Alex Henrie2-2/+17
2017-03-24t7004, t7030: fix here-doc syntax errorsLibravatar Santiago Torres2-14/+10
2017-03-24branch doc: update description for `--list`Libravatar Junio C Hamano1-2/+7
2017-03-23branch doc: change `git branch <pattern>` to use `<branchname>`Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-03-23tests: lint for run-away here-docLibravatar Junio C Hamano1-3/+3
2017-03-23completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'Libravatar SZEDER Gábor1-0/+28
2017-03-23completion: extract completing ctags symbol names into helper functionLibravatar SZEDER Gábor1-4/+29
2017-03-23completion: put matching ctags symbol names directly into COMPREPLYLibravatar SZEDER Gábor1-3/+10
2017-03-23doc/config: grammar fixes for core.{editor,commentChar}Libravatar Kyle Meyer1-3/+3
2017-03-23refs.c: use skip_prefix() in prettify_refname()Libravatar SZEDER Gábor1-5/+5
2017-03-23Merge branch 'js/rebase-helper'Libravatar Junio C Hamano1-1/+1
2017-03-23sequencer: fix missing newlineLibravatar Brandon Williams1-1/+1
2017-03-23completion: speed up branch and tag completionLibravatar SZEDER Gábor1-6/+19
2017-03-23completion: fill COMPREPLY directly when completing fetch refspecsLibravatar SZEDER Gábor1-3/+3
2017-03-23completion: fill COMPREPLY directly when completing refsLibravatar SZEDER Gábor3-14/+76
2017-03-23completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMeryLibravatar SZEDER Gábor1-1/+2
2017-03-23completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMeryLibravatar SZEDER Gábor1-9/+3
2017-03-23completion: let 'for-each-ref' strip the remote name from remote branchesLibravatar SZEDER Gábor1-4/+3
2017-03-23completion: let 'for-each-ref' and 'ls-remote' filter matching refsLibravatar SZEDER Gábor2-11/+154
2017-03-23completion: don't disambiguate short refsLibravatar SZEDER Gábor1-3/+3
2017-03-23completion: don't disambiguate tags and branchesLibravatar SZEDER Gábor1-2/+2
2017-03-23completion: support excluding full refsLibravatar SZEDER Gábor2-4/+35
2017-03-23completion: support completing fully qualified non-fast-forward refspecsLibravatar SZEDER Gábor2-1/+88
2017-03-23completion: support completing full refs after '--option=refs/<TAB>'Libravatar SZEDER Gábor2-7/+45
2017-03-23completion: wrap __git_refs() for better option parsingLibravatar SZEDER Gábor2-35/+173
2017-03-23hashmap: document memihash_cont, hashmap_disallow_rehash apiLibravatar Jeff Hostetler1-0/+22
2017-03-23for-each-ref: partly change <object> to <commit> in helpLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2017-03-23tag tests: fix a typo in a test descriptionLibravatar Ævar Arnfjörð Bjarmason1-1/+1