summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2010-12-01Make the tab width used for whitespace checks configurableJohannes Sixt
2010-10-08Documentation: No argument of ALLOC_GROW should have side-effectsJonathan Nieder
2010-10-06work around buggy S_ISxxx(m) implementationsRené Scharfe
2010-09-08Merge branch 'kf/askpass-config'Junio C Hamano
2010-09-08Merge branch 'jk/maint-pass-c-config-in-env'Junio C Hamano
2010-09-03Merge branch 'jn/merge-renormalize'Junio C Hamano
2010-08-31Merge branch 'jn/paginate-fix'Junio C Hamano
2010-08-31Add a new option 'core.askpass'.Anselm Kruis
2010-08-24do not pass "git -c foo=bar" params to transport helpersJonathan Nieder
2010-08-24pass "git -c foo=bar" params through environmentJeff King
2010-08-22Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano
2010-08-22Merge branch 'nd/fix-sparse-checkout'Junio C Hamano
2010-08-22Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano
2010-08-13Merge branch 'jn/parse-date-basic'Junio C Hamano
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder
2010-08-11split_cmdline: Allow caller to access error stringGreg Brockman
2010-08-11setup: remember whether repository was foundNguyễn Thái Ngọc Duy
2010-08-11git wrapper: introduce startup_info structNguyễn Thái Ngọc Duy
2010-08-09unpack-trees: let read-tree -u remove index entries outside sparse areaNguyễn Thái Ngọc Duy
2010-08-06merge-recursive --renormalizeJonathan Nieder
2010-07-15Export parse_date_basic() to convert a date string to timestampJonathan Nieder
2010-07-07Teach ref iteration module about submodulesHeiko Voigt
2010-07-02Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen
2010-06-27Merge branch 'cp/textconv-cat-file'Junio C Hamano
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-18sha1_name: add get_sha1_with_context()Clément Poulain
2010-06-07Add "core.eol" config variableEyvind Bernhardsen
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-05-21Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano
2010-05-21Merge branch 'ar/config-from-command-line'Junio C Hamano
2010-05-21Complete prototype of git_config_from_parameters()Thomas Rast
2010-05-20Add per-repository eol normalizationEyvind Bernhardsen
2010-05-09Merge branch 'sd/log-decorate'Junio C Hamano
2010-05-09Merge branch 'cw/ws-indent-with-tab'Junio C Hamano
2010-04-20Allow parse_pack_index on temporary filesShawn O. Pearce
2010-04-20Introduce close_pack_index to permit replacementShawn O. Pearce
2010-04-04whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb
2010-04-03whitespace: add tab-in-indent error classChris Webb
2010-04-02make commit_tree a library functionJeff King
2010-04-02fix const-correctness of write_sha1_fileJeff King
2010-03-29Merge branch 'cc/cherry-pick-ff'Junio C Hamano
2010-03-28Allow passing of configuration parameters in the command lineAlex Riesen
2010-03-28config.c: remove static keyword from git_env_bool()Lars R. Damerow
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-20Merge branch 'fl/askpass'Junio C Hamano
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-03-08Merge branch 'gb/maint-submodule-env' into maintJunio C Hamano