aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'jk/ident-gecos-strbuf'Junio C Hamano2012-05-29
|\
| * ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-24
| * ident: let callers omit name with fmt_indentJeff King2012-05-24
| * fmt_ident: drop IDENT_WARN_ON_NO_NAME codeJeff King2012-05-22
| * move git_default_* variables to ident.cJeff King2012-05-22
| * move identity config parsing to ident.cJeff King2012-05-22
| * ident: split setup_ident into separate functionsJeff King2012-05-22
* | Merge branch 'hv/submodule-alt-odb'Junio C Hamano2012-05-23
|\ \ | |/ |/|
| * teach add_submodule_odb() to look for alternatesHeiko Voigt2012-05-14
* | Merge branch 'nd/i18n'Junio C Hamano2012-05-02
|\ \
| * | i18n: mark relative dates for translationJonathan Nieder2012-04-24
* | | Merge branch 'mm/simple-push'Junio C Hamano2012-05-02
|\ \ \
| * | | push: introduce new push.default mode "simple"Matthieu Moy2012-04-24
| |/ /
* | | Merge branch 'jc/index-v4'Junio C Hamano2012-05-02
|\ \ \ | |/ / |/| |
| * | read-cache.c: write prefix-compressed names in the indexJunio C Hamano2012-04-04
| * | cache.h: hide on-disk index detailsJunio C Hamano2012-04-03
* | | Merge branch 'ct/advise-push-default'Junio C Hamano2012-04-20
|\ \ \
| * | | clean up struct ref's nonfastforward fieldJeff King2012-03-26
| * | | push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-19
| |/ /
* | | Merge branch 'jk/run-command-eacces'Junio C Hamano2012-04-20
|\ \ \
| * | | run-command: treat inaccessible directories as ENOENTJeff King2012-04-05
* | | | Merge branch 'jk/diff-no-rename-empty'Junio C Hamano2012-04-16
|\ \ \ \
| * | | | make is_empty_blob_sha1 available everywhereJeff King2012-03-23
| | |/ / | |/| |
* | | | Merge branch 'jc/commit-hook-authorship'Junio C Hamano2012-04-15
|\ \ \ \ | |/ / / |/| | |
| * | | ident.c: add split_ident_line() to parse formatted ident lineJunio C Hamano2012-03-11
| | |/ | |/|
* | | 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