aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'os/no-verify-skips-commit-msg-too' into maintJunio C Hamano2016-08-10
|\
| * commit: describe that --no-verify skips the commit-msg hook in the help textOrgad Shaneh2016-07-26
* | Merge branch 'rs/rm-strbuf-optim' into maintJunio C Hamano2016-08-10
|\ \
| * | rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe2016-07-12
* | | Merge branch 'jk/parse-options-concat' into maintJunio C Hamano2016-08-10
|\ \ \
| * | | parse_options: allocate a new array when concatenatingJeff King2016-07-06
* | | | Merge branch 'ls/travis-enable-httpd-tests' into maintJunio C Hamano2016-08-10
|\ \ \ \
| * | | | travis-ci: enable web server tests t55xx on LinuxLars Schneider2016-07-12
| |/ / /
* | | | Merge branch 'ew/autoconf-pthread' into maintJunio C Hamano2016-08-10
|\ \ \ \
| * | | | configure.ac: stronger test for pthread linkageEric Wong2016-07-18
| | |_|/ | |/| |
* | | | Merge branch 'rs/help-c-source-with-gitattributes' into maintJunio C Hamano2016-08-10
|\ \ \ \
| * | | | .gitattributes: set file type for C filesRené Scharfe2016-07-07
* | | | | Merge branch 'mm/status-suggest-merge-abort' into maintJunio C Hamano2016-08-10
|\ \ \ \ \
| * | | | | status: suggest 'git merge --abort' when appropriateMatthieu Moy2016-07-22
* | | | | | Hopefully final batch for 2.9.3Junio C Hamano2016-08-08
* | | | | | Merge branch 'sb/pack-protocol-doc-nak' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \
| * | | | | | Documentation: pack-protocol correct NAK responseStefan Beller2016-07-22
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'rs/submodule-config-code-cleanup' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \
| * | | | | | submodule-config: fix test binary crashing when no arguments givenHeiko Voigt2016-07-28
| * | | | | | submodule-config: combine early return code into one gotoHeiko Voigt2016-07-28
| * | | | | | submodule-config: passing name reference for .gitmodule blobsHeiko Voigt2016-07-28
| * | | | | | submodule-config: use explicit empty string instead of strbuf in config_from()René Scharfe2016-07-19
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sb/submodule-deinit-all' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \
| * | | | | | submodule deinit: remove outdated commentStefan Beller2016-07-26
* | | | | | | Merge branch 'rs/worktree-use-strbuf-absolute-path' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \
| * | | | | | | worktree: use strbuf_add_absolute_path() directlyRené Scharfe2016-07-12
* | | | | | | | Merge branch 'jc/doc-diff-filter-exclude' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: document diff-filter exclusionJunio C Hamano2016-07-14
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/test-helpers' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \
| * | | | | | | | t/test-lib.sh: fix running tests with --valgrindJohannes Schindelin2016-07-11
| * | | | | | | | Makefile: use VCSSVN_LIB to refer to svn libraryJeff King2016-07-06
| * | | | | | | | Makefile: drop extra dependencies for test helpersJeff King2016-07-06
* | | | | | | | | Merge branch 'rs/use-strbuf-addbuf' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | strbuf: avoid calling strbuf_grow() twice in strbuf_addbuf()René Scharfe2016-07-22
| * | | | | | | | | use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe2016-07-19
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'lf/recv-sideband-cleanup' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sideband.c: small optimization of strbuf usageNicolas Pitre2016-07-06
| * | | | | | | | | sideband.c: refactor recv_sideband()Lukas Fleischer2016-07-01
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ah/unpack-trees-advice-messages' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | unpack-trees: fix English grammar in do-this-before-that messagesAlex Henrie2016-06-27
* | | | | | | | | | Merge branch 'lf/sideband-returns-void' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | upload-pack.c: make send_client_data() return voidLukas Fleischer2016-06-16
| * | | | | | | | | | sideband.c: make send_sideband() return voidLukas Fleischer2016-06-16
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/send-pack-stdio' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | write_or_die: remove the unused write_or_whine() functionRamsay Jones2016-06-10
| * | | | | | | | | | send-pack: use buffered I/O to talk to pack-objectsJeff King2016-06-08
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'pb/commit-editmsg-path' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/commit.c: memoize git-path for COMMIT_EDITMSGPranit Bauva2016-06-09
* | | | | | | | | | | Merge branch 'ew/find-perl-on-freebsd-in-local' into maintJunio C Hamano2016-08-08
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config.mak.uname: correct perl path on FreeBSDNguyễn Thái Ngọc Duy2016-07-26
| | |/ / / / / / / / / | |/| | | | | | | | |