aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | imap-send: handle missing response codes gracefullyRené Scharfe2017-11-03
| * | | | | | | | | | | | imap-send: handle NULL return of next_arg()René Scharfe2017-11-03
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | RelNotes: minor typo fixes in 2.15.1 draftTodd Zullinger2017-11-26
* | | | | | | | | | | | Almost ready for 2.15.1Junio C Hamano2017-11-21
* | | | | | | | | | | | Merge branch 'rs/sequencer-rewrite-file-cleanup' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sequencer.c: check return value of close() in rewrite_file()Simon Ruderich2017-11-02
| * | | | | | | | | | | | sequencer: use O_TRUNC to truncate filesRené Scharfe2017-11-01
| * | | | | | | | | | | | sequencer: factor out rewrite_file()René Scharfe2017-11-01
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'cb/t4201-robustify' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t4201: make use of abbreviation in the test more robustCharles Bailey2017-11-13
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'tz/fsf-address-update' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tz/fsf-address-update' of ../git-gui into tz/fsf-address-updateJunio C Hamano2017-11-09
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09
| * | | | | | | | | | | | | Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-09
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ad/rebase-i-serie-typofix' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rebase -i: fix comment typoAdam Dinwoodie2017-11-09
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/info-alternates-fix' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | link_alt_odb_entries: make empty input a noopJeff King2017-11-13
* | | | | | | | | | | | | | Merge branch 'ab/pcre-v2' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | grep: fix NO_LIBPCRE1_JIT to fully disable JITCharles Bailey2017-11-13
* | | | | | | | | | | | | | | Merge branch 'sr/wrapper-quote-filenames' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | wrapper.c: consistently quote filenames in error messagesSimon Ruderich2017-11-06
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'bw/rebase-i-ignored-submodule-fix' into maintJunio C Hamano2017-11-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | wt-status: actually ignore submodules when requestedBrandon Williams2017-11-07
* | | | | | | | | | | | | | | Start preparation for 2.15.1Junio C Hamano2017-11-15
* | | | | | | | | | | | | | | Merge branch 'ks/mailmap' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mailmap: use Kaartic Sivaraam's new addressKaartic Sivaraam2017-11-03
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jm/relnotes-2.15-typofix' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix typos in 2.15.0 release notesJean Carlo Machado2017-11-06
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'cn/diff-indent-no-longer-is-experimental' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | diff: --indent-heuristic is no longer experimentalCarlos Martín Nieto2017-11-02
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'js/mingw-redirect-std-handles' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mingw: document the standard handle redirectionJohannes Schindelin2017-11-02
| * | | | | | | | | | | | | | | mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin2017-11-02
| * | | | | | | | | | | | | | | mingw: add experimental feature to redirect standard handlesJohannes Schindelin2017-11-02
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'js/wincred-empty-cred' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | wincred: handle empty username/password correctlyJakub Bereżański2017-11-01
| * | | | | | | | | | | | | | | t0302: check helper can handle empty credentialsJakub Bereżański2017-11-01
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'js/mingw-full-version-in-resources' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | mingw: include the full version information in the resourcesJohannes Schindelin2017-11-01
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'dk/libsecret-unlock-to-load-fix' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | credential-libsecret: unlock locked secretsDennis Kaarsemaker2017-11-04
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'js/early-config' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | setup: avoid double slashes when looking for HEADJeff King2017-11-03
* | | | | | | | | | | | | | | | Merge branch 'ad/5580-unc-tests-on-cygwin' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | t5580: add Cygwin supportAdam Dinwoodie2017-11-01
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'ao/diff-populate-filespec-lstat-errorpath-fix' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | diff: fix lstat() error handling in diff_populate_filespec()Andrey Okoshkin2017-10-29
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'sb/blame-config-doc' into maintJunio C Hamano2017-11-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | config: document blame configurationStefan Beller2017-11-06
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |