Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tag: do not show ambiguous tag names as "tags/foo"jk/list-tag-2.7-regression | Jeff King | 2016-01-26 | 7 | -4/+62 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t6300: use test_atom for some un-modern tests | Jeff King | 2016-01-25 | 1 | -52/+10 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ew/svn-1.9.0-auth' | Junio C Hamano | 2016-02-01 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn: fix auth parameter handling on SVN 1.9.0+ew/svn-1.9.0-auth | Eric Wong | 2016-01-26 | 1 | -2/+6 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fourth batch for 2.8.cycle | Junio C Hamano | 2016-01-28 | 1 | -1/+24 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/shortlog' | Junio C Hamano | 2016-01-28 | 2 | -103/+105 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: don't warn on empty authorjk/shortlog | Jeff King | 2016-01-19 | 2 | -24/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: optimize out useless string list | Jeff King | 2016-01-19 | 1 | -12/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: optimize out useless "<none>" normalization | Jeff King | 2016-01-19 | 1 | -29/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: optimize "--summary" mode | Jeff King | 2016-01-19 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: replace hand-parsing of author with pretty-printer | Jeff King | 2016-01-19 | 1 | -36/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: use strbufs to read from stdin | Jeff King | 2016-01-19 | 1 | -9/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | shortlog: match both "Author:" and "author" on stdin | Jeff King | 2016-01-19 | 2 | -3/+10 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/strbuf-getline' | Junio C Hamano | 2016-01-28 | 41 | -116/+150 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | strbuf: give strbuf_getline() to the "most text friendly" variantjc/strbuf-getline | Junio C Hamano | 2016-01-15 | 4 | -21/+20 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | checkout-index: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | update-index: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -11/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | check-ignore: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | check-attr: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | mktree: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -6/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 36 | -59/+81 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | strbuf: make strbuf_getline_crlf() global | Junio C Hamano | 2016-01-14 | 3 | -15/+19 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | strbuf: miniscule style fix | Junio C Hamano | 2016-01-14 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'js/msys2' | Junio C Hamano | 2016-01-28 | 7 | -12/+77 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | mingw: uglify (a, 0) definitions to shut up warningsjs/msys2 | Johannes Schindelin | 2016-01-15 | 2 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | mingw: squash another warning about a cast | Johannes Schindelin | 2016-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | mingw: avoid warnings when casting HANDLEs to int | Johannes Schindelin | 2016-01-15 | 3 | -5/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | mingw: avoid redefining S_* constants | Johannes Schindelin | 2016-01-15 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | compat/winansi: support compiling with MSys2 | Johannes Schindelin | 2016-01-14 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | compat/mingw: support MSys2-based MinGW build | Johannes Schindelin | 2016-01-14 | 1 | -1/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | nedmalloc: allow compiling with MSys2's compiler | Johannes Schindelin | 2016-01-14 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | config.mak.uname: supporting 64-bit MSys2 | Johannes Schindelin | 2016-01-13 | 1 | -3/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | config.mak.uname: support MSys2 | Johannes Schindelin | 2016-01-13 | 1 | -2/+19 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tk/interpret-trailers-in-place' | Junio C Hamano | 2016-01-28 | 5 | -20/+129 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | interpret-trailers: add option for in-place editingtk/interpret-trailers-in-place | Tobias Klauser | 2016-01-14 | 5 | -7/+114 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | trailer: allow to write to files other than stdout | Tobias Klauser | 2016-01-14 | 1 | -13/+15 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/sanity' | Junio C Hamano | 2016-01-28 | 1 | -5/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | test-lib: clarify and tighten SANITYjk/sanity | Junio C Hamano | 2016-01-19 | 1 | -5/+13 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/filter-branch-no-index' | Junio C Hamano | 2016-01-28 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | filter-branch: resolve $commit^{tree} in no-index casejk/filter-branch-no-index | Jeff King | 2016-01-19 | 2 | -1/+9 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Third batch for 2.8 cycle | Junio C Hamano | 2016-01-26 | 1 | -0/+24 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/symbolic-ref' | Junio C Hamano | 2016-01-26 | 6 | -77/+140 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | lock_ref_sha1_basic: handle REF_NODEREF with invalid refsjk/symbolic-ref | Jeff King | 2016-01-13 | 3 | -9/+50 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | lock_ref_sha1_basic: always fill old_oid while holding lock | Jeff King | 2016-01-13 | 1 | -6/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | checkout,clone: check return value of create_symref | Jeff King | 2016-01-12 | 3 | -5/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | create_symref: write reflog while holding lock | Jeff King | 2015-12-29 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | create_symref: use existing ref-lock code | Jeff King | 2015-12-29 | 2 | -55/+62 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | create_symref: modernize variable names | Jeff King | 2015-12-29 | 2 | -22/+21 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ak/format-patch-odir-config' | Junio C Hamano | 2016-01-26 | 4 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | format-patch: introduce format.outputDirectory configurationak/format-patch-odir-config | Alexander Kuleshov | 2016-01-13 | 4 | -1/+30 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |