aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* trace: move trace declarations from cache.h to new trace.hKarsten Blees2014-06-17
* Merge branch 'sk/windows-unc-path'Junio C Hamano2014-06-16
|\
| * Windows: allow using UNC path for git repositoryCezary Zawadka2014-06-10
* | Merge branch 'nd/status-auto-comment-char'Junio C Hamano2014-06-06
|\ \
| * | commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy2014-05-19
* | | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano2014-06-06
|\ \ \
| * | | let clang use the constant-return error() macroJeff King2014-05-06
| * | | inline constant return from error() functionJeff King2014-05-06
| | |/ | |/|
| * | Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-03-18
| |\ \
| * \ \ Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano2014-03-18
| |\ \ \
* | \ \ \ Merge branch 'jk/commit-date-approxidate'Junio C Hamano2014-06-03
|\ \ \ \ \
| * | | | | pretty: make show_ident_date publicJeff King2014-05-02
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-03
|\ \ \ \ \
| * | | | | read-cache.c: verify index file before we opportunistically update itYiannis Marangos2014-04-10
* | | | | | Merge branch 'ks/tree-diff-nway'Junio C Hamano2014-06-03
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov2014-04-07
* | | | | | Merge branch 'nd/tag-version-sort'Junio C Hamano2014-03-21
|\ \ \ \ \ \
| * | | | | | tag: support --sort=<spec>Nguyễn Thái Ngọc Duy2014-02-27
| |/ / / / /
* | | | | | Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano2014-03-14
|\ \ \ \ \ \
| * | | | | | Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty2014-02-28
| * | | | | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
| |/ / / / /
* | | | | | Merge branch 'mh/object-code-cleanup'Junio C Hamano2014-03-14
|\ \ \ \ \ \
| * | | | | | sha1_file.c: document a bunch of functions defined in the fileMichael Haggerty2014-02-24
| * | | | | | sha1_file_name(): declare to return a const stringMichael Haggerty2014-02-24
| |/ / / / /
* | | | | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-03-14
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | date: check date overflow against time_tJeff King2014-02-24
| * | | | | Merge branch 'jk/alias-in-bare' into maintJunio C Hamano2013-04-03
| |\ \ \ \ \
| * \ \ \ \ \ Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-03
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'ks/config-file-stdin'Junio C Hamano2014-03-14
|\ \ \ \ \ \ \ \
| * | | | | | | | config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-18
| * | | | | | | | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-18
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-07
|\ \ \ \ \ \ \ \
| * | | | | | | | git add: -u/-A now affects the entire working treeJunio C Hamano2013-04-26
* | | | | | | | | Merge branch 'nd/daemonize-gc'Junio C Hamano2014-03-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-10
* | | | | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sha1_file: export `git_open_noatime`Vicent Marti2013-10-24
* | | | | | | | | | | Merge branch 'nd/reset-intent-to-add'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reset: support "--mixed --intent-to-add" modeNguyễn Thái Ngọc Duy2014-02-05
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | read-cache.c: extend make_cache_entry refresh flag with optionsBrad King2014-02-24
| * | | | | | | | | read-cache.c: refactor --ignore-missing implementationBrad King2014-02-24
| * | | | | | | | | Merge branch 'jc/upload-pack-send-symref' into maintJunio C Hamano2013-11-08
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | connect.c: make parse_feature_value() staticJunio C Hamano2013-09-17
| * | | | | | | | | | Merge branch 'jk/format-patch-from' into maintJunio C Hamano2013-10-28
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | name-hash: retire unused index_name_exists()Eric Sunshine2014-02-24
| * | | | | | | | | | remove old hash.[ch] implementationKarsten Blees2013-11-18