summaryrefslogtreecommitdiffstats
path: root/wildmatch.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-27Third batch for 2.8 cycleJunio C Hamano1-0/+24
2016-01-20Second batch for 2.8 cycleJunio C Hamano1-2/+79
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King2-1/+9
2016-01-19test-lib: clarify and tighten SANITYJunio C Hamano1-5/+13
2016-01-19shortlog: don't warn on empty authorJeff King2-24/+0
2016-01-19shortlog: optimize out useless string listJeff King1-12/+31
2016-01-19shortlog: optimize out useless "<none>" normalizationJeff King1-29/+34
2016-01-19shortlog: optimize "--summary" modeJeff King1-4/+6
2016-01-19shortlog: replace hand-parsing of author with pretty-printerJeff King1-36/+26
2016-01-19shortlog: use strbufs to read from stdinJeff King1-9/+12
2016-01-19shortlog: match both "Author:" and "author" on stdinJeff King2-3/+10
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin2-2/+6
2016-01-15mingw: squash another warning about a castJohannes Schindelin1-1/+1
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin3-5/+9
2016-01-15mingw: avoid redefining S_* constantsJohannes Schindelin1-0/+4
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano4-21/+20
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano1-8/+8
2016-01-15update-index: there are only two possible line terminationsJunio C Hamano1-11/+16
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano1-3/+4
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano1-3/+4
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano1-6/+8
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano36-59/+81
2016-01-15strbuf: make strbuf_getline_crlf() globalJunio C Hamano3-15/+19
2016-01-15strbuf: miniscule style fixJunio C Hamano1-2/+2
2016-01-14interpret-trailers: add option for in-place editingTobias Klauser5-7/+114
2016-01-14trailer: allow to write to files other than stdoutTobias Klauser1-13/+15
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin1-0/+2
2016-01-14compat/mingw: support MSys2-based MinGW buildJohannes Schindelin1-1/+23
2016-01-14nedmalloc: allow compiling with MSys2's compilerJohannes Schindelin1-0/+4
2016-01-13completion: add missing branch.*.rebase valuesJohannes Schindelin1-1/+1
2016-01-13remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin1-3/+7
2016-01-13pull: allow interactive rebase with --rebase=interactiveJohannes Schindelin4-3/+24
2016-01-13rebase: ignore failures from "gc --auto"Jeff King1-1/+1
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin2-0/+15
2016-01-13config.mak.uname: supporting 64-bit MSys2Johannes Schindelin1-3/+11
2016-01-13config.mak.uname: support MSys2Johannes Schindelin1-2/+19
2016-01-13format-patch: introduce format.outputDirectory configurationAlexander Kuleshov4-1/+30
2016-01-13git-p4.py: add support for filetype changeRomain Picard2-2/+73
2016-01-13lock_ref_sha1_basic: handle REF_NODEREF with invalid refsJeff King3-9/+50
2016-01-13lock_ref_sha1_basic: always fill old_oid while holding lockJeff King1-6/+11
2016-01-13First batch for post 2.7 cycleJunio C Hamano3-2/+46
2016-01-13notes: allow treeish expressions as notes refMike Hommey7-30/+55
2016-01-12gitweb: squelch "uninitialized value" warningØyvind A. Holm1-1/+1
2016-01-12t9901-git-web--browse.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2016-01-12t9501-gitweb-standalone-http-status.sh: use the $( ... ) construct for comman...Elia Pinto1-3/+3
2016-01-12t9350-fast-export.sh: use the $( ... ) construct for command substitutionElia Pinto1-3/+3
2016-01-12t9300-fast-import.sh: use the $( ... ) construct for command substitutionElia Pinto1-34/+34