summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-blank-at-eof'Junio C Hamano2009-10-171-1/+3
|\
| * Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-151-1/+3
| |\
| | * core.whitespace: split trailing-space into blank-at-{eol,eof}Junio C Hamano2009-09-051-2/+3
| | * apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano2009-09-041-1/+2
* | | git branch -D: give a better error message when lockfile creation failsMiklos Vajna2009-09-291-0/+1
* | | Merge branch 'jk/unwanted-advices'Junio C Hamano2009-09-131-0/+1
|\ \ \
| * | | push: make non-fast-forward help message configurableJeff King2009-09-111-0/+1
* | | | preserve mtime of local cloneClemens Buchacher2009-09-131-0/+1
* | | | use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-2/+7
|/ / /
* | | Merge branch 'lt/approxidate'Junio C Hamano2009-08-311-0/+5
|\ \ \
| * | | Add date formatting and parsing functions relative to a given timeAlex Riesen2009-08-301-0/+5
* | | | Merge branch 'mm/reset-report'Junio C Hamano2009-08-281-3/+3
|\ \ \ \
| * | | | reset: make the reminder output consistent with "checkout"Matthieu Moy2009-08-211-2/+2
| * | | | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy2009-08-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'jc/maint-checkout-index-to-prefix'Junio C Hamano2009-08-251-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-181-1/+1
| |/ /
* | | Merge branch 'cc/replace'Junio C Hamano2009-08-211-1/+6
|\ \ \
| * | | environment: add global variable to disable replacementChristian Couder2009-05-311-0/+1
| * | | sha1_file: add a "read_sha1_file_repl" functionChristian Couder2009-05-311-1/+5
* | | | Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano2009-08-211-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | git apply: option to ignore whitespace differencesGiuseppe Bilotta2009-08-051-0/+1
* | | | git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-291-0/+3
|/ / /
* | | Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano2009-07-251-0/+2
|\ \ \
| * | | git repack: keep commits hidden by a graftJohannes Schindelin2009-07-241-0/+2
| |/ /
* | | push: do not give big warning when no preference is configuredJunio C Hamano2009-07-181-1/+0
* | | Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds2009-07-091-0/+10
* | | diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-05-311-0/+2
|/ /
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* | Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-291-1/+6
* | Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-251-0/+2
* | Merge branch 'jc/name-branch'Junio C Hamano2009-04-061-1/+1
|\ \
| * | Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-221-1/+1
* | | Merge branch 'jc/shared-literally'Junio C Hamano2009-04-061-1/+2
|\ \ \
| * | | set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-281-1/+2
* | | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-1/+0
|\ \ \ \
| * | | | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-1/+0
* | | | | Merge branch 'fg/push-default'Junio C Hamano2009-03-261-0/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-0/+9
| | |/ / | |/| |
* | | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-1/+1
|\ \ \ \
| * | | | refactor find_ref_by_name() to accept const listJeff King2009-02-261-1/+1
| |/ / /
* | | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-8/+11
|\ \ \ \
| * | | | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-231-1/+1
| * | | | make USE_NSEC work as expectedKjetil Barvik2009-02-191-3/+3
| * | | | check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-181-0/+1
| * | | | unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-091-0/+2
| * | | | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-4/+4
* | | | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-2/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-0/+1
| * | | Consolidate ignore_packed logic moreJunio C Hamano2009-02-281-1/+0
| * | | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-281-1/+0