summaryrefslogtreecommitdiffstats
path: root/advice.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-25doc: fix the 'revert a faulty merge' ASCII art tab spacingPhilip Oakley1-8/+8
2016-10-24test-lib: bail out when "-v" used under "prove"Jeff King1-0/+10
2016-10-21travis: use --verbose-log test optionJeff King1-1/+1
2016-10-21test-lib: add --verbose-log optionJeff King2-3/+25
2016-10-21test-lib: handle TEST_OUTPUT_DIRECTORY with spacesJeff King1-2/+2
2016-10-21doc: fix merge-base ASCII art tab spacingPhilip Oakley1-13/+13
2016-10-20doc: remove reference to the traditional layout in git-tag.txtYounes Khoudli1-3/+2
2016-10-20t3700: fix broken test under !SANITYJunio C Hamano1-0/+1
2016-10-19submodules doc: update documentation for "." used for submodule branchesBrandon Williams2-3/+8
2016-10-17t0040: convert all possible tests to use `test-parse-options --expect`Pranit Bauva1-170/+13
2016-10-17inline xalloc_flex() into FLEXPTR_ALLOC_MEMRené Scharfe1-9/+3
2016-10-17avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEMRené Scharfe1-2/+3
2016-10-14fetch: use "quick" has_sha1_file for tag followingJeff King4-4/+112
2016-10-14worktree: allow the main brach of a bare repository to be checked outDennis Kaarsemaker2-0/+10
2016-10-12merge-base: handle --fork-point without reflogJeff King2-0/+9
2016-10-12cocci: refactor common patterns to use xstrdup_or_null()Junio C Hamano7-20/+17
2016-10-12l10n: de.po: translate 260 new messagesRalf Thielow1-2387/+2783
2016-10-11Start preparing for 2.10.2Junio C Hamano2-1/+46
2016-10-11reset: fix usageJohannes Schindelin1-1/+1
2016-10-11pretty: fix document link for color specificationRené Scharfe1-1/+2
2016-10-11documentation: improve submodule.<name>.{url, path} descriptionStefan Beller1-5/+6
2016-10-11configure.ac: improve description of NO_REGEX testJakub Narębski1-6/+7
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe4-20/+15
2016-10-10remove unnecessary NULL check before free(3)René Scharfe2-2/+6
2016-10-10files_read_raw_ref: prevent infinite retry loops in generalJeff King1-0/+7
2016-10-10files_read_raw_ref: avoid infinite loop on broken symlinksJeff King2-1/+11
2016-10-05clone: detect errors in normalize_path_copyJeff King1-2/+5
2016-10-05git-commit.txt: clarify --patch mode with pathspecDuy Nguyen1-2/+4
2016-10-04http: http.emptyauth should allow empty (not just NULL) usernamesDavid Turner1-1/+1
2016-10-03Git 2.10.1v2.10.1Junio C Hamano3-2/+14
2016-10-03ref-filter: strip format option after a field name only once while parsingSZEDER Gábor1-11/+11
2016-10-03coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe1-3/+26
2016-10-01diff_unique_abbrev(): document its assumption and limitationJunio C Hamano1-1/+22
2016-09-30pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2-2/+2
2016-09-30Prepare for 2.10.1Junio C Hamano1-0/+87
2016-09-30graph: fix extra spaces in graph_padding_lineJeff King1-4/+12
2016-09-28blame: use DEFAULT_ABBREV macroJunio C Hamano1-1/+1
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt6-0/+124
2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35
2016-09-28rev-list-options: clarify the usage of --reversePranit Bauva1-2/+3
2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe4-4/+9
2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe3-2/+8