summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Sync with 2.4.10Libravatar Junio C Hamano4-8/+17
2015-09-28Sync with 2.3.10Libravatar Junio C Hamano4-8/+17
2015-09-28merge-file: enforce MAX_XDIFF_SIZE on incoming filesLibravatar Jeff King1-1/+2
2015-09-28react to errors in xdi_diffLibravatar Jeff King3-7/+15
2015-09-28ls-remote.txt: delete unsupported optionLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2015-09-28clone: better error when --reference is a linked checkoutLibravatar Nguyễn Thái Ngọc Duy1-1/+6
2015-09-28clone: allow --local from a linked checkoutLibravatar Nguyễn Thái Ngọc Duy1-2/+4
2015-09-25remote-ext: simplify git pkt-line generationLibravatar Jeff King1-29/+5
2015-09-25upload-archive: convert sprintf to strbufLibravatar Jeff King1-5/+4
2015-09-25help: drop prepend function in favor of xstrfmtLibravatar Jeff King1-12/+2
2015-09-25fetch: replace static buffer with xstrfmtLibravatar Jeff King1-5/+2
2015-09-25config: use xstrfmt in normalize_valueLibravatar Jeff King1-21/+13
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtLibravatar Jeff King3-18/+8
2015-09-25receive-pack: convert strncpy to xsnprintfLibravatar Jeff King1-2/+2
2015-09-25use xsnprintf for generating git object headersLibravatar Jeff King1-1/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfLibravatar Jeff King7-14/+16
2015-09-25mailsplit: make PATH_MAX buffers dynamicLibravatar Jeff King1-11/+23
2015-09-25fsck: use strbuf to generate alternate directoriesLibravatar Jeff King1-5/+6
2015-09-25fsck: don't fsck alternates for connectivity-only checkLibravatar Jeff King1-8/+9
2015-09-25mailsplit: fix FILE* leak in split_maildirLibravatar Jeff King1-1/+4
2015-09-25show-branch: avoid segfault with --reflog of unborn branchLibravatar Jeff King1-0/+2
2015-09-25branch: add '--points-at' optionLibravatar Karthik Nayak1-1/+6
2015-09-25branch.c: use 'ref-filter' APIsLibravatar Karthik Nayak1-178/+35
2015-09-25branch.c: use 'ref-filter' data structuresLibravatar Karthik Nayak1-189/+128
2015-09-25branch: drop non-commit error reportingLibravatar Karthik Nayak1-14/+4
2015-09-23fsck: exit with non-zero when problems are foundLibravatar Junio C Hamano1-4/+14
2015-09-23branch: move 'current' check down to the presentation layerLibravatar Karthik Nayak1-11/+9
2015-09-23branch: roll show_detached HEAD into regular ref_listLibravatar Karthik Nayak1-28/+33
2015-09-23branch: bump get_head_description() to the topLibravatar Karthik Nayak1-31/+31
2015-09-23branch: refactor width computationLibravatar Karthik Nayak1-30/+34
2015-09-21gc: save log from daemonized gc --auto and print it next timeLibravatar Nguyễn Thái Ngọc Duy1-1/+55
2015-09-17remote: add get-url subcommandLibravatar Ben Boeckel1-0/+59
2015-09-17tag.c: implement '--merged' and '--no-merged' optionsLibravatar Karthik Nayak1-1/+5
2015-09-17tag.c: implement '--format' optionLibravatar Karthik Nayak1-10/+15
2015-09-17tag.c: use 'ref-filter' APIsLibravatar Karthik Nayak1-302/+43
2015-09-17tag.c: use 'ref-filter' data structuresLibravatar Karthik Nayak1-49/+57
2015-09-17ref-filter: add option to match literal patternLibravatar Karthik Nayak1-0/+1
2015-09-17ref-filter: add support for %(contents:lines=X)Libravatar Karthik Nayak1-0/+4
2015-09-16blame: handle --first-parentLibravatar Jeff King1-1/+10
2015-09-14Merge branch 'ah/show-ref-usage-string'Libravatar Junio C Hamano1-1/+1
2015-09-14Merge branch 'rt/help-strings-fix'Libravatar Junio C Hamano3-3/+3
2015-09-14Merge branch 'gb/apply-comment-typofix'Libravatar Junio C Hamano1-1/+1
2015-09-11tag, update-ref: improve description of option "create-reflog"Libravatar Ralf Thielow2-2/+2
2015-09-11pull: don't mark values for option "rebase" for translationLibravatar Ralf Thielow1-1/+1
2015-09-09Sync with 2.5.2Libravatar Junio C Hamano1-2/+4
2015-09-08submodule: rewrite `module_clone` shell function in CLibravatar Stefan Beller1-0/+132
2015-09-08Merge branch 'jc/builtin-am-signoff-regression-fix'Libravatar Junio C Hamano1-2/+29
2015-09-06am: match --signoff to the original scripted versionLibravatar Junio C Hamano1-2/+29
2015-09-04Sync with 2.4.9Libravatar Junio C Hamano1-2/+4
2015-09-04Sync with 2.3.9Libravatar Junio C Hamano1-2/+4