389 Commits (cdcefbc971d8fcdd293750af7571d4c715f86964)

Author SHA1 Message Date
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
Jeff King c927e6c69b Fix ALLOC_GROW off-by-one 18 years ago
Junio C Hamano 4175e9e3a8 More static 18 years ago
Junio C Hamano 4234a76167 Extend --pretty=oneline to cover the first paragraph, 18 years ago
Jeff King 6815e56933 refactor dir_add_name 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Linus Torvalds 192a6be2a7 fix signed range problems with hex conversions 18 years ago
Shawn O. Pearce d079837eee Lazily open pack index files on demand 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
René Scharfe 5e6cfc80e2 git-archive: convert archive entries like checkouts do 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Junio C Hamano f859c846e9 Add has_symlink_leading_path() function. 18 years ago
Dana How 960ccca680 Custom compression levels for objects and packs 18 years ago
Nicolas Pitre 726f852b0e deprecate the new loose object header format 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Luiz Fernando N. Capitulino efbc583126 entry.c: Use const qualifier for 'struct checkout' parameters 18 years ago
Martin Koegler a0cd87a570 add get_sha1_with_mode 18 years ago
Martin Koegler 40689ae1ef Add S_IFINVALID mode 18 years ago
Junio C Hamano 4aab5b46f4 Make read-cache.c "the_index" free. 18 years ago
Junio C Hamano 228e94f935 Move index-related variables into a structure. 18 years ago
Junio C Hamano 5e635e3960 lockfile: record the primary process. 18 years ago
Alex Riesen ac78e54804 Simplify calling of CR/LF conversion routines 18 years ago
Carlos Rica 1401f46bb4 Use const qualifier for 'sha1' parameter in delete_ref function 18 years ago
Linus Torvalds 100c5f3b0b Clean up object creation to use more common code 18 years ago
Linus Torvalds 2c1cbec1e2 Use proper object allocators for unknown object nodes too 18 years ago