summaryrefslogtreecommitdiffstats
path: root/t/t1413-reflog-detach.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-10Twelfth batch for 2.10Junio C Hamano1-20/+21
2016-08-10Yet another batch for 2.9.3Junio C Hamano1-0/+68
2016-08-10t7406: fix breakage on OSXStefan Beller1-1/+1
2016-08-10document git-repack interaction of pack.threads and pack.windowMemoryMichael Stahl2-4/+6
2016-08-09submodule--helper: use parallel processor correctlyStefan Beller1-2/+6
2016-08-09completion: add completion for --submodule=* diff optionJacob Keller1-0/+19
2016-08-09completion: complete --delete, --move, and --remotes for git branchVille Skyttä1-3/+3
2016-08-09commit-slab.h: avoid duplicated global static variablesJohannes Sixt1-3/+3
2016-08-09config.c: avoid duplicated global static variablesJohannes Sixt1-1/+0
2016-08-09.mailmap: use Christian Couder's Tuxfamily addressChristian Couder1-0/+1
2016-08-08Eleventh batch for 2.10Junio C Hamano1-20/+65
2016-08-08Hopefully final batch for 2.9.3Junio C Hamano1-0/+34
2016-08-08git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin1-4/+7
2016-08-06use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe3-16/+11
2016-08-06archive-tar: make write_extended_header() voidRené Scharfe1-10/+5
2016-08-06nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-06merge: use string_list_split() in add_strategies()René Scharfe1-34/+10
2016-08-06merge-recursive: use STRING_LIST_INIT_NODUPRené Scharfe1-2/+1
2016-08-06use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe2-6/+3
2016-08-06use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe3-3/+3
2016-08-05trace: do not fall back to stderrJeff King1-6/+4
2016-08-05write_or_die: drop write_or_whine_pipe()Jeff King2-13/+0
2016-08-05trace: disable key after write errorJeff King1-0/+1
2016-08-05trace: correct variable name in write() error messageJeff King1-5/+5
2016-08-05trace: cosmetic fixes for error messagesJeff King1-8/+8
2016-08-05trace: use warning() for printing trace errorsJeff King1-6/+5
2016-08-04Tenth batch for 2.10Junio C Hamano1-0/+6
2016-08-04pager: move pager-specific setup into the buildEric Wong5-8/+67
2016-08-04trace: stop using write_or_whine_pipe()Jeff King1-3/+8
2016-08-04trace: handle NULL argument in trace_disable()Jeff King1-4/+16
2016-08-04nedmalloc: fix misleading indentationJohannes Schindelin1-4/+4
2016-08-04t5533: make it pass on case-sensitive filesystemsJohannes Schindelin1-1/+1
2016-08-04t7063: work around FreeBSD's lazy mtime update featureNguyễn Thái Ngọc Duy1-1/+16
2016-08-04submodule update: allow '.' for branch valueStefan Beller2-1/+52
2016-08-04submodule--helper: add remote-branch helperStefan Beller2-2/+36
2016-08-04Ninth batch of topics for 2.10Junio C Hamano1-0/+61
2016-08-03clarify %f documentationJoey Hess1-0/+5
2016-08-03import-tars: support hard linksJohannes Schindelin1-11/+20
2016-08-03gitmodules: document shallow recommendationStefan Beller1-0/+5
2016-08-03blame: drop strdup of string literalEric Sunshine1-1/+1
2016-08-03t4130: work around Windows limitationJohannes Sixt1-3/+7
2016-08-02hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano1-0/+5
2016-08-01am: reset cached ident date for each patchJeff King3-0/+8
2016-08-01submodule-config: keep configured branch aroundStefan Beller2-1/+11
2016-08-01submodule--helper: fix usage string for relative-pathStefan Beller1-1/+1
2016-08-01submodule update: narrow scope of local variableStefan Beller1-1/+1
2016-08-01submodule update: respect depth in subsequent fetchesStefan Beller2-4/+21
2016-08-01t7406: future proof tests with hard coded depthStefan Beller1-8/+11
2016-08-01t3700: add a test_mode_in_index helper functionIngo Brückl1-32/+22
2016-08-01t3700: merge two tests into oneIngo Brückl1-12/+6