739 Commits (d0b16c8f878bef5c1268e033a3d1f427498c7008)

Author SHA1 Message Date
Linus Torvalds aafe9fbaf4 Add config option to enable 'fsync()' of object files 17 years ago
Junio C Hamano 79c6dca413 sha1_file.c: simplify parse_pack_index() 17 years ago
Junio C Hamano 6483925999 sha1_file.c: dead code removal 17 years ago
Daniel Barkalow 1b9a9467f8 Use nonrelative paths instead of absolute paths for cloned repositories 17 years ago
Linus Torvalds 4c81b03e30 Make pack creation always fsync() the result 17 years ago
David Reiss 0454dd93bf Add support for GIT_CEILING_DIRECTORIES 17 years ago
David Reiss ae299be0e5 Implement normalize_absolute_path 17 years ago
Junio C Hamano 38ed1d89f7 "git-add -n -u" should not add but just report 17 years ago
Johannes Schindelin 5fdeacb0ca Teach update-index about --ignore-submodules 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Nicolas Pitre bbac73117e add a force_object_loose() function 17 years ago
Alex Riesen 7ae02a30e8 Extend interface of add_files_to_cache to allow ignore indexing errors 17 years ago
Dustin Sallings 0a02186f92 Allow tracking branches to set up rebase by default. 17 years ago
Dustin Sallings c998ae9baa Allow tracking branches to set up rebase by default. 17 years ago
Linus Torvalds c40641b77b Optimize symlink/directory detection 17 years ago
Linus Torvalds d177cab048 Avoid some unnecessary lstat() calls 17 years ago
Santi Béjar bb1ae3f6ff commit: Show committer if automatic 17 years ago
Daniel Barkalow f225aeb278 Provide API access to init_db() 17 years ago
Daniel Barkalow 19757d80e5 Add a function to set a non-default work tree 17 years ago
Daniel Barkalow bef70b22ba Add a library function to add an alternate to the alternates file 17 years ago
Daniel Barkalow ea3cd5c7c6 Add a lockfile function to append to a file 17 years ago
Heikki Orsila 0104ca09e3 Make read_in_full() and write_in_full() consistent with xread() and xwrite() 17 years ago
Daniel Barkalow be885d96fe Make ls-remote http://... list HEAD, like for git://... 17 years ago
Heikki Orsila 06cbe85503 Make core.sharedRepository more generic 17 years ago
Junio C Hamano a53f2ec617 git_config_bool_or_int() 17 years ago
Lars Hjemli b44ebb19e3 Add platform-independent .git "symlink" 17 years ago
Linus Torvalds 1102952b45 Make git-add behave more sensibly in a case-insensitive environment 17 years ago
Linus Torvalds 0a9b88b7de Add 'core.ignorecase' option 17 years ago
Linus Torvalds cd2fef59ed Make hash_name_lookup able to do case-independent lookups 17 years ago
Linus Torvalds df292c791a Make "index_name_exists()" return the cache_entry it found 17 years ago
Linus Torvalds 96872bc200 Move name hashing functions into a file of its own 17 years ago
Linus Torvalds d1f128b050 Add 'const' where appropriate to index handling functions 17 years ago
Linus Torvalds 0ab9e1e8cd Add 'df_name_compare()' helper function 17 years ago
Martin Koegler 355885d531 add generic, type aware object chain walker 17 years ago
Daniel Barkalow 1468bd4783 Use a single implementation and API for copy_file() 17 years ago
Jeff King 94351118c0 make alias lookup a public, procedural function 17 years ago
Junio C Hamano fe3403c320 ws_fix_copy(): move the whitespace fixing function to ws.c 17 years ago
Linus Torvalds eb7a2f1d50 Use helper function for copying index entry information 17 years ago
Linus Torvalds d070e3a31b Name hash fixups: export (and rename) remove_hash_entry 17 years ago
Linus Torvalds a22c637124 Fix name re-hashing semantics 17 years ago
Jay Soffian 9ed36cfa35 branch: optionally setup branch.*.merge from upstream local branches 17 years ago
Junio C Hamano 8177631547 expose a helper function peel_to_type(). 17 years ago
Christian Couder dfb068be8d Add "const" qualifier to "char *excludes_file". 17 years ago
Christian Couder ee9601e6be Add "const" qualifier to "char *editor_program". 17 years ago
Christian Couder 872da32d80 Add "const" qualifier to "char *pager_program". 17 years ago
Christian Couder ea5105a5e3 config: add 'git_config_string' to refactor string config variables. 17 years ago
Junio C Hamano 40ea4ed903 Add config_error_nonbool() helper function 17 years ago
Daniel Barkalow 94a5728cfb Library function to check for unmerged index entries 17 years ago
Jeff King ab88c36321 allow suppressing of global and system config 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago