summaryrefslogtreecommitdiffstats
path: root/gitk-git (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-29builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1
2016-02-26Git 2.8-rc0v2.8.0-rc0Junio C Hamano2-1/+96
2016-02-25t5504: handle expected output from SIGPIPE deathJeff King1-1/+4
2016-02-25test_must_fail: report number of unexpected signalJeff King1-1/+1
2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King1-1/+5
2016-02-25write_or_die: handle EPIPE in async threadsJeff King3-0/+15
2016-02-25add DEVELOPER makefile knob to check for acknowledged warningsLars Schneider3-1/+18
2016-02-25refs: document transaction semanticsDavid Turner1-0/+12
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin2-0/+14
2016-02-25push: remove "push.default is unset" warning messageMatthieu Moy1-34/+0
2016-02-25README.md: move down historical explanation about the nameMatthieu Moy1-11/+13
2016-02-25README.md: don't call git stupid in the titleMatthieu Moy1-2/+2
2016-02-25README.md: move the link to git-scm.com upMatthieu Moy1-3/+3
2016-02-25README.md: add hyperlinks on filenamesMatthieu Moy1-6/+13
2016-02-25README: use markdown syntaxMatthieu Moy2-6/+3
2016-02-25templates/hooks: fix minor typo in the sample update-hookMartin Amdisen1-1/+1
2016-02-25submodule: try harder to fetch needed sha1 by direct fetching sha1Stefan Beller1-3/+26
2016-02-24t3034: test deprecated interfaceFelipe Gonçalves Assis1-0/+46
2016-02-24t3034: test option to disable renamesFelipe Gonçalves Assis1-0/+28
2016-02-24t3034: add rename threshold testsFelipe Gonçalves Assis2-1/+239
2016-02-24submodule helper list: respect correct path prefixStefan Beller2-8/+27
2016-02-24Eighth batch for 2.8Junio C Hamano1-36/+41
2016-02-24merge-recursive: find-renames resets thresholdFelipe Gonçalves Assis1-1/+3
2016-02-24t9200: avoid grep on non-ASCII dataJohn Keeping1-1/+1
2016-02-24t8005: avoid grep on non-ASCII dataJohn Keeping1-12/+16
2016-02-23credential-cache--daemon: change to the socket dir on startupJon Griffiths1-0/+9
2016-02-23Documentation/git-push: document that 'simple' is the defaultMatthieu Moy1-0/+7
2016-02-23xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt1-2/+7
2016-02-23credential-cache--daemon: disallow relative socket pathJon Griffiths2-1/+4
2016-02-23credential-cache--daemon: refactor check_socket_directoryJon Griffiths1-15/+13
2016-02-23tests: remove no-op full-svn-test targetEric Wong1-6/+0
2016-02-23convert.c: correct attr_action()Torsten Bögershausen2-16/+35
2016-02-23xdiff: drop XDL_EMIT_COMMONJeff King2-19/+0
2016-02-23merge-tree: drop generate_common strategyJeff King1-36/+2
2016-02-23merge-one-file: use empty blob for add/add baseJeff King1-2/+1
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King3-19/+8
2016-02-22convert ewah/bitmap code to use xmallocJeff King4-30/+11
2016-02-22diff_populate_gitlink: use a strbufJeff King1-8/+8
2016-02-22transport_anonymize_url: use xstrfmtJeff King1-5/+3
2016-02-22git-compat-util: drop mempcpy compat codeJeff King1-9/+0
2016-02-22sequencer: simplify memory allocation of get_messageJeff King1-19/+10
2016-02-22test-path-utils: fix normalize_path_copy output buffer sizeJeff King1-11/+4
2016-02-22fetch-pack: simplify add_sought_entryJeff King1-18/+9
2016-02-22fast-import: simplify allocation in start_packfileJeff King1-4/+1
2016-02-22write_untracked_extension: use FLEX_ALLOC helperJeff King1-5/+4
2016-02-22prepare_{git,shell}_cmd: use argv_arrayJeff King3-53/+39
2016-02-22use st_add and st_mult for allocation size computationJeff King25-53/+56
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King17-82/+35
2016-02-22use xmallocz to avoid size arithmeticJeff King15-25/+17
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King34-64/+75