summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2007-09-30parse_date_format(): convert a format name to an enum date_modeAndy Parkins
2007-09-12Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica
2007-09-03Remove unused function convert_sha1_file()René Scharfe
2007-09-01git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-10Optimize "diff --cached" performance.Junio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-08-01Add set_git_dir() functionJohannes Schindelin
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin
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