Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'mh/retire-ref-fetch-rules' | Junio C Hamano | 2014-01-27 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | refname_match(): always use the rules in ref_rev_parse_rules | Michael Haggerty | 2014-01-14 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-10 | |
| * | | | | | | | | | shallow.c: the 8 steps to select new commits for .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 2014-01-10 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | sha1_object_info_extended: provide delta base sha1s | Jeff King | 2013-12-26 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameter | Christian Couder | 2013-12-12 | |
* | | | | | | | | | sha1_file.c: add lookup_replace_object_extended() to pass flags | Christian Couder | 2013-12-12 | |
* | | | | | | | | | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT | Christian Couder | 2013-12-12 | |
|/ / / / / / / / | ||||
* | | | | | | | | Merge branch 'sb/refs-code-cleanup' | Junio C Hamano | 2013-11-01 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | cache: remove unused function 'have_git_dir' | Stefan Beller | 2013-10-28 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'nd/lift-path-max' | Junio C Hamano | 2013-10-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | checkout_entry(): clarify the use of topath[] parameter | Junio C Hamano | 2013-10-24 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 2013-10-28 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | Use simpler relative_path when set_git_dir | Jiang Xin | 2013-10-14 | |
* | | | | | | | | Merge branch 'jk/format-patch-from' | Junio C Hamano | 2013-10-17 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| * | | | | | | | format-patch: print in-body "From" only when needed | Jeff King | 2013-09-20 | |
* | | | | | | | | Merge branch 'es/name-hash-no-trailing-slash-in-dirs' | Junio C Hamano | 2013-10-17 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | name-hash: refactor polymorphic index_name_exists() | Eric Sunshine | 2013-09-17 | |
* | | | | | | | | | Merge branch 'fc/at-head' | Junio C Hamano | 2013-09-20 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | sha1-name: pass len argument to interpret_branch_name() | Felipe Contreras | 2013-09-03 | |
| | |_|/ / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 2013-09-12 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | git-config: always treat --int as 64-bit internally | Jeff King | 2013-09-09 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'tg/index-struct-sizes' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | read-cache: use fixed width integer types | Thomas Gummerer | 2013-08-20 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | convert add_files_to_cache to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | convert read_cache_preload() to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| * | | | | | | | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | |
| |/ / / / / / | ||||
* | | | | | | | Merge branch 'ob/typofixes' | Junio C Hamano | 2013-08-01 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | many small typofixes | Ondřej Bílka | 2013-07-29 | |
* | | | | | | | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-07-24 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | sha1_object_info_extended: make type calculation optional | Jeff King | 2013-07-12 | |
| * | | | | | | | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 2013-07-12 | |
* | | | | | | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| * | | | | | | | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 2013-06-26 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'hv/config-from-blob' | Junio C Hamano | 2013-07-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | teach config --blob option to parse config from database | Heiko Voigt | 2013-07-12 | |
| |/ / / / / / | ||||
* | | | | | | | Merge branch 'nd/const-struct-cache-entry' | Junio C Hamano | 2013-07-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 2013-07-09 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 2013-07-22 | |
|\ \ \ \ \ \ \ |