summaryrefslogtreecommitdiffstats
path: root/git-request-pull.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-01submodule: convert show_submodule_summary to use struct object_id *Jacob Keller3-10/+10
2016-09-01allow do_submodule_path to work even if submodule isn't checked outJacob Keller5-11/+173
2016-09-01diff: prepare for additional submodule formatsJacob Keller2-7/+12
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller11-80/+504
2016-09-01diff.c: remove output_prefix_length fieldJunio C Hamano3-4/+1
2016-09-01cache: add empty_tree_oid object and helper functionJacob Keller2-4/+27
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-09completion: add completion for --submodule=* diff optionJacob Keller1-0/+19
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-06nedmalloc: work around overzealous GCC 6 warningRené Scharfe1-5/+4
2016-08-06use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe3-3/+3
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-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-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
2016-08-01t3700: remove unwanted leftover files before running new testsIngo Brückl1-0/+3
2016-08-01pass constants as first argument to st_mult()René Scharfe3-3/+3
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe4-6/+6
2016-08-01format-patch: format.from gives the default for --fromJosh Triplett4-1/+63
2016-08-01gitweb: escape link body in format_ref_markerAndreas Brauchli1-1/+1
2016-08-01merge-recursive: flush output buffer even when erroring outJohannes Schindelin1-1/+3
2016-08-01merge_trees(): ensure that the callers release output bufferJohannes Schindelin3-0/+4
2016-08-01merge-recursive: offer an option to retain the output in 'obuf'Johannes Schindelin2-5/+14
2016-08-01merge-recursive: write the commit title in one goJohannes Schindelin1-8/+9
2016-08-01merge-recursive: flush output buffer before printing error messagesJohannes Schindelin1-48/+68
2016-07-29pack-objects: compute local/ignore_pack_keep earlyJeff King1-1/+25
2016-07-29pack-objects: break out of want_object loop earlyJeff King1-0/+16