summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Merge branch 'mh/notes-allow-reading-treeish'Libravatar Junio C Hamano7-30/+55
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseLibravatar Jeff King2-1/+9
2016-01-19test-lib: clarify and tighten SANITYLibravatar Junio C Hamano1-5/+13
2016-01-19contrib/subtree: Make testing easierLibravatar David A. Greene1-1/+5
2016-01-19ls-remote: add support for showing symrefsLibravatar Thomas Gummerer3-3/+61
2016-01-19ls-remote: use parse-options apiLibravatar Thomas Gummerer1-53/+29
2016-01-19ls-remote: fix synopsisLibravatar Thomas Gummerer1-1/+1
2016-01-19ls-remote: document --refs optionLibravatar Thomas Gummerer2-2/+5
2016-01-19ls-remote: document --quiet optionLibravatar Thomas Gummerer1-1/+5
2016-01-19shortlog: don't warn on empty authorLibravatar Jeff King2-24/+0
2016-01-19shortlog: optimize out useless string listLibravatar Jeff King1-12/+31
2016-01-19shortlog: optimize out useless "<none>" normalizationLibravatar Jeff King1-29/+34
2016-01-19shortlog: optimize "--summary" modeLibravatar Jeff King1-4/+6
2016-01-19shortlog: replace hand-parsing of author with pretty-printerLibravatar Jeff King1-36/+26
2016-01-19shortlog: use strbufs to read from stdinLibravatar Jeff King1-9/+12
2016-01-19shortlog: match both "Author:" and "author" on stdinLibravatar Jeff King2-3/+10
2016-01-18ls-files: add eol diagnosticsLibravatar Torsten Bögershausen5-49/+237
2016-01-17notes: allow merging from arbitrary referencesLibravatar Jacob Keller4-12/+29
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsLibravatar Johannes Schindelin2-2/+6
2016-01-15mingw: squash another warning about a castLibravatar Johannes Schindelin1-1/+1
2016-01-15mingw: avoid warnings when casting HANDLEs to intLibravatar Johannes Schindelin3-5/+9
2016-01-15mingw: avoid redefining S_* constantsLibravatar Johannes Schindelin1-0/+4
2016-01-15test-sha1-array: read command stream with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15grep: read -f file with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15send-pack: read list of refs with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15column: read lines with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15cat-file: read batch stream with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15transport-helper: read helper response with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15clone/sha1_file: read info/alternates with strbuf_getline()Libravatar Junio C Hamano2-2/+2
2016-01-15remote.c: read $GIT_DIR/remotes/* with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15ident.c: read /etc/mailname with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15rev-parse: read parseopt spec with strbuf_getline()Libravatar Junio C Hamano1-2/+2
2016-01-15revision: read --stdin with strbuf_getline()Libravatar Junio C Hamano1-7/+2
2016-01-15hash-object: read --stdin-paths with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantLibravatar Junio C Hamano4-21/+20
2016-01-15checkout-index: there are only two possible line terminationsLibravatar Junio C Hamano1-8/+8
2016-01-15update-index: there are only two possible line terminationsLibravatar Junio C Hamano1-11/+16
2016-01-15check-ignore: there are only two possible line terminationsLibravatar Junio C Hamano1-3/+4
2016-01-15check-attr: there are only two possible line terminationsLibravatar Junio C Hamano1-3/+4
2016-01-15mktree: there are only two possible line terminationsLibravatar Junio C Hamano1-6/+8
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano36-59/+81
2016-01-14strbuf: make strbuf_getline_crlf() globalLibravatar Junio C Hamano3-15/+19
2016-01-14strbuf: miniscule style fixLibravatar Junio C Hamano1-2/+2
2016-01-14interpret-trailers: add option for in-place editingLibravatar Tobias Klauser5-7/+114
2016-01-14trailer: allow to write to files other than stdoutLibravatar Tobias Klauser1-13/+15
2016-01-14compat/winansi: support compiling with MSys2Libravatar Johannes Schindelin1-0/+2
2016-01-14compat/mingw: support MSys2-based MinGW buildLibravatar Johannes Schindelin1-1/+23
2016-01-14nedmalloc: allow compiling with MSys2's compilerLibravatar Johannes Schindelin1-0/+4
2016-01-13completion: add missing branch.*.rebase valuesLibravatar Johannes Schindelin1-1/+1
2016-01-13remote: handle the config setting branch.*.rebase=interactiveLibravatar Johannes Schindelin1-3/+7