summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/tag-version-sort'Junio C Hamano2014-03-211-0/+2
|\
| * tag: support --sort=<spec>nd/tag-version-sortNguyễn Thái Ngọc Duy2014-02-271-0/+2
* | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-141-2/+25
|\ \
| * | Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty2014-02-281-0/+13
| * | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-2/+12
| |/
* | Merge branch 'mh/object-code-cleanup'Junio C Hamano2014-03-141-4/+64
|\ \
| * | sha1_file.c: document a bunch of functions defined in the filemh/object-code-cleanupMichael Haggerty2014-02-241-3/+63
| * | sha1_file_name(): declare to return a const stringMichael Haggerty2014-02-241-1/+1
| |/
* | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-03-141-0/+1
|\ \
| * | date: check date overflow against time_tJeff King2014-02-241-0/+1
| * | Merge branch 'jk/alias-in-bare' into maintJunio C Hamano2013-04-031-6/+19
| |\ \
| * \ \ Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-031-14/+3
| |\ \ \
* | \ \ \ Merge branch 'ks/config-file-stdin'Junio C Hamano2014-03-141-2/+7
|\ \ \ \ \
| * | | | | config: teach "git config --file -" to read from the standard inputks/config-file-stdinKirill A. Shutemov2014-02-181-0/+1
| * | | | | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-181-2/+6
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-071-1/+0
|\ \ \ \ \
| * | | | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-261-1/+0
* | | | | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-051-0/+1
|\ \ \ \ \ \
| * | | | | | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-101-0/+1
* | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+1
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: export `git_open_noatime`Vicent Marti2013-10-241-0/+1
* | | | | | | | Merge branch 'nd/reset-intent-to-add'Junio C Hamano2014-02-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | reset: support "--mixed --intent-to-add" modend/reset-intent-to-addNguyễn Thái Ngọc Duy2014-02-051-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-2/+0
| |/ / / / / / /
* | | | | | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano2014-02-271-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | read-cache.c: extend make_cache_entry refresh flag with optionsBrad King2014-02-241-1/+3
| * | | | | | | | read-cache.c: refactor --ignore-missing implementationBrad King2014-02-241-0/+2
| * | | | | | | | Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano2013-11-081-1/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | connect.c: make parse_feature_value() staticJunio C Hamano2013-09-171-1/+0
| * | | | | | | | | Merge branch 'jk/format-patch-from' into maintJunio C Hamano2013-10-281-0/+9
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-271-11/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | name-hash: retire unused index_name_exists()Eric Sunshine2014-02-241-2/+0
| * | | | | | | | | remove old hash.[ch] implementationKarsten Blees2013-11-181-1/+0
| * | | | | | | | | name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees2013-11-181-4/+2
| * | | | | | | | | name-hash.c: use new hash map implementation for cache entriesKarsten Blees2013-11-181-3/+5
| * | | | | | | | | name-hash.c: use new hash map implementation for directoriesKarsten Blees2013-11-181-1/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-271-2/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | safe_create_leading_directories(): add new error value SCLD_VANISHEDMichael Haggerty2014-01-061-1/+9
| * | | | | | | | | safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-061-2/+15
* | | | | | | | | | Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano2014-01-271-3/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | refname_match(): always use the rules in ref_rev_parse_rulesmh/retire-ref-fetch-rules@fooMichael Haggerty2014-01-141-3/+6
| |/ / / / / / / /
* | | | | | | | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-101-0/+1
| * | | | | | | | | shallow.c: the 8 steps to select new commits for .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-101-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_object_info_extended: provide delta base sha1sJeff King2013-12-261-0/+1
| |/ / / / / / / /
* | | | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-121-1/+1
* | | | | | | | | sha1_file.c: add lookup_replace_object_extended() to pass flagsChristian Couder2013-12-121-0/+6
* | | | | | | | | rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECTChristian Couder2013-12-121-2/+2
|/ / / / / / / /