aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'jh/threadable-symlink-check'Junio C Hamano2012-03-06
|\
| * Add threaded versions of functions in symlinks.c.Jared Hance2012-03-02
| * Merge branch 'jk/git-dir-lookup' into maintJunio C Hamano2012-02-21
| |\
| * \ Merge branch 'zj/term-columns' into maintJunio C Hamano2012-02-21
| |\ \
* | \ \ Merge branch 'jk/config-include'Junio C Hamano2012-02-23
|\ \ \ \
| * | | | config: add include directiveJeff King2012-02-17
| * | | | config: eliminate config_exclusive_filenameJeff King2012-02-17
| * | | | config: provide a version of git_config with more optionsJeff King2012-02-17
| * | | | config: teach git_config_rename_section a file argumentJeff King2012-02-17
* | | | | Merge branch 'zj/decimal-width'Junio C Hamano2012-02-20
|\ \ \ \ \
| * | | | | make lineno_width() from blame reusable for othersZbigniew Jędrzejewski-Szmek2012-02-14
| | |/ / / | |/| | |
* | | | | Merge branch 'zj/term-columns'Junio C Hamano2012-02-20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek2012-02-13
* | | | | Merge branch 'jk/git-dir-lookup'Junio C Hamano2012-02-14
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | standardize and improve lookup rules for external local reposJeff King2012-02-02
* | | | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-08
| |_|/ |/| |
* | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-22
|\ \ \
| * | | move git_getpass to its own source fileJeff King2011-12-12
| |/ /
* | | Merge branch 'mh/ref-api'Junio C Hamano2011-12-20
|\ \ \
| * | | refs: rename "refname" variablesMichael Haggerty2011-12-12
* | | | Merge branch 'jk/fetch-no-tail-match-refs'Junio C Hamano2011-12-19
|\ \ \ \ | | |_|/ | |/| |
| * | | connect.c: drop path_match functionJeff King2011-12-13
| * | | drop "match" parameter from get_remote_headsJeff King2011-12-13
| | |/ | |/|
* | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-19
|\ \ \
| * | | Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13
| * | | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-13
| | |/ | |/|
* | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\ \ \ | |/ / |/| |
| * | bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01
| |/
* | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-09
|\ \
| * | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
| |/
* | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-09
|\ \
| * | refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano2011-11-07
* | | cache.h: put single NUL at end of struct cache_entryRené Scharfe2011-10-26
* | | read-cache.c: allocate index entries individuallyRené Scharfe2011-10-26
| |/ |/|
* | Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-21
|\ \
| * | pack-objects: protect against disappearing packsJeff King2011-10-14
* | | Merge branch 'ph/transport-with-gitfile'Junio C Hamano2011-10-21
|\ \ \ | |_|/ |/| |
| * | enter_repo: do not modify inputErik Faye-Lund2011-10-04
| |/
* | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-17
|\ \
| * | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-06
| |/
* | Merge branch 'jk/name-hash-dirent'Junio C Hamano2011-10-17
|\ \
| * | fix phantom untracked files when core.ignorecase is setJeff King2011-10-07
* | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-10
|\ \ \
| * | | resolve_ref(): expand documentationMichael Haggerty2011-10-05
| * | | get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-05
| | |/ | |/|
* | | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-10
|\ \ \
| * | | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12
| * | | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-06
* | | | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-10
|\ \ \ \
| * | | | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-16