Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'jc/doc-gc-prune-now' into maint | Junio C Hamano | 2015-10-20 |
|\ | |||
| * | Documentation/gc: warn against --prune=<now> | Junio C Hamano | 2015-10-14 |
* | | Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint | Junio C Hamano | 2015-10-20 |
|\ \ | |||
| * | | filter-branch: remove multi-line headers in msg filter | James McCoy | 2015-10-12 |
* | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint | Junio C Hamano | 2015-10-18 |
|\ \ \ | |||
| * | | | l10n: ru.po: update Russian translation | Dimitriy Ryazantcev | 2015-09-30 |
* | | | | Git 2.6.2v2.6.2 | Junio C Hamano | 2015-10-16 |
* | | | | Merge branch 'cc/quote-comments' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ | |||
| * | | | | quote: move comment before sq_quote_buf() | Christian Couder | 2015-10-07 |
| * | | | | quote: fix broken sq_quote_buf() related comment | Christian Couder | 2015-10-07 |
* | | | | | Merge branch 'es/worktree-add-cleanup' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ | |||
| * | | | | | t2026: rename worktree prune test | Michael J Gruber | 2015-10-07 |
* | | | | | | Merge branch 'tk/doc-interpret-trailers-grammo' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ | |||
| * | | | | | | Documentation/interpret-trailers: Grammar fix | Tobias Klauser | 2015-10-07 |
* | | | | | | | Merge branch 'tk/typofix-connect-unknown-proto-error' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | connect: fix typo in result string of prot_name() | Tobias Klauser | 2015-09-25 |
| | |_|_|/ / / | |/| | | | | | |||
* | | | | | | | Merge branch 'jk/asciidoctor-section-heading-markup-fix' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Documentation: fix section header mark-up | John Keeping | 2015-09-25 |
* | | | | | | | | Merge branch 'nd/ls-remote-does-not-have-u-option' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | ls-remote.txt: delete unsupported option | Nguyễn Thái Ngọc Duy | 2015-09-28 |
* | | | | | | | | | Merge branch 'jc/fsck-dropped-errors' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | fsck: exit with non-zero when problems are found | Junio C Hamano | 2015-09-23 |
* | | | | | | | | | | Merge branch 'sb/http-flaky-test-fix' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | t5561: get rid of racy appending to logfile | Stephan Beyer | 2015-09-25 |
* | | | | | | | | | | | Merge branch 'sb/perf-without-installed-git' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | t/perf: make runner work even if Git is not installed | Stephan Beyer | 2015-09-25 |
* | | | | | | | | | | | | Merge branch 'js/icase-wt-detection' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | setup: fix "inside work tree" detection on case-insensitive filesystems | Johannes Schindelin | 2015-09-28 |
| |/ / / / / / / / / / / | |||
* | | | | | | | | | | | | Merge branch 'pt/am-builtin' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | am: configure gpg at startup | Renee Margaret McConahy | 2015-09-30 |
* | | | | | | | | | | | | | Merge branch 'mm/detach-at-HEAD-reflog' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | status: don't say 'HEAD detached at HEAD' | Matthieu Moy | 2015-10-02 |
| * | | | | | | | | | | | | | t3203: test 'detached at' after checkout --detach | Matthieu Moy | 2015-10-02 |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |||
* | | | | | | | | | | | | | Merge branch 'gr/rebase-i-drop-warn' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | rebase-i: loosen over-eager check_bad_cmd check | Matthieu Moy | 2015-10-05 |
| * | | | | | | | | | | | | | rebase-i: explicitly accept tab as separator in commands | Matthieu Moy | 2015-10-02 |
* | | | | | | | | | | | | | | Merge branch 'dt/log-follow-config' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | log: Update log.follow doc and add to config.txt | Eric N. Vander Weele | 2015-10-07 |
* | | | | | | | | | | | | | | | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | pager: don't use unsafe functions in signal handlers | Takashi Iwai | 2015-09-04 |
* | | | | | | | | | | | | | | | | Merge branch 'jk/notes-dwim-doc' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | notes: correct documentation of DWIMery for notes references | Jacob Keller | 2015-09-22 |
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | Merge branch 'jk/make-findstring-makeflags-fix' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | Makefile: fix MAKEFLAGS tests with multiple flags | John Keeping | 2015-09-10 |
* | | | | | | | | | | | | | | | | | Merge branch 'jw/make-arflags-customizable' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | Makefile: allow $(ARFLAGS) specified from the command line | Junio C Hamano | 2015-09-10 |
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | | Merge branch 'jk/connect-clear-env' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | | | | | | git_connect: clarify conn->use_shell flag | Jeff King | 2015-09-08 |
| * | | | | | | | | | | | | | | | | | git_connect: clear GIT_* environment for ssh | Jeff King | 2015-09-04 |
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||
* | | | | | | | | | | | | | | | | | Merge branch 'jk/blame-first-parent' into maint | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |