Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | contacts: gather all blame sources prior to invoking git-blame | Eric Sunshine | 2013-08-13 | 1 | -5/+20 | |
| * | | | | | | | | | | contacts: validate hunk length earlier | Eric Sunshine | 2013-08-13 | 1 | -3/+2 | |
* | | | | | | | | | | | Merge branch 'jc/url-match' | Junio C Hamano | 2013-09-09 | 24 | -24/+1072 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | builtin/config.c: compilation fix | Junio C Hamano | 2013-08-09 | 2 | -4/+4 | |
| * | | | | | | | | | | | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 2013-08-05 | 3 | -0/+152 | |
| * | | | | | | | | | | | builtin/config: refactor collect_config() | Junio C Hamano | 2013-08-05 | 1 | -21/+21 | |
| * | | | | | | | | | | | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 2013-08-05 | 19 | -1/+309 | |
| * | | | | | | | | | | | config: add generic callback wrapper to parse section.<url>.key | Junio C Hamano | 2013-07-31 | 2 | -0/+85 | |
| * | | | | | | | | | | | config: add helper to normalize and match URLs | Kyle J. McKay | 2013-07-31 | 2 | -0/+504 | |
| * | | | | | | | | | | | http.c: fix parsing of http.sslCertPasswordProtected variable | Junio C Hamano | 2013-07-31 | 1 | -2/+1 | |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 62 | -881/+1891 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 2013-08-06 | 7 | -25/+154 | |
| * | | | | | | | | | | | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 | 5 | -1/+121 | |
| * | | | | | | | | | | | submodule.c: add .gitmodules staging helper functions | Jens Lehmann | 2013-07-30 | 2 | -0/+53 | |
| * | | | | | | | | | | | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 | 5 | -5/+73 | |
| * | | | | | | | | | | | mv: move submodules together with their work trees | Jens Lehmann | 2013-07-30 | 2 | -47/+86 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | rm: do not set a variable twice without intermediate reading. | Stefan Beller | 2013-07-23 | 1 | -1/+0 | |
| * | | | | | | | | | | t6131 - skip tests if on case-insensitive file system | Mark Levedahl | 2013-07-17 | 1 | -0/+6 | |
| * | | | | | | | | | | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 11 | -28/+257 | |
| * | | | | | | | | | | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 12 | -31/+198 | |
| * | | | | | | | | | | pathspec: make --literal-pathspecs disable pathspec magic | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -3/+9 | |
| * | | | | | | | | | | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 9 | -15/+64 | |
| * | | | | | | | | | | kill limit_pathspec_to_literal() as it's only used by parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -12/+6 | |
| * | | | | | | | | | | parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -5/+36 | |
| * | | | | | | | | | | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -10/+54 | |
| * | | | | | | | | | | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -7/+7 | |
| * | | | | | | | | | | tree-diff: remove the use of pathspec's raw[] in follow-rename codepath | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+2 | |
| * | | | | | | | | | | remove match_pathspec() in favor of match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 6 | -140/+25 | |
| * | | | | | | | | | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 10 | -81/+21 | |
| * | | | | | | | | | | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -32/+22 | |
| * | | | | | | | | | | convert common_prefix() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -19/+18 | |
| * | | | | | | | | | | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -6/+9 | |
| * | | | | | | | | | | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -12/+20 | |
| * | | | | | | | | | | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 5 | -13/+13 | |
| * | | | | | | | | | | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -18/+19 | |
| * | | | | | | | | | | checkout: convert read_tree_some to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -9/+6 | |
| * | | | | | | | | | | convert unmerge_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -4/+4 | |
| * | | | | | | | | | | convert run_add_interactive to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -26/+19 | |
| * | | | | | | | | | | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 7 | -17/+19 | |
| * | | | | | | | | | | line-log: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 | |
| * | | | | | | | | | | reset: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -10/+16 | |
| * | | | | | | | | | | add: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -101/+45 | |
| * | | | | | | | | | | check-ignore: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 4 | -18/+32 | |
| * | | | | | | | | | | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -9/+14 | |
| * | | | | | | | | | | ls-files: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -33/+13 | |
| * | | | | | | | | | | rm: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+12 | |
| * | | | | | | | | | | checkout: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -13/+21 | |
| * | | | | | | | | | | rerere: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -8/+13 | |
| * | | | | | | | | | | status: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 3 | -14/+13 | |
| * | | | | | | | | | | commit: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -9/+9 |