summaryrefslogtreecommitdiffstats
path: root/t/t7006-pager.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-18config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy3-15/+29
2017-04-17Twelfth batch for 2.13Junio C Hamano1-0/+16
2017-04-14difftool: fix use-after-freeJohannes Schindelin2-2/+24
2017-04-11Eleventh batch for 2.13Junio C Hamano1-0/+14
2017-04-02diff: submodule inline diff to initialize env array.Stefan Beller2-0/+30
2017-04-01git-bisect.txt: add missing wordQuentin Pradet1-1/+1
2017-04-01Documentation: document elements in "ls-files -s" output in orderMostyn Bramley-Moore1-1/+1
2017-04-01index-pack: detect local corruption in collision checkJeff King2-0/+19
2017-04-01sha1_loose_object_info: return error for corrupted objectsJeff King2-1/+8
2017-04-01contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano1-2/+2
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano2-2/+1
2017-03-30daemon: use an argv_array to exec childrenJeff King1-21/+17
2017-03-30gc: replace local buffer with git_pathJeff King1-7/+1
2017-03-30transport-helper: replace checked snprintf with xsnprintfJeff King1-4/+1
2017-03-30convert unchecked snprintf into xsnprintfJeff King5-11/+11
2017-03-30combine-diff: replace malloc/snprintf with xstrfmtJeff King1-3/+4
2017-03-30replace unchecked snprintf calls with heap buffersJeff King4-14/+17
2017-03-30receive-pack: print --pack-header directly into argv arrayJeff King1-7/+10
2017-03-30name-rev: replace static buffer with strbufJeff King1-9/+12
2017-03-30create_branch: use xstrfmt for reflog messageJeff King1-5/+4
2017-03-30create_branch: move msg setup closer to point of useJeff King1-8/+9
2017-03-30avoid using mksnpath for refsJeff King1-18/+26
2017-03-30avoid using fixed PATH_MAX buffers for refsJeff King4-39/+41
2017-03-30fetch: use heap buffer to format reflogJeff King1-2/+4
2017-03-30tag: use strbuf to format tag headerJeff King1-15/+12
2017-03-30diff: avoid fixed-size buffer for patch-idsJeff King1-31/+37
2017-03-30Tenth batch for 2.13Junio C Hamano1-2/+64
2017-03-30difftool: avoid strcpyJeff King1-16/+15
2017-03-30update-index: fix xgetcwd() related memory leakChristian Couder1-1/+5
2017-03-30unpack-trees.c: align submodule error message to the other error messagesStefan Beller1-1/+1
2017-03-29perl: regenerate perl.mak if perl -V changesÆvar Arnfjörð Bjarmason1-0/+1
2017-03-29Makefile: detect errors in running spatchJeff King1-2/+10
2017-03-29odb_mkstemp: use git_path_bufJeff King1-4/+2
2017-03-29odb_mkstemp: write filename into strbufJeff King6-27/+30
2017-03-29do not check odb_mkstemp return value for errorsJeff King4-8/+10
2017-03-28Ninth batch for 2.13Junio C Hamano1-30/+24
2017-03-28Prepare for 2.12.3Junio C Hamano2-1/+58
2017-03-28travis-ci: build and test Git on WindowsLars Schneider2-0/+85
2017-03-28builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson1-1/+1
2017-03-28notes: do not break note_tree structure in note_tree_consolidate()Mike Hommey1-2/+4
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Johannes Schindelin2-3/+7
2017-03-27sequencer: make commit options more extensibleJohannes Schindelin1-22/+26
2017-03-27l10n: de: translate describe debug termsMichael J Gruber1-1/+13
2017-03-27describe: localize debug output fullyMichael J Gruber1-3/+12
2017-03-27Eighth batch for 2.13Junio C Hamano1-0/+22
2017-03-27rev-parse: match @{upstream}, @{u} and @{push} case-insensitivelyÆvar Arnfjörð Bjarmason4-8/+23
2017-03-27strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDRené Scharfe2-0/+25
2017-03-27doc/SubmittingPatches: show how to get a CLI commit summaryÆvar Arnfjörð Bjarmason1-1/+2
2017-03-27t/README: clarify the test_have_prereq documentationÆvar Arnfjörð Bjarmason1-3/+5
2017-03-27sha1dc: avoid CPP macro collisionsJunio C Hamano1-5/+6