summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-13doc: gitk: remove gitview referenceLibravatar Philip Oakley1-4/+0
2017-01-13lib-submodule-update.sh: reduce use of subshell by using "git -C"Libravatar Stefan Beller1-4/+1
2017-01-13builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationLibravatar Elia Pinto1-11/+10
2017-01-13Documentation/bisect: improve on (bad|new) and (good|bad)Libravatar Christian Couder1-2/+2
2017-01-13asciidoctor: fix user-manual to be built by `asciidoctor`Libravatar 마누엘2-1/+9
2017-01-12submodule update --init: display correct path from submoduleLibravatar Stefan Beller3-7/+25
2017-01-12t7411: test lookup of uninitialized submodulesLibravatar Stefan Beller1-0/+21
2017-01-12t7411: quote URLsLibravatar Stefan Beller1-2/+2
2017-01-12submodule absorbgitdirs: mention in docstring helpLibravatar Stefan Beller1-1/+2
2017-01-12diff: add interhunk context config optionLibravatar Vegard Nossum4-1/+42
2017-01-12versioncmp: generalize version sort suffix reorderingLibravatar SZEDER Gábor4-13/+71
2017-01-12versioncmp: factor out helper for suffix matchingLibravatar SZEDER Gábor1-25/+39
2017-01-11vreport: sanitize ASCII control charsLibravatar Jeff King1-0/+6
2017-01-11Revert "vreportf: avoid intermediate buffer"Libravatar Jeff King1-12/+3
2017-01-11index: improve constness for reading blob dataLibravatar Brandon Williams2-2/+3
2017-01-11t1001: modernize styleLibravatar Stefan Beller1-321/+320
2017-01-11t1000: modernize styleLibravatar Stefan Beller1-333/+315
2017-01-11read-tree: use OPT_BOOL instead of OPT_SET_INTLibravatar Stefan Beller1-18/+18
2017-01-11t7810: avoid assumption about invalid regex syntaxLibravatar Jeff King1-11/+15
2017-01-10Fifth batch 2.12Libravatar Junio C Hamano1-0/+45
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Libravatar Junio C Hamano12-43/+399
2017-01-10Merge branch 'jc/retire-compaction-heuristics'Libravatar Junio C Hamano7-67/+8
2017-01-10Merge branch 'nd/config-misc-fixes'Libravatar Junio C Hamano1-5/+15
2017-01-10Merge branch 'jc/abbrev-autoscale-config'Libravatar Junio C Hamano2-8/+15
2017-01-10Merge branch 'mh/fast-import-notes-fix-new'Libravatar Junio C Hamano2-3/+47
2017-01-10Merge branch 'jc/git-open-cloexec'Libravatar Junio C Hamano3-36/+22
2017-01-10Merge branch 'jc/compression-config'Libravatar Junio C Hamano9-31/+158
2017-01-10Merge branch 'dt/smart-http-detect-server-going-away'Libravatar Junio C Hamano5-4/+77
2017-01-10Merge branch 'mm/gc-safety-doc'Libravatar Junio C Hamano2-9/+29
2017-01-10Merge branch 'mm/push-social-engineering-attack-doc'Libravatar Junio C Hamano6-22/+51
2017-01-10Merge branch 'jt/fetch-no-redundant-tag-fetch-map'Libravatar Junio C Hamano1-3/+0
2017-01-10Merge branch 'jc/latin-1'Libravatar Junio C Hamano1-11/+25
2017-01-10mergetool: fix running in subdir when rerere enabledLibravatar Richard Hansen2-3/+21
2017-01-10mergetool: take the "-O" out of $orderfileLibravatar Richard Hansen1-2/+2
2017-01-10t7610: add test case for rerere+mergetool+subdir bugLibravatar Richard Hansen1-1/+20
2017-01-10t7610: spell 'git reset --hard' consistentlyLibravatar Richard Hansen1-18/+19
2017-01-10t7610: don't assume the checked-out commitLibravatar Richard Hansen1-6/+6
2017-01-10t7610: always work on a test-specific branchLibravatar Richard Hansen1-2/+8
2017-01-10t7610: delete some now-unnecessary 'git reset --hard' linesLibravatar Richard Hansen1-2/+0
2017-01-10t7610: run 'git reset --hard' after each test to clean upLibravatar Richard Hansen1-0/+8
2017-01-10t7610: don't rely on state from previous testLibravatar Richard Hansen1-0/+6
2017-01-10t7610: use test_when_finished for cleanup tasksLibravatar Richard Hansen1-34/+37
2017-01-10t7610: move setup code to the 'setup' test caseLibravatar Richard Hansen1-30/+35
2017-01-10t7610: update branch names to match test numberLibravatar Richard Hansen1-41/+41
2017-01-10rev-parse doc: pass "--" to rev-parse in the --prefix exampleLibravatar Richard Hansen1-1/+2
2017-01-10unpack-trees: factor progress setup out of check_updatesLibravatar Stefan Beller1-12/+20
2017-01-10unpack-trees: remove unneeded continueLibravatar Stefan Beller1-1/+0
2017-01-10unpack-trees: move checkout state into check_updatesLibravatar Stefan Beller1-12/+12
2017-01-10.mailmap: record canonical email for Richard HansenLibravatar Richard Hansen1-0/+2
2017-01-09pathspec: give better message for submodule related pathspec errorLibravatar Stefan Beller2-2/+69