41998 Commits (0ebf4a2af3b72847327e977c5710fd123926570e)
 

Author SHA1 Message Date
Jeff King d6b16ce914 shortlog: don't warn on empty author 9 years ago
Jeff King 9b21a34a96 shortlog: optimize out useless string list 9 years ago
Jeff King ed7eba9022 shortlog: optimize out useless "<none>" normalization 9 years ago
Jeff King 4e1d1a2eea shortlog: optimize "--summary" mode 9 years ago
Jeff King 2db6b83d18 shortlog: replace hand-parsing of author with pretty-printer 9 years ago
Jeff King 50250491bd shortlog: use strbufs to read from stdin 9 years ago
Jeff King 5c3894c39d shortlog: match both "Author:" and "author" on stdin 9 years ago
Torsten Bögershausen a7630bd427 ls-files: add eol diagnostics 9 years ago
Jacob Keller b3715b7522 notes: allow merging from arbitrary references 9 years ago
Johannes Schindelin 2921600afb mingw: uglify (a, 0) definitions to shut up warnings 9 years ago
Johannes Schindelin 83c90da3c1 mingw: squash another warning about a cast 9 years ago
Johannes Schindelin 7c00bc39eb mingw: avoid warnings when casting HANDLEs to int 9 years ago
Johannes Schindelin 59de49f80d mingw: avoid redefining S_* constants 9 years ago
Junio C Hamano f06068c961 test-sha1-array: read command stream with strbuf_getline() 9 years ago
Junio C Hamano a551843129 grep: read -f file with strbuf_getline() 9 years ago
Junio C Hamano 933bea922c send-pack: read list of refs with strbuf_getline() 9 years ago
Junio C Hamano 1536dd9c1d column: read lines with strbuf_getline() 9 years ago
Junio C Hamano b42ca3dd0f cat-file: read batch stream with strbuf_getline() 9 years ago
Junio C Hamano 692dfdfa62 transport-helper: read helper response with strbuf_getline() 9 years ago
Junio C Hamano 3f16396228 clone/sha1_file: read info/alternates with strbuf_getline() 9 years ago
Junio C Hamano 18814d0e2d remote.c: read $GIT_DIR/remotes/* with strbuf_getline() 9 years ago
Junio C Hamano 1f3b1efd18 ident.c: read /etc/mailname with strbuf_getline() 9 years ago
Junio C Hamano 72e37b6ac8 rev-parse: read parseopt spec with strbuf_getline() 9 years ago
Junio C Hamano 6e8d46f9d4 revision: read --stdin with strbuf_getline() 9 years ago
Junio C Hamano c0353c78e8 hash-object: read --stdin-paths with strbuf_getline() 9 years ago
Junio C Hamano 1a0c8dfd89 strbuf: give strbuf_getline() to the "most text friendly" variant 9 years ago
Junio C Hamano a392f57daf checkout-index: there are only two possible line terminations 9 years ago
Junio C Hamano 7e07ed8418 update-index: there are only two possible line terminations 9 years ago
Junio C Hamano dca90031fb check-ignore: there are only two possible line terminations 9 years ago
Junio C Hamano f418afa98a check-attr: there are only two possible line terminations 9 years ago
Junio C Hamano b4df87b8ca mktree: there are only two possible line terminations 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Johannes Schindelin 371471cea3 t0060: loosen overly strict expectations 9 years ago
Junio C Hamano c8aa9fdf5d strbuf: make strbuf_getline_crlf() global 9 years ago
Junio C Hamano dce80bd18c strbuf: miniscule style fix 9 years ago
Tobias Klauser e1f898639e interpret-trailers: add option for in-place editing 9 years ago
Tobias Klauser d0d2344ad8 trailer: allow to write to files other than stdout 9 years ago
Johannes Schindelin 466931d9e1 compat/winansi: support compiling with MSys2 9 years ago
Johannes Schindelin 3ecd153a3b compat/mingw: support MSys2-based MinGW build 9 years ago
Johannes Schindelin 9e2af084d4 nedmalloc: allow compiling with MSys2's compiler 9 years ago
Johannes Schindelin 17c4ddbbaf completion: add missing branch.*.rebase values 9 years ago
Johannes Schindelin b5496d484d remote: handle the config setting branch.*.rebase=interactive 9 years ago
Johannes Schindelin f5eb87b98d pull: allow interactive rebase with --rebase=interactive 9 years ago
Jeff King 8c24f5b022 rebase: ignore failures from "gc --auto" 9 years ago
Johannes Schindelin d5621020c1 receive-pack: release pack files before garbage-collecting 9 years ago
Johannes Schindelin dcacb1b2ee merge: release pack files before garbage-collecting 9 years ago
Johannes Schindelin df617b529e am: release pack files before garbage-collecting 9 years ago
Johannes Schindelin 0898c96281 fetch: release pack files before garbage-collecting 9 years ago
Johannes Schindelin 7b40ae86a3 config.mak.uname: supporting 64-bit MSys2 9 years ago
Johannes Schindelin df5218b4c3 config.mak.uname: support MSys2 9 years ago