aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
...
| * | | | 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
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-02-24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano2008-02-23
| * | | | core.whitespace: cr-at-eolJunio C Hamano2008-02-05
* | | | | Use helper function for copying index entry informationLinus Torvalds2008-02-22
* | | | | Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds2008-02-22
* | | | | Fix name re-hashing semanticsLinus Torvalds2008-02-22
| |_|_|/ |/| | |
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-06
| |/ / /
* | | | Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-05
| |/ / /
* | | | Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | allow suppressing of global and system configJeff King2008-02-06
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2008-02-16
|\ \ \ \ | | |/ / | |/| |
| * | | Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-15
| * | | Add "const" qualifier to "char *editor_program".Christian Couder2008-02-15
| * | | Add "const" qualifier to "char *pager_program".Christian Couder2008-02-15
| * | | config: add 'git_config_string' to refactor string config variables.Christian Couder2008-02-15
* | | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | lazy index hashingJunio C Hamano2008-01-22