summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2015-10-05Merge branch 'jk/date-local'Junio C Hamano
2015-10-05Merge branch 'jc/rerere'Junio C Hamano
2015-10-05Merge branch 'kn/for-each-tag-branch'Junio C Hamano
2015-10-05name-rev: use strip_suffix to avoid magic numbersJeff King
2015-10-05use strbuf_complete to conditionally append slashJeff King
2015-10-05fsck: use for_each_loose_file_in_objdirJeff King
2015-10-05fsck: drop inode-sorting codeJeff King
2015-10-05convert strncpy to memcpyJeff King
2015-10-05help: clean up kfmclient mungingJeff King
2015-10-05receive-pack: simplify keep_arg computationJeff King
2015-10-05avoid sprintf and strcpy with flex arraysJeff King
2015-10-05use alloc_ref rather than hand-allocating "struct ref"Jeff King
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King
2015-10-05transport: use strbufs for status table "quickref" stringsJeff King
2015-10-05apply: convert root string to strbufJeff King
2015-10-05init: use strbufs to store pathsJeff King
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King
2015-10-02worktree: add top-level worktree.cMichael Rappazzo
2015-09-30am: configure gpg at startupRenee Margaret McConahy
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-28merge-file: enforce MAX_XDIFF_SIZE on incoming filesJeff King
2015-09-28react to errors in xdi_diffJeff King
2015-09-28ls-remote.txt: delete unsupported optionNguyễn Thái Ngọc Duy
2015-09-28clone: better error when --reference is a linked checkoutNguyễn Thái Ngọc Duy
2015-09-28clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy
2015-09-25remote-ext: simplify git pkt-line generationJeff King
2015-09-25upload-archive: convert sprintf to strbufJeff King
2015-09-25help: drop prepend function in favor of xstrfmtJeff King
2015-09-25fetch: replace static buffer with xstrfmtJeff King
2015-09-25config: use xstrfmt in normalize_valueJeff King
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-09-25receive-pack: convert strncpy to xsnprintfJeff King
2015-09-25use xsnprintf for generating git object headersJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-09-25mailsplit: make PATH_MAX buffers dynamicJeff King
2015-09-25fsck: use strbuf to generate alternate directoriesJeff King
2015-09-25fsck: don't fsck alternates for connectivity-only checkJeff King
2015-09-25mailsplit: fix FILE* leak in split_maildirJeff King
2015-09-25show-branch: avoid segfault with --reflog of unborn branchJeff King
2015-09-25branch: add '--points-at' optionKarthik Nayak
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak
2015-09-25branch.c: use 'ref-filter' data structuresKarthik Nayak
2015-09-25branch: drop non-commit error reportingKarthik Nayak
2015-09-23fsck: exit with non-zero when problems are foundJunio C Hamano
2015-09-23branch: move 'current' check down to the presentation layerKarthik Nayak
2015-09-23branch: roll show_detached HEAD into regular ref_listKarthik Nayak
2015-09-23branch: bump get_head_description() to the topKarthik Nayak
2015-09-23branch: refactor width computationKarthik Nayak