aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
...
| * | | | Make prefix_path() return char* without constNguyễn Thái Ngọc Duy2010-12-07
* | | | | Merge branch 'jn/parse-options-extra'Junio C Hamano2010-12-12
|\ \ \ \ \ | |/ / / /
| * | | | setup: save prefix (original cwd relative to toplevel) in startup_infoNguyễn Thái Ngọc Duy2010-12-07
| |/ / /
* | | | Merge branch 'js/configurable-tab'Junio C Hamano2010-12-12
|\ \ \ \
| * | | | Make the tab width used for whitespace checks configurableJohannes Sixt2010-12-01
| |/ / /
* | | | Merge branch 'pn/commit-autosquash'Junio C Hamano2010-12-03
|\ \ \ \
| * | | | commit: helper methods to reduce redundant blocks of codePat Notz2010-11-04
* | | | | Merge branch 'jc/abbrev-guard'Junio C Hamano2010-12-03
|\ \ \ \ \
| * | | | | core.abbrevguard: Ensure short object names stay unique a bit longerJunio C Hamano2010-10-28
| | |/ / / | |/| | |
* | | | | Merge branch 'cb/leading-path-removal'Junio C Hamano2010-11-29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | do not overwrite files in leading pathClemens Buchacher2010-10-13
| |/ / /
* | | | Documentation: No argument of ALLOC_GROW should have side-effectsJonathan Nieder2010-10-08
|/ / /
* | | work around buggy S_ISxxx(m) implementationsRené Scharfe2010-10-06
| |/ |/|
* | Merge branch 'kf/askpass-config'Junio C Hamano2010-09-08
|\ \
| * | Add a new option 'core.askpass'.Anselm Kruis2010-08-31
* | | Merge branch 'jk/maint-pass-c-config-in-env'Junio C Hamano2010-09-08
|\ \ \
| * | | do not pass "git -c foo=bar" params to transport helpersJonathan Nieder2010-08-24
| * | | pass "git -c foo=bar" params through environmentJeff King2010-08-24
| |/ /
* | | Merge branch 'jn/merge-renormalize'Junio C Hamano2010-09-03
|\ \ \
| * | | merge-recursive --renormalizeJonathan Nieder2010-08-06
| * | | Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen2010-07-02
| |/ /
* | | Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-31
|\ \ \
| * | | setup: remember whether repository was foundNguyễn Thái Ngọc Duy2010-08-11
| * | | git wrapper: introduce startup_info structNguyễn Thái Ngọc Duy2010-08-11
| |/ /
* | | Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano2010-08-21
|\ \ \
| * | | split_cmdline: Allow caller to access error stringGreg Brockman2010-08-11
| |/ /
* | | Merge branch 'nd/fix-sparse-checkout'Junio C Hamano2010-08-21
|\ \ \
| * | | unpack-trees: let read-tree -u remove index entries outside sparse areaNguyễn Thái Ngọc Duy2010-08-09
* | | | Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-21
|\ \ \ \
| * | | | Teach ref iteration module about submodulesHeiko Voigt2010-07-07
| | |/ / | |/| |
* | | | Merge branch 'jn/parse-date-basic'Junio C Hamano2010-08-12
|\ \ \ \
| * | | | Export parse_date_basic() to convert a date string to timestampJonathan Nieder2010-07-15
| |/ / /
* | | | Standardize do { ... } while (0) styleJonathan Nieder2010-08-12
|/ / /
* | | Merge branch 'cp/textconv-cat-file'Junio C Hamano2010-06-27
|\ \ \
| * | | sha1_name: add get_sha1_with_context()Clément Poulain2010-06-18
* | | | Merge branch 'eb/core-eol'Junio C Hamano2010-06-21
|\ \ \ \
| * | | | Add "core.eol" config variableEyvind Bernhardsen2010-06-06
| * | | | Add per-repository eol normalizationEyvind Bernhardsen2010-05-19
| | |/ / | |/| |
* | | | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \ \ \ | |_|/ / |/| | |
| * | | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* | | | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21
|\ \ \ \
| * | | | Allow parse_pack_index on temporary filesShawn O. Pearce2010-04-19
| * | | | Introduce close_pack_index to permit replacementShawn O. Pearce2010-04-19
| | |_|/ | |/| |
| * | | Merge branch 'gb/maint-submodule-env' into maintJunio C Hamano2010-03-08
| |\ \ \
| * \ \ \ Merge branch 'mm/mkstemps-mode-for-packfiles' into maintJunio C Hamano2010-03-08
| |\ \ \ \
* | \ \ \ \ Merge branch 'ld/discovery-limit-to-fs' (early part)Junio C Hamano2010-05-21
|\ \ \ \ \ \
| * | | | | | config.c: remove static keyword from git_env_bool()Lars R. Damerow2010-03-28
* | | | | | | Merge branch 'ar/config-from-command-line'Junio C Hamano2010-05-21
|\ \ \ \ \ \ \
| * | | | | | | Complete prototype of git_config_from_parameters()Thomas Rast2010-05-21
| * | | | | | | Allow passing of configuration parameters in the command lineAlex Riesen2010-03-28