summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jh/threadable-symlink-check'Junio C Hamano2012-03-061-0/+2
|\
| * Add threaded versions of functions in symlinks.c.jh/threadable-symlink-checkJared Hance2012-03-021-0/+2
| * Merge branch 'jk/git-dir-lookup' into maintJunio C Hamano2012-02-211-0/+1
| |\
| * \ Merge branch 'zj/term-columns' into maintJunio C Hamano2012-02-211-0/+1
| |\ \
* | \ \ Merge branch 'jk/config-include'Junio C Hamano2012-02-231-1/+10
|\ \ \ \
| * | | | config: add include directiveJeff King2012-02-171-1/+10
| * | | | config: eliminate config_exclusive_filenameJeff King2012-02-171-2/+0
| * | | | config: provide a version of git_config with more optionsJeff King2012-02-171-0/+1
| * | | | config: teach git_config_rename_section a file argumentJeff King2012-02-171-0/+1
* | | | | Merge branch 'zj/decimal-width'Junio C Hamano2012-02-201-0/+1
|\ \ \ \ \
| * | | | | make lineno_width() from blame reusable for otherszj/decimal-widthZbigniew Jędrzejewski-Szmek2012-02-141-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'zj/term-columns'Junio C Hamano2012-02-201-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | pager: find out the terminal width before spawning the pagerzj/term-columnsZbigniew Jędrzejewski-Szmek2012-02-131-0/+1
* | | | | Merge branch 'jk/git-dir-lookup'Junio C Hamano2012-02-141-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | standardize and improve lookup rules for external local reposjk/git-dir-lookupJeff King2012-02-021-0/+1
* | | | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-081-0/+1
| |_|/ |/| |
* | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-221-1/+0
|\ \ \
| * | | move git_getpass to its own source fileJeff King2011-12-121-1/+0
| |/ /
* | | Merge branch 'mh/ref-api'Junio C Hamano2011-12-201-2/+2
|\ \ \
| * | | refs: rename "refname" variablesMichael Haggerty2011-12-121-3/+3
* | | | Merge branch 'jk/fetch-no-tail-match-refs'Junio C Hamano2011-12-191-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | connect.c: drop path_match functionjk/fetch-no-tail-match-refsJeff King2011-12-131-1/+0
| * | | drop "match" parameter from get_remote_headsJeff King2011-12-131-1/+1
| | |/ | |/|
* | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-191-1/+2
|\ \ \
| * | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-1/+1
| * | | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-0/+1
| | |/ | |/|
* | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-161-0/+2
|\ \ \ | |/ / |/| |
| * | bulk-checkin: replace fast-import based implementationjc/stream-to-packJunio C Hamano2011-12-011-0/+2
| |/
* | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-091-0/+2
|\ \
| * | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-0/+2
| |/
* | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-091-1/+1
|\ \
| * | refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano2011-11-071-1/+1
* | | cache.h: put single NUL at end of struct cache_entryrs/allocate-cache-entry-individuallyRené Scharfe2011-10-261-1/+1
* | | read-cache.c: allocate index entries individuallyRené Scharfe2011-10-261-1/+0
| |/ |/|
* | Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-211-0/+1
|\ \
| * | pack-objects: protect against disappearing packsJeff King2011-10-141-0/+1
* | | Merge branch 'ph/transport-with-gitfile'Junio C Hamano2011-10-211-1/+1
|\ \ \ | |_|/ |/| |
| * | enter_repo: do not modify inputErik Faye-Lund2011-10-041-1/+1
| |/
* | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-171-0/+1
|\ \
| * | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-061-0/+1
| |/
* | Merge branch 'jk/name-hash-dirent'Junio C Hamano2011-10-171-0/+1
|\ \
| * | fix phantom untracked files when core.ignorecase is setJeff King2011-10-071-0/+1
* | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-101-1/+42
|\ \ \
| * | | resolve_ref(): expand documentationMichael Haggerty2011-10-051-1/+33
| * | | get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-051-0/+9
| | |/ | |/|
* | | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-101-1/+0
|\ \ \
| * | | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-1/+0
| * | | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-061-1/+1
* | | | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-101-0/+1
|\ \ \ \
| * | | | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-161-0/+1