summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ct/advise-push-default'Junio C Hamano2012-04-201-1/+2
|\
| * clean up struct ref's nonfastforward fieldct/advise-push-defaultJeff King2012-03-261-4/+1
| * push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-191-2/+6
* | Merge branch 'jk/run-command-eacces'Junio C Hamano2012-04-201-0/+2
|\ \
| * | run-command: treat inaccessible directories as ENOENTJeff King2012-04-051-0/+2
* | | Merge branch 'jk/diff-no-rename-empty'Junio C Hamano2012-04-161-0/+13
|\ \ \
| * | | make is_empty_blob_sha1 available everywhereJeff King2012-03-231-0/+13
| | |/ | |/|
* | | Merge branch 'jc/commit-hook-authorship'Junio C Hamano2012-04-151-0/+16
|\ \ \ | |/ / |/| |
| * | ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano2012-03-111-0/+16
* | | 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
|\ \