summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-07-14Support output ISO 8601 format datesRobin Rosenberg
2007-07-12Add functions for parsing integers with size suffixesBrian Downing
2007-07-04Add core.pager config variable.Brian Gernhardt
2007-07-01Merge branch 'jc/quote'Junio C Hamano
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-07-01Don't fflush(stdout) when it's not helpfulTheodore Ts'o
2007-06-24Add core.quotepath configuration variable.Junio C Hamano
2007-06-23Merge branch 'ei/oneline+add-empty'Junio C Hamano
2007-06-17Fix ALLOC_GROW off-by-oneJeff King
2007-06-13More staticJunio C Hamano
2007-06-13Extend --pretty=oneline to cover the first paragraph,Junio C Hamano
2007-06-13refactor dir_add_nameJeff King
2007-06-07War on whitespaceJunio C Hamano
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer
2007-06-02Merge branch 'sp/pack'Junio C Hamano
2007-05-31Merge branch 'maint'Junio C Hamano
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-30fix signed range problems with hex conversionsLinus Torvalds
2007-05-29Merge branch 'db/remote'Junio C Hamano
2007-05-27Lazily open pack index files on demandShawn O. Pearce
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-05-21Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow
2007-05-20Merge branch 'dh/pack'Junio C Hamano
2007-05-20Merge branch 'mst/connect'Junio C Hamano
2007-05-20Merge branch 'np/pack'Junio C Hamano
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe
2007-05-16connect: display connection progressMichael S. Tsirkin
2007-05-12Add has_symlink_leading_path() function.Junio C Hamano
2007-05-10Custom compression levels for objects and packsDana How
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino
2007-04-25Merge branch 'jc/the-index'Junio C Hamano
2007-04-24add get_sha1_with_modeMartin Koegler
2007-04-24Add S_IFINVALID modeMartin Koegler
2007-04-23Make read-cache.c "the_index" free.Junio C Hamano
2007-04-23Move index-related variables into a structure.Junio C Hamano
2007-04-22Merge branch 'lt/objalloc'Junio C Hamano
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-22Merge branch 'np/pack'Junio C Hamano
2007-04-21lockfile: record the primary process.Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-18Merge branch 'maint'Junio C Hamano
2007-04-18Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-17Use proper object allocators for unknown object nodes tooLinus Torvalds
2007-04-17add get_size_from_delta()Nicolas Pitre