summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-101-1/+0
* Remove unused function convert_sha1_file()René Scharfe2007-09-031-1/+0
* git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano2007-08-311-0/+3
* git-add: Add support for --refresh option.Alexandre Julliard2007-08-131-2/+2
* Merge branch 'cr/tag'Junio C Hamano2007-08-101-0/+2
|\
| * launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-211-0/+2
* | Optimize "diff --cached" performance.Junio C Hamano2007-08-101-0/+1
* | Clean up work-tree handlingJohannes Schindelin2007-08-011-0/+2
* | Add set_git_dir() functionJohannes Schindelin2007-08-011-0/+1
* | Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-011-0/+5
|/
* Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica2007-07-181-1/+1
* Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-131-2/+9
* Support output ISO 8601 format datesRobin Rosenberg2007-07-131-1/+1
* Add functions for parsing integers with size suffixesBrian Downing2007-07-121-0/+3
* Add core.pager config variable.Brian Gernhardt2007-07-041-0/+1
* Merge branch 'jc/quote'Junio C Hamano2007-07-011-0/+1
|\
| * Add core.quotepath configuration variable.Junio C Hamano2007-06-241-0/+1
* | Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-0/+2
|\ \
| * | introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-0/+2
* | | Don't fflush(stdout) when it's not helpfulTheodore Ts'o2007-06-301-0/+2
| |/ |/|
* | Merge branch 'ei/oneline+add-empty'Junio C Hamano2007-06-221-2/+5
|\ \
| * | Fix ALLOC_GROW off-by-oneJeff King2007-06-161-1/+1
| * | Extend --pretty=oneline to cover the first paragraph,Junio C Hamano2007-06-131-1/+4
* | | More staticJunio C Hamano2007-06-131-1/+0
|/ /
* | refactor dir_add_nameJeff King2007-06-121-0/+15
* | War on whitespaceJunio C Hamano2007-06-071-1/+1
|/
* Merge branch 'sp/pack'Junio C Hamano2007-06-021-1/+2
|\
| * Lazily open pack index files on demandShawn O. Pearce2007-05-261-1/+2
* | Merge branch 'maint'Junio C Hamano2007-05-311-2/+2
|\ \
| * \ Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-311-2/+2
| |\ \
| | * | fix signed range problems with hex conversionsLinus Torvalds2007-05-301-2/+2
* | | | Merge branch 'db/remote'Junio C Hamano2007-05-291-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-2/+0
* | | | rename dirlink to gitlink.Martin Waitz2007-05-211-5/+5
|/ / /
* | | Merge branch 'dh/pack'Junio C Hamano2007-05-201-0/+2
|\ \ \
| * | | Custom compression levels for objects and packsDana How2007-05-101-0/+2
* | | | Merge branch 'mst/connect'Junio C Hamano2007-05-201-1/+2
|\ \ \ \
| * | | | connect: display connection progressMichael S. Tsirkin2007-05-161-1/+2
* | | | | Merge branch 'np/pack'Junio C Hamano2007-05-201-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | deprecate the new loose object header formatNicolas Pitre2007-05-101-2/+0
| | |/ / | |/| |
* | | | git-archive: convert archive entries like checkouts doRené Scharfe2007-05-181-0/+1
| |/ / |/| |
* | | Add has_symlink_leading_path() function.Junio C Hamano2007-05-111-0/+1
|/ /
* | Add --date={local,relative,default}Junio C Hamano2007-04-251-1/+1
* | entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2007-04-251-1/+1
* | Merge branch 'jc/the-index'Junio C Hamano2007-04-241-15/+43
|\ \
| * | Make read-cache.c "the_index" free.Junio C Hamano2007-04-221-12/+27
| * | Move index-related variables into a structure.Junio C Hamano2007-04-221-3/+16
* | | add get_sha1_with_modeMartin Koegler2007-04-241-0/+1
* | | Add S_IFINVALID modeMartin Koegler2007-04-241-0/+3
|/ /
* | Merge branch 'lt/objalloc'Junio C Hamano2007-04-211-8/+5
|\ \