summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-29unpack-trees: move all skip-worktree checks back to unpack_trees()Nguyễn Thái Ngọc Duy1-0/+1
2010-11-29cache.h: realign and use (1 << x) form for CE_* constantsNguyễn Thái Ngọc Duy1-13/+12
2010-11-29builtins: print setup info if repo is foundNguyễn Thái Ngọc Duy1-0/+1
2010-11-04commit: helper methods to reduce redundant blocks of codePat Notz1-0/+3
2010-10-28core.abbrevguard: Ensure short object names stay unique a bit longerJunio C Hamano1-0/+1
2010-10-13do not overwrite files in leading pathClemens Buchacher1-1/+1
2010-10-08Documentation: No argument of ALLOC_GROW should have side-effectsJonathan Nieder1-1/+1
2010-10-06work around buggy S_ISxxx(m) implementationsRené Scharfe1-3/+10
2010-09-08Merge branch 'kf/askpass-config'Junio C Hamano1-0/+1
2010-09-08Merge branch 'jk/maint-pass-c-config-in-env'Junio C Hamano1-1/+4
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano1-0/+1
2010-08-31Merge branch 'jn/paginate-fix'Junio C Hamano1-0/+6
2010-08-31Add a new option 'core.askpass'.Anselm Kruis1-0/+1
2010-08-24do not pass "git -c foo=bar" params to transport helpersJonathan Nieder1-1/+1
2010-08-24pass "git -c foo=bar" params through environmentJeff King1-0/+3
2010-08-21Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano1-0/+2
2010-08-21Merge branch 'nd/fix-sparse-checkout'Junio C Hamano1-2/+1
2010-08-21Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano1-0/+3
2010-08-12Merge branch 'jn/parse-date-basic'Junio C Hamano1-0/+1
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder1-1/+1
2010-08-11split_cmdline: Allow caller to access error stringGreg Brockman1-0/+2
2010-08-11setup: remember whether repository was foundNguyễn Thái Ngọc Duy1-0/+1
2010-08-11git wrapper: introduce startup_info structNguyễn Thái Ngọc Duy1-0/+5
2010-08-09unpack-trees: let read-tree -u remove index entries outside sparse areaNguyễn Thái Ngọc Duy1-2/+1
2010-08-06merge-recursive --renormalizeJonathan Nieder1-1/+0
2010-07-15Export parse_date_basic() to convert a date string to timestampJonathan Nieder1-0/+1
2010-07-07Teach ref iteration module about submodulesHeiko Voigt1-0/+3
2010-07-02Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen1-0/+2
2010-06-27Merge branch 'cp/textconv-cat-file'Junio C Hamano1-0/+11
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-1/+21
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-8/+8
2010-06-18sha1_name: add get_sha1_with_context()Clément Poulain1-0/+11
2010-06-06Add "core.eol" config variableEyvind Bernhardsen1-0/+13
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-8/+8
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano1-1/+2
2010-05-21Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano1-0/+1
2010-05-21Merge branch 'ar/config-from-command-line'Junio C Hamano1-0/+2
2010-05-21Complete prototype of git_config_from_parameters()Thomas Rast1-1/+1
2010-05-19Add per-repository eol normalizationEyvind Bernhardsen1-1/+8
2010-05-08Merge branch 'sd/log-decorate'Junio C Hamano1-0/+1
2010-05-08Merge branch 'cw/ws-indent-with-tab'Junio C Hamano1-1/+2
2010-04-19Allow parse_pack_index on temporary filesShawn O. Pearce1-1/+1
2010-04-19Introduce close_pack_index to permit replacementShawn O. Pearce1-0/+1
2010-04-04whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb1-1/+1
2010-04-02whitespace: add tab-in-indent error classChris Webb1-0/+1
2010-04-01make commit_tree a library functionJeff King1-0/+2
2010-04-01fix const-correctness of write_sha1_fileJeff King1-1/+1
2010-03-28Merge branch 'cc/cherry-pick-ff'Junio C Hamano1-0/+3
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen1-0/+2
2010-03-28config.c: remove static keyword from git_env_bool()Lars R. Damerow1-0/+1