aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Make pack creation always fsync() the resultLinus Torvalds2008-05-31
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-25
|\ \
| * | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-21
* | | Merge branch 'db/clone-in-c'Junio C Hamano2008-05-25
|\ \ \
| * | | Provide API access to init_db()Daniel Barkalow2008-05-04
| * | | Add a function to set a non-default work treeDaniel Barkalow2008-05-04
| * | | Add a library function to add an alternate to the alternates fileDaniel Barkalow2008-05-04
| * | | Add a lockfile function to append to a fileDaniel Barkalow2008-05-04
* | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-25
|\ \ \ \
| * | | | Teach update-index about --ignore-submodulesJohannes Schindelin2008-05-15
| | |/ / | |/| |
* | | | Merge branch 'bc/repack'Junio C Hamano2008-05-23
|\ \ \ \
| * | | | add a force_object_loose() functionNicolas Pitre2008-05-13
* | | | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-12
| | |_|/ | |/| |
* | | | Merge branch 'sb/committer'Junio C Hamano2008-05-14
|\ \ \ \ | |/ / / |/| | |
| * | | commit: Show committer if automaticSanti BĂ©jar2008-05-06
* | | | Merge branch 'lt/core-optim'Junio C Hamano2008-05-11
|\ \ \ \
| * | | | Optimize symlink/directory detectionLinus Torvalds2008-05-10
| * | | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-10
| * | | | Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds2008-04-09
| | * | | Add 'core.ignorecase' optionLinus Torvalds2008-04-09
| | * | | Make hash_name_lookup able to do case-independent lookupsLinus Torvalds2008-04-09
| | * | | Make "index_name_exists()" return the cache_entry it foundLinus Torvalds2008-04-09
| | * | | Move name hashing functions into a file of its ownLinus Torvalds2008-04-09
* | | | | Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-11
|/ / / /
* | | | Merge branch 'db/learn-HEAD'Junio C Hamano2008-05-08
|\ \ \ \ | |_|/ / |/| | |
| * | | Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow2008-04-26
* | | | Merge branch 'lh/git-file'Junio C Hamano2008-05-05
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add platform-independent .git "symlink"Lars Hjemli2008-04-09
| | |/ | |/|
* | | Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-29
| |/ |/|
* | Make core.sharedRepository more genericHeikki Orsila2008-04-16
* | git_config_bool_or_int()Junio C Hamano2008-04-12
|/
* Merge branch 'lt/unpack-trees'Junio C Hamano2008-03-11
|\
| * Add 'const' where appropriate to index handling functionsLinus Torvalds2008-03-09
| * Add 'df_name_compare()' helper functionLinus Torvalds2008-03-09
* | Merge branch 'jc/cherry-pick' (early part)Junio C Hamano2008-03-11
|\ \ | |/ |/|
| * expose a helper function peel_to_type().Junio C Hamano2008-02-18
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\ \
| * | add generic, type aware object chain walkerMartin Koegler2008-02-25
* | | Merge branch 'js/branch-track'Junio C Hamano2008-02-27
|\ \ \
| * | | branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-19
* | | | Merge branch 'db/checkout'Junio C Hamano2008-02-27
|\ \ \ \ | |/ / /
| * | | Library function to check for unmerged index entriesDaniel Barkalow2008-02-09
* | | | Merge branch 'jk/help-alias'Junio C Hamano2008-02-27
|\ \ \ \
| * | | | make alias lookup a public, procedural functionJeff King2008-02-24
* | | | | Merge branch 'maint'Junio C Hamano2008-02-26
|\ \ \ \ \
| * | | | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-25
| | |_|/ / | |/| | |