summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler
2014-06-16Merge branch 'sk/windows-unc-path'Junio C Hamano
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano
2014-06-06Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy
2014-05-06let clang use the constant-return error() macroJeff King
2014-05-06inline constant return from error() functionJeff King
2014-05-02pretty: make show_ident_date publicJeff King
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos
2014-04-07tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov
2014-03-21Merge branch 'nd/tag-version-sort'Junio C Hamano
2014-03-18Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano
2014-03-18Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-03-14Merge branch 'mh/object-code-cleanup'Junio C Hamano
2014-03-14Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano
2014-03-14Merge branch 'ks/config-file-stdin'Junio C Hamano
2014-03-07Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano
2014-03-05Merge branch 'nd/daemonize-gc'Junio C Hamano
2014-02-28Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty
2014-02-27tag: support --sort=<spec>Nguyễn Thái Ngọc Duy
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-02-27Merge branch 'nd/reset-intent-to-add'Junio C Hamano
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-27Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano
2014-02-25sha1_file.c: document a bunch of functions defined in the fileMichael Haggerty
2014-02-24name-hash: retire unused index_name_exists()Eric Sunshine
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2014-02-24read-cache.c: extend make_cache_entry refresh flag with optionsBrad King
2014-02-24read-cache.c: refactor --ignore-missing implementationBrad King
2014-02-24date: check date overflow against time_tJeff King
2014-02-24sha1_file_name(): declare to return a const stringMichael Haggerty
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty
2014-02-19config: teach "git config --file -" to read from the standard inputKirill A. Shutemov
2014-02-19config: change git_config_with_options() interfaceKirill A. Shutemov
2014-02-10daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy
2014-02-06reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano
2014-01-27Merge branch 'mh/retire-ref-fetch-rules'Junio C Hamano
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2014-01-14refname_match(): always use the rules in ref_rev_parse_rulesMichael Haggerty
2014-01-10Merge branch 'jk/oi-delta-base'Junio C Hamano
2014-01-06safe_create_leading_directories(): add new error value SCLD_VANISHEDMichael Haggerty
2014-01-06safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty
2013-12-26sha1_object_info_extended: provide delta base sha1sJeff King