aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Merge branch 'rs/archive-zip-many' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | archive-zip: support more than 65535 entriesRené Scharfe2015-08-28
| * | | | | | | | | | archive-zip: use a local variable to store the creator versionRené Scharfe2015-08-28
| * | | | | | | | | | t5004: test ZIP archives with many entriesRené Scharfe2015-08-28
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/calloc-pathspec' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2015-08-20
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'ss/fix-config-fd-leak' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config: close config file handle in case of errorSven Strickroth2015-08-14
* | | | | | | | | | | Merge branch 'sg/wt-status-header-inclusion' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | wt-status: move #include "pathspec.h" to the headerSZEDER Gábor2015-08-21
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'po/po-readme' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | po/README: Update directions for l10n contributorsPhilip Oakley2015-08-17
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sg/t3020-typofix' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t3020: fix typo in test descriptionSZEDER Gábor2015-08-20
* | | | | | | | | | | | Merge branch 'as/docfix-reflog-expire-unreachable' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachableAndreas Schwab2015-08-21
* | | | | | | | | | | | | Merge branch 'nd/fixup-linked-gitdir' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy2015-08-25
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/rev-list-has-no-notes' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rev-list: make it obvious that we do not support notesJeff King2015-08-24
* | | | | | | | | | | | | | Merge branch 'jk/fix-alias-pager-config-key-warnings' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | config: silence warnings for command names with invalid keysJeff King2015-08-24
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t2019: skip test requiring '*' in a file name non WindowsJohannes Sixt2015-08-11
* | | | | | | | | | | | | | | Merge branch 'sg/help-group' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | generate-cmdlist: re-implement as shell scriptEric Sunshine2015-08-25
* | | | | | | | | | | | | | | | Merge branch 'ps/t1509-chroot-test-fixup' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | tests: fix cleanup after tests in t1509-root-worktreePatrick Steinhardt2015-08-05
| * | | | | | | | | | | | | | | | tests: fix broken && chains in t1509-root-worktreePatrick Steinhardt2015-08-05
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jh/strbuf-read-use-read-in-full' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | strbuf_read(): skip unnecessary strbuf_grow() at eofJim Hill2015-08-10
* | | | | | | | | | | | | | | | | Merge branch 'jk/long-error-messages' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | vreportf: avoid intermediate bufferJeff King2015-08-11
| * | | | | | | | | | | | | | | | | vreportf: report to arbitrary filehandlesJeff King2015-08-11
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'cb/open-noatime-clear-errno' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git_open_noatime: return with errno=0 on successClemens Buchacher2015-08-12
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'mh/get-remote-group-fix' into maintJunio C Hamano2015-09-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | get_remote_group(): use skip_prefix()Michael Haggerty2015-07-28
| * | | | | | | | | | | | | | | | | get_remote_group(): eliminate superfluous call to strcspn()Michael Haggerty2015-07-28
| * | | | | | | | | | | | | | | | | get_remote_group(): rename local variable "space" to "wordlen"Michael Haggerty2015-07-28
| * | | | | | | | | | | | | | | | | get_remote_group(): handle remotes with single-character namesMichael Haggerty2015-07-28
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Git 2.5.1v2.5.1Junio C Hamano2015-08-28
* | | | | | | | | | | | | | | | | Mingw: verify both ends of the pipe () callJose F. Morales2015-08-28
| |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jk/guess-repo-name-regression-fix' into maintJunio C Hamano2015-08-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | clone: use computed length in guess_dir_nameJeff King2015-08-10
| * | | | | | | | | | | | | | | | clone: add tests for output directoryJeff King2015-08-10
* | | | | | | | | | | | | | | | | Merge branch 'jk/test-with-x' into maintJunio C Hamano2015-08-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | test-lib: disable trace when test is not verboseJeff King2015-08-07
| * | | | | | | | | | | | | | | | | test-lib: turn off "-x" tracing during chain-lint checkJeff King2015-08-07
* | | | | | | | | | | | | | | | | | Merge branch 'sb/check-return-from-read-ref' into maintJunio C Hamano2015-08-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \