summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Teach "diff --check" about new blank lines at endJunio C Hamano2008-06-261-0/+1
* check_and_emit_line(): rename and refactorJunio C Hamano2008-06-261-3/+2
* Merge branch 'lt/config-fsync'Junio C Hamano2008-06-251-0/+1
|\
| * Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-181-0/+1
* | optimize verify-pack a bitNicolas Pitre2008-06-241-0/+1
* | clone: create intermediate directories of destination repoJeff King2008-06-241-0/+1
* | implement some resilience against pack corruptionsNicolas Pitre2008-06-231-0/+2
* | Merge branch 'sn/static'Junio C Hamano2008-06-221-2/+0
|\ \
| * | config.c: make git_env_bool() staticしらいしななこ2008-06-191-1/+0
| * | environment.c: remove unused functionしらいしななこ2008-06-191-1/+0
| |/
* | Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds2008-06-191-0/+1
|/
* sha1_file.c: simplify parse_pack_index()Junio C Hamano2008-06-161-2/+0
* sha1_file.c: dead code removalJunio C Hamano2008-06-131-3/+0
* Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow2008-06-061-0/+1
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-0/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-5/+5
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-5/+5
* | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-251-6/+7
|\ \
| * | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-211-5/+7
* | | Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-0/+7
|\ \ \
| * | | Provide API access to init_db()Daniel Barkalow2008-05-041-0/+4
| * | | Add a function to set a non-default work treeDaniel Barkalow2008-05-041-0/+1
| * | | Add a library function to add an alternate to the alternates fileDaniel Barkalow2008-05-041-0/+1
| * | | Add a lockfile function to append to a fileDaniel Barkalow2008-05-041-0/+1
* | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-251-0/+1
|\ \ \ \
| * | | | Teach update-index about --ignore-submodulesJohannes Schindelin2008-05-151-0/+1
| | |/ / | |/| |
* | | | Merge branch 'bc/repack'Junio C Hamano2008-05-231-0/+1
|\ \ \ \
| * | | | add a force_object_loose() functionNicolas Pitre2008-05-131-0/+1
* | | | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-211-1/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-121-1/+7
| | |_|/ | |/| |
* | | | Merge branch 'sb/committer'Junio C Hamano2008-05-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | commit: Show committer if automaticSanti Béjar2008-05-061-0/+1
* | | | Merge branch 'lt/core-optim'Junio C Hamano2008-05-111-17/+24
|\ \ \ \
| * | | | Optimize symlink/directory detectionLinus Torvalds2008-05-101-1/+1
| * | | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-101-0/+2
| * | | | Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-16/+21
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds2008-04-091-0/+1
| | * | | Add 'core.ignorecase' optionLinus Torvalds2008-04-091-0/+1
| | * | | Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-091-2/+2
| | * | | Make "index_name_exists()" return the cache_entry it foundLinus Torvalds2008-04-091-1/+1
| | * | | Move name hashing functions into a file of its ownLinus Torvalds2008-04-091-14/+17
* | | | | Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-111-0/+8
|/ / / /
* | | | Merge branch 'db/learn-HEAD'Junio C Hamano2008-05-081-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow2008-04-261-0/+1
* | | | Merge branch 'lh/git-file'Junio C Hamano2008-05-051-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add platform-independent .git "symlink"Lars Hjemli2008-04-091-0/+1
| | |/ | |/|
* | | Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-291-2/+2
| |/ |/|
* | Make core.sharedRepository more genericHeikki Orsila2008-04-161-3/+13
* | git_config_bool_or_int()Junio C Hamano2008-04-121-0/+1
|/
* Merge branch 'lt/unpack-trees'Junio C Hamano2008-03-111-5/+6
|\