458 Commits (88b302f5e2e0a6f6610912df49c473967fe59c89)

Author SHA1 Message Date
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
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
Junio C Hamano d6b8fc303b gitignore(5): Allow "foo/" in ignore list to match directory "foo" 17 years ago
Junio C Hamano b2979ff599 core.whitespace: cr-at-eol 17 years ago
Junio C Hamano 9cb76b8cdc lazy index hashing 17 years ago
Linus Torvalds cf558704fb Create pathname-based hash-table lookup into index 17 years ago
Junio C Hamano eadb583134 Avoid running lstat(2) on the same cache entry. 17 years ago
Junio C Hamano 7fec10b7f4 index: be careful when handling long names 17 years ago
Linus Torvalds 7a51ed66f6 Make on-disk index representation separate from in-core one 17 years ago
Shawn O. Pearce c9ced051c3 Fix random fast-import errors when compiled with NO_MMAP 17 years ago
Brandon Casey d6cf61bfd4 close_lock_file(): new function in the lockfile API 17 years ago
Wincent Colaiuta c1795bb08a Unify whitespace checking 17 years ago
Jeff King 6e9af863ee Support GIT_PAGER_IN_USE environment variable 17 years ago
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
Junio C Hamano cf1b7869f0 Use gitattributes to define per-path whitespace rule 17 years ago
Christian Couder b319ce4c14 Trace and quote with argv: get rid of unneeded count argument. 17 years ago
Junio C Hamano d9ccfe7711 Fix --signoff in builtin-commit differently. 17 years ago
Junio C Hamano b45563a229 rename: Break filepairs with different types. 17 years ago
Junio C Hamano b6ec1d619f Fix add_files_to_cache() to take pathspec, not user specified list of files 17 years ago
Junio C Hamano ee425e4643 Export three helper functions from ls-files 17 years ago
Steffen Prohaska 605b4978a1 refactor fetch's ref matching to use refname_match() 17 years ago
Steffen Prohaska 79803322c1 add refname_match() 17 years ago
Jeff King 2a0fe89a97 send-pack: tighten remote error reporting 17 years ago
Jeff King cda69f481d make "find_ref_by_name" a public function 17 years ago
Shawn O. Pearce 9f8a15c734 Fix warning about bitfield in struct ref 17 years ago
Jeff King ca74c458a3 send-pack: assign remote errors to each ref 17 years ago
Jeff King 8736a84890 send-pack: track errors for each ref 17 years ago
Junio C Hamano dcf0c16ef1 core.excludesfile clean-up 17 years ago
Johannes Sixt 506b17b136 Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. 17 years ago
Johannes Schindelin 4723ee992c Close files opened by lock_file() before unlinking. 17 years ago
Junio C Hamano 039bc64e88 core.excludesfile clean-up 17 years ago
Junio C Hamano 4bd5b7dacc ce_match_stat, run_diff_files: use symbolic constants for readability 17 years ago
David Symonds 609a2289d7 Improve accuracy of check for presence of deflateBound. 17 years ago
Mike Hommey 59f0f2f33a Refactor working tree setup 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Junio C Hamano 459fa6d0fe git-diff: complain about >=8 consecutive spaces in initial indent 17 years ago