aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* reset: handle submodule with trailing slashJohn Keeping2013-09-13
* rm: re-use parse_pathspec's trailing-slash removalJohn Keeping2013-09-13
* Update draft release notes to 1.8.5 for the second batch of topicsJunio C Hamano2013-09-09
* Merge branch 'nd/magic-pathspec'Junio C Hamano2013-09-09
|\
| * add: lift the pathspec magic restriction on "add -p"Nguyễn Thái Ngọc Duy2013-09-05
| * pathspec: catch prepending :(prefix) on pathspec with short magicNguyễn Thái Ngọc Duy2013-09-05
* | Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano2013-09-09
|\ \
| * | mailmap: handle mailmap blobs without trailing newlinesJeff King2013-08-28
* | | Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano2013-09-09
|\ \ \
| * | | Revert "compat/clipped-write.c: large write(2) fails on Mac OS X/XNU"Steffen Prohaska2013-08-20
| * | | xread, xwrite: limit size of IO to 8MBSteffen Prohaska2013-08-20
* | | | Merge branch 'tg/index-struct-sizes'Junio C Hamano2013-09-09
|\ \ \ \
| * | | | read-cache: use fixed width integer typesThomas Gummerer2013-08-20
| |/ / /
* | | | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano2013-09-09
|\ \ \ \
| * | | | builtin/fetch.c: Fix a sparse warningRamsay Jones2013-08-28
| * | | | fetch: work around "transport-take-over" hackJunio C Hamano2013-08-07
| * | | | fetch: refactor code that fetches leftover tagsJunio C Hamano2013-08-07
| * | | | fetch: refactor code that prepares a transportJunio C Hamano2013-08-07
| * | | | fetch: rename file-scope global "transport" to "gtransport"Junio C Hamano2013-08-07
| * | | | t5802: add test for connect helperJunio C Hamano2013-08-07
* | | | | Merge branch 'es/contacts-blame-L-multi'Junio C Hamano2013-09-09
|\ \ \ \ \
| * | | | | contacts: reduce git-blame invocationsEric Sunshine2013-08-13
| * | | | | contacts: gather all blame sources prior to invoking git-blameEric Sunshine2013-08-13
| * | | | | contacts: validate hunk length earlierEric Sunshine2013-08-13
* | | | | | Merge branch 'jc/url-match'Junio C Hamano2013-09-09
|\ \ \ \ \ \
| * | | | | | builtin/config.c: compilation fixJunio C Hamano2013-08-09
| * | | | | | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-05
| * | | | | | builtin/config: refactor collect_config()Junio C Hamano2013-08-05
| * | | | | | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-05
| * | | | | | config: add generic callback wrapper to parse section.<url>.keyJunio C Hamano2013-07-31
| * | | | | | config: add helper to normalize and match URLsKyle J. McKay2013-07-31
| * | | | | | http.c: fix parsing of http.sslCertPasswordProtected variableJunio C Hamano2013-07-31
* | | | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ \ \ \ \ \
| * | | | | | | rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-06
| * | | | | | | mv: update the path entry in .gitmodules for moved submodulesJens Lehmann2013-08-06
| * | | | | | | submodule.c: add .gitmodules staging helper functionsJens Lehmann2013-07-30
| * | | | | | | mv: move submodules using a gitfileJens Lehmann2013-07-30
| * | | | | | | mv: move submodules together with their work treesJens Lehmann2013-07-30
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | rm: do not set a variable twice without intermediate reading.Stefan Beller2013-07-23
| * | | | | | t6131 - skip tests if on case-insensitive file systemMark Levedahl2013-07-17
| * | | | | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | pathspec: make --literal-pathspecs disable pathspec magicNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | | | | | parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGINNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | tree-diff: remove the use of pathspec's raw[] in follow-rename codepathNguyễn Thái Ngọc Duy2013-07-15
| * | | | | | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-15