summaryrefslogtreecommitdiffstats
path: root/utf8.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson5-60/+60
2017-06-02notes: convert format_display_notes to struct object_idbrian m. carlson4-7/+7
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson5-28/+28
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson4-21/+21
2017-06-02notes: convert internal parts to struct object_idbrian m. carlson1-31/+33
2017-06-02notes: convert internal structures to struct object_idbrian m. carlson1-47/+51
2017-05-30Fourth batch for 2.14Junio C Hamano1-0/+55
2017-05-29Third batch for 2.14Junio C Hamano1-0/+93
2017-05-26docs/config.txt: fix indefinite article in core.fileMode descriptionSZEDER Gábor1-1/+1
2017-05-23Second batch for 2.14Junio C Hamano1-0/+29
2017-05-22usage: add NORETURN to BUG() function definitionsRamsay Jones1-2/+2
2017-05-20send-email: Net::SMTP::SSL is obsolete, use only when necessaryDennis Kaarsemaker1-19/+35
2017-05-20revision.c: ignore broken tags with ignore_missing_linksJeff King2-2/+27
2017-05-20config.txt: add an entry for log.showSignatureKyle Meyer1-0/+4
2017-05-20unpack-trees: preserve index extensionsDavid Turner4-0/+30
2017-05-20rebase -i: add missing newline to end of messagePhillip Wood1-1/+1
2017-05-20rebase -i: silence stash applyPhillip Wood1-0/+2
2017-05-20rebase -i: fix reflog messagePhillip Wood1-0/+1
2017-05-20ref-filter: resolve HEAD when parsing %(HEAD) atomJeff King1-7/+9
2017-05-20name-rev: change a "long" variable to timestamp_tJunio C Hamano1-1/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn5-13/+32
2017-05-18t5400: avoid concurrent writes into a trace fileJeff King1-1/+4
2017-05-18t5545: enhance test coverage when no http server is installedStefan Beller1-42/+43
2017-05-18test: allow skipping the remainderJunio C Hamano1-8/+13
2017-05-17completion: add git stash pushThomas Gummerer1-1/+4
2017-05-17config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason3-0/+49
2017-05-16Start post 2.13 cycleJunio C Hamano3-2/+99
2017-05-16send-email: support validate hookJonathan Tan4-1/+68
2017-05-16p0004: don't error out if test repo is too smallRené Scharfe1-5/+8
2017-05-16p0004: don't abort if multi-threaded is too slowRené Scharfe1-4/+0
2017-05-16p0004: use test_perfRené Scharfe1-0/+36
2017-05-16p0004: avoid using pipesRené Scharfe1-3/+5
2017-05-16p0004: simplify calls of test-lazy-init-name-hashRené Scharfe1-3/+3
2017-05-16fetch-pack: always allow fetching of literal SHA1sJonathan Tan2-2/+73
2017-05-15doc: use https links to Wikipedia to avoid http redirectsSven Strickroth3-3/+3
2017-05-15convert: update subprocess_read_status() to not die on EOFBen Peart3-6/+16
2017-05-15sub-process: move sub-process functions into separate filesBen Peart5-103/+212
2017-05-15convert: rename reusable sub-process functionsBen Peart1-20/+20
2017-05-15convert: update generic functions to only use generic data structuresBen Peart1-18/+23
2017-05-15convert: separate generic structures and variables from the filter specific onesBen Peart1-15/+20
2017-05-15convert: split start_multi_file_filter() into two separate functionsBen Peart1-24/+34
2017-05-15pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULLJeff King1-0/+1
2017-05-15usage.c: drop set_error_handle()Jeff King2-10/+1
2017-05-15builtin/log: honor log.decoratebrian m. carlson2-2/+14
2017-05-15config: complain about --local outside of a git repoJeff King2-1/+4
2017-05-15setup_git_env: convert die("BUG") to BUG()Jeff King2-1/+7
2017-05-15usage.c: add BUG() functionJeff King2-0/+41
2017-05-12git-filter-branch: be more direct in an error messageJean-Noel Avila1-1/+1
2017-05-12read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila2-3/+4
2017-05-12usability: don't ask questions if no reply is requiredJean-Noel Avila3-7/+7