aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\
| * name-rev: use strip_suffix to avoid magic numbersJeff King2015-10-05
| * use strbuf_complete to conditionally append slashJeff King2015-10-05
| * fsck: use for_each_loose_file_in_objdirJeff King2015-10-05
| * fsck: drop inode-sorting codeJeff King2015-10-05
| * convert strncpy to memcpyJeff King2015-10-05
| * help: clean up kfmclient mungingJeff King2015-10-05
| * receive-pack: simplify keep_arg computationJeff King2015-10-05
| * avoid sprintf and strcpy with flex arraysJeff King2015-10-05
| * use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-05
| * use sha1_to_hex_r() instead of strcpyJeff King2015-10-05
| * transport: use strbufs for status table "quickref" stringsJeff King2015-10-05
| * apply: convert root string to strbufJeff King2015-10-05
| * init: use strbufs to store pathsJeff King2015-10-05
| * probe_utf8_pathname_composition: use internal strbufJeff King2015-10-05
| * remote-ext: simplify git pkt-line generationJeff King2015-09-25
| * upload-archive: convert sprintf to strbufJeff King2015-09-25
| * help: drop prepend function in favor of xstrfmtJeff King2015-09-25
| * fetch: replace static buffer with xstrfmtJeff King2015-09-25
| * config: use xstrfmt in normalize_valueJeff King2015-09-25
| * replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
| * receive-pack: convert strncpy to xsnprintfJeff King2015-09-25
| * use xsnprintf for generating git object headersJeff King2015-09-25
| * convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
| * mailsplit: make PATH_MAX buffers dynamicJeff King2015-09-25
| * fsck: use strbuf to generate alternate directoriesJeff King2015-09-25
| * fsck: don't fsck alternates for connectivity-only checkJeff King2015-09-25
| * mailsplit: fix FILE* leak in split_maildirJeff King2015-09-25
| * show-branch: avoid segfault with --reflog of unborn branchJeff King2015-09-25
* | Sync with 2.6.2Junio C Hamano2015-10-16
|\ \
| * \ Merge branch 'nd/ls-remote-does-not-have-u-option' into maintJunio C Hamano2015-10-16
| |\ \
| * \ \ Merge branch 'jc/fsck-dropped-errors' into maintJunio C Hamano2015-10-16
| |\ \ \
| * \ \ \ Merge branch 'pt/am-builtin' into maintJunio C Hamano2015-10-16
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/blame-first-parent' into maintJunio C Hamano2015-10-16
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'pt/pull-builtin' into maintJunio C Hamano2015-10-16
| |\ \ \ \ \ \
| | * | | | | | pull: enclose <options> in brackets in the usage stringAlex Henrie2015-10-16
* | | | | | | | Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-15
|\ \ \ \ \ \ \ \
| * | | | | | | | clone --dissociate: avoid locking pack filesJohannes Schindelin2015-10-07
* | | | | | | | | Merge branch 'pt/am-builtin'Junio C Hamano2015-10-15
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | am: configure gpg at startupRenee Margaret McConahy2015-09-30
* | | | | | | | | Merge branch 'nd/clone-linked-checkout'Junio C Hamano2015-10-15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clone: better error when --reference is a linked checkoutNguyễn Thái Ngọc Duy2015-09-28
| * | | | | | | | | clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy2015-09-28
* | | | | | | | | | Merge branch 'kn/for-each-branch'Junio C Hamano2015-10-15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | branch: add '--points-at' optionKarthik Nayak2015-09-25
| * | | | | | | | | | branch.c: use 'ref-filter' APIsKarthik Nayak2015-09-25
| * | | | | | | | | | branch.c: use 'ref-filter' data structuresKarthik Nayak2015-09-25
| * | | | | | | | | | branch: drop non-commit error reportingKarthik Nayak2015-09-25
| * | | | | | | | | | branch: move 'current' check down to the presentation layerKarthik Nayak2015-09-23
| * | | | | | | | | | branch: roll show_detached HEAD into regular ref_listKarthik Nayak2015-09-23