Commit message (Expand) | Author | Age | |
---|---|---|---|
* | git fetch-pack: add --diag-url | Torsten Bögershausen | 2013-12-09 |
* | git_connect: factor out discovery of the protocol and its parts | Johannes Sixt | 2013-12-09 |
* | git_connect: remove artificial limit of a remote command | Johannes Sixt | 2013-12-09 |
* | t5601: add tests for ssh | Torsten Bögershausen | 2013-12-04 |
* | t5601: remove clear_ssh, refactor setup_ssh_wrapper | Torsten Bögershausen | 2013-12-04 |
* | Update draft release notes to 1.8.5 | Junio C Hamano | 2013-11-01 |
* | Merge branch 'sb/refs-code-cleanup' | Junio C Hamano | 2013-11-01 |
|\ | |||
| * | cache: remove unused function 'have_git_dir' | Stefan Beller | 2013-10-28 |
| * | refs: remove unused function invalidate_ref_cache | Stefan Beller | 2013-10-28 |
* | | Merge branch 'rs/web-browse-xdg-open' | Junio C Hamano | 2013-11-01 |
|\ \ | |||
| * | | web--browse: Add support for xdg-open | Rüdiger Sonderfeld | 2013-10-30 |
* | | | Merge branch 'js/tests-windows-port-fix' | Junio C Hamano | 2013-11-01 |
|\ \ \ | |||
| * | | | tests: undo special treatment of CRLF for Windows | Johannes Sixt | 2013-10-28 |
| * | | | Windows: a test_cmp that is agnostic to random LF <> CRLF conversions | Johannes Sixt | 2013-10-28 |
| * | | | t5300-pack-object: do not compare binary data using test_cmp | Johannes Sixt | 2013-10-28 |
* | | | | Merge branch 'js/test-help-format-windows-port-fix' | Junio C Hamano | 2013-11-01 |
|\ \ \ \ | |||
| * | | | | t3200: do not open a HTML manual page when DEFAULT_MAN_FORMAT is html | Johannes Sixt | 2013-10-30 |
| | |_|/ | |/| | | |||
* | | | | Merge branch 'jk/reset-p-current-head-fix' | Junio C Hamano | 2013-11-01 |
|\ \ \ \ | |||
| * | | | | reset: pass real rev name to add--interactive | Jeff King | 2013-10-25 |
| * | | | | add-interactive: handle unborn branch in patch mode | Jeff King | 2013-10-25 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'jk/pack-corruption-post-mortem' | Junio C Hamano | 2013-11-01 |
|\ \ \ \ | |||
| * | | | | howto: add article on recovering a corrupted object | Jeff King | 2013-10-25 |
| |/ / / | |||
* | | | | Merge branch 'jk/for-each-ref-skip-parsing' | Junio C Hamano | 2013-11-01 |
|\ \ \ \ | |||
| * | | | | for-each-ref: avoid loading objects to print %(objectname) | Jeff King | 2013-10-30 |
* | | | | | Merge branch 'ap/remote-hg-unquote-cquote' | Junio C Hamano | 2013-11-01 |
|\ \ \ \ \ | |||
| * | | | | | remote-hg: unquote C-style paths when exporting | Antoine Pelisse | 2013-10-23 |
* | | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-11-01 |
|\ \ \ \ \ \ | |||
| * | | | | | | mv: Fix spurious warning when moving a file in presence of submodules | Jens Lehmann | 2013-10-13 |
* | | | | | | | Git 1.8.5-rc0v1.8.5-rc0 | Junio C Hamano | 2013-10-30 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | t5570: Update for clone-progress-to-stderr branch | Brian Gernhardt | 2013-10-30 |
* | | | | | | | | Merge branch 'jk/refs-c-squelch-gcc' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | silence gcc array-bounds warning | Jeff King | 2013-10-24 |
* | | | | | | | | | Merge branch 'jk/date-c-double-semicolon' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | drop redundant semicolon in empty while | Jeff King | 2013-10-24 |
* | | | | | | | | | | Merge branch 'nd/lift-path-max' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | checkout_entry(): clarify the use of topath[] parameter | Junio C Hamano | 2013-10-24 |
| * | | | | | | | | | | entry.c: convert checkout_entry to use strbuf | Nguyễn Thái Ngọc Duy | 2013-10-24 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||
* | | | | | | | | | | Merge branch 'tr/valgrind-test-fix' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Revert "test-lib: allow prefixing a custom string before "ok N" etc." | Thomas Rast | 2013-10-22 |
| * | | | | | | | | | | Revert "test-lib: support running tests under valgrind in parallel" | Thomas Rast | 2013-10-22 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'tr/gitk-doc-update' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Documentation: revamp gitk(1) | Thomas Rast | 2013-10-22 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'jl/pack-transfer-avoid-double-close' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Clear fd after closing to avoid double-close error | Jens Lindstrom | 2013-10-23 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'sb/git-svn-docs-indent-with-ht' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | git-svn docs: Use tabs consistently within the ascii doc | Stefan Beller | 2013-10-22 |
| |/ / / / / / / / / | |||
* | | | | | | | | | | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags | Nguyễn Thái Ngọc Duy | 2013-10-22 |
* | | | | | | | | | | | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ \ \ \ \ \ \ \ |