summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | stream_to_pack: xread does not guarantee to read all requested bytesjs/xread-in-fullJohannes Sixt2013-08-201-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'es/rebase-i-respect-core-commentchar'Junio C Hamano2013-09-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase -i: fix cases ignoring core.commentchares/rebase-i-respect-core-commentcharEric Sunshine2013-08-181-1/+1
* | | | | | | | | | | | Merge branch 'jn/post-receive-utf8'Junio C Hamano2013-09-111-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | hooks/post-receive-email: set declared encoding to utf-8jn/post-receive-utf8Gerrit Pape2013-08-051-0/+3
| * | | | | | | | | | | | hooks/post-receive-email: force log messages in UTF-8Jonathan Nieder2013-08-051-4/+4
| * | | | | | | | | | | | hooks/post-receive-email: use plumbing instead of git log/showJonathan Nieder2013-08-051-6/+6
* | | | | | | | | | | | | Merge branch 'sh/pull-rebase-preserve'Junio C Hamano2013-09-114-11/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | pull: allow pull to preserve merges when rebasingsh/pull-rebase-preserveStephen Haberman2013-09-044-11/+135
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/push-no-thin'Junio C Hamano2013-09-113-4/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | push: respect --no-thinnd/push-no-thinNguyễn Thái Ngọc Duy2013-08-133-4/+26
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Update draft release notes to 1.8.5 for the second batch of topicsJunio C Hamano2013-09-091-0/+59
* | | | | | | | | | | | | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-094-16/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy2013-09-052-14/+1
| * | | | | | | | | | | | | pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy2013-09-051-1/+3
* | | | | | | | | | | | | | Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano2013-09-092-13/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mailmap: handle mailmap blobs without trailing newlinesjk/mailmap-incomplete-lineJeff King2013-08-282-13/+24
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-096-27/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"sp/clip-read-write-to-8mbSteffen Prohaska2013-08-204-27/+0
| * | | | | | | | | | | | | | xread, xwrite: limit size of IO to 8MBSteffen Prohaska2013-08-202-0/+26
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'tg/index-struct-sizes'Junio C Hamano2013-09-092-20/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | read-cache: use fixed width integer typestg/index-struct-sizesThomas Gummerer2013-08-202-20/+20
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-094-33/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | builtin/fetch.c: Fix a sparse warningjc/transport-do-not-use-connect-twice-in-fetchRamsay Jones2013-08-281-1/+1
| * | | | | | | | | | | | | | fetch: work around "transport-take-over" hackJunio C Hamano2013-08-073-0/+21
| * | | | | | | | | | | | | | fetch: refactor code that fetches leftover tagsJunio C Hamano2013-08-071-5/+9
| * | | | | | | | | | | | | | fetch: refactor code that prepares a transportJunio C Hamano2013-08-071-20/+26
| * | | | | | | | | | | | | | fetch: rename file-scope global "transport" to "gtransport"Junio C Hamano2013-08-071-11/+11
| * | | | | | | | | | | | | | t5802: add test for connect helperJunio C Hamano2013-08-071-0/+72
* | | | | | | | | | | | | | | Merge branch 'es/contacts-blame-L-multi'Junio C Hamano2013-09-091-9/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | contacts: reduce git-blame invocationses/contacts-blame-L-multiEric Sunshine2013-08-131-6/+5
| * | | | | | | | | | | | | | | contacts: gather all blame sources prior to invoking git-blameEric Sunshine2013-08-131-5/+20
| * | | | | | | | | | | | | | | contacts: validate hunk length earlierEric Sunshine2013-08-131-3/+2
* | | | | | | | | | | | | | | | Merge branch 'jc/url-match'Junio C Hamano2013-09-0924-24/+1072
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | builtin/config.c: compilation fixJunio C Hamano2013-08-092-4/+4
| * | | | | | | | | | | | | | | | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-053-0/+152
| * | | | | | | | | | | | | | | | builtin/config: refactor collect_config()Junio C Hamano2013-08-051-21/+21
| * | | | | | | | | | | | | | | | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-0519-1/+309
| * | | | | | | | | | | | | | | | config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano2013-07-312-0/+85
| * | | | | | | | | | | | | | | | config: add helper to normalize and match URLsKyle J. McKay2013-07-312-0/+504
| * | | | | | | | | | | | | | | | http.c: fix parsing of http.sslCertPasswordProtected variableJunio C Hamano2013-07-311-2/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-0962-881/+1891
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-067-25/+154
| * | | | | | | | | | | | | | | | mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-065-1/+121
| * | | | | | | | | | | | | | | | submodule.c: add .gitmodules staging helper functionsJens Lehmann2013-07-302-0/+53
| * | | | | | | | | | | | | | | | mv: move submodules using a gitfileJens Lehmann2013-07-305-5/+73
| * | | | | | | | | | | | | | | | mv: move submodules together with their work treesJens Lehmann2013-07-302-47/+86
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | rm: do not set a variable twice without intermediate reading.Stefan Beller2013-07-231-1/+0
| * | | | | | | | | | | | | | | t6131 - skip tests if on case-insensitive file systemMark Levedahl2013-07-171-0/+6
| * | | | | | | | | | | | | | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-1511-28/+257