422 Commits (52499977350b95ba7166e5c835b09cdbc20a3d02)

Author SHA1 Message Date
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
Junio C Hamano a9cc857ada War on whitespace: first, a bit of retreat. 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Andy Parkins 856665f827 parse_date_format(): convert a format name to an enum date_mode 17 years ago
Carlos Rica 102c2338da Move make_cache_entry() from merge-recursive.c into read-cache.c 17 years ago
Pierre Habouzit 19247e5510 nfv?asprintf are broken without va_copy, workaround them. 17 years ago
Daniel Barkalow b888d61c83 Make fetch a builtin 17 years ago
Junio C Hamano 000dfd3f6e Export matches_pack_name() and fix its return value 17 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 17 years ago
Carlos Rica 6640f88165 Move make_cache_entry() from merge-recursive.c into read-cache.c 17 years ago
Pierre Habouzit fd17f5b5f7 Replace all read_fd use with strbuf_read, and get rid of it. 17 years ago
René Scharfe 89b4256cfb Remove unused function convert_sha1_file() 17 years ago
Junio C Hamano aecbf914c4 git-diff: resurrect the traditional empty "diff --git" behaviour 17 years ago
Alexandre Julliard d616813d75 git-add: Add support for --refresh option. 17 years ago
Junio C Hamano af3785dc5a Optimize "diff --cached" performance. 17 years ago
Johannes Schindelin e90fdc39b6 Clean up work-tree handling 18 years ago
Johannes Schindelin d7ac12b25d Add set_git_dir() function 18 years ago
Johannes Schindelin e5392c5146 Add is_absolute_path() and make_absolute_path() 18 years ago
Johannes Schindelin 4d87b9c5db launch_editor(): Heed GIT_EDITOR and core.editor settings 18 years ago
Carlos Rica c4fba0a358 Rename read_pipe() with read_fd() and make its buffer nul-terminated. 18 years ago
Junio C Hamano 73013afd14 Make show_rfc2822_date() just another date output format. 18 years ago
Robin Rosenberg ee8f838e03 Support output ISO 8601 format dates 18 years ago
Brian Downing 0b87b6e081 Add functions for parsing integers with size suffixes 18 years ago
Brian Gernhardt 54adf3706c Add core.pager config variable. 18 years ago
Theodore Ts'o 06f59e9f5d Don't fflush(stdout) when it's not helpful 18 years ago
Junio C Hamano 9378c16135 Add core.quotepath configuration variable. 18 years ago