summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* core.excludesfile clean-upJunio C Hamano2007-11-141-0/+1
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-141-4/+10
|\
| * ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-101-4/+10
* | Merge branch 'ds/maint-deflatebound'Junio C Hamano2007-11-071-1/+1
|\ \
| * | Improve accuracy of check for presence of deflateBound.David Symonds2007-11-071-1/+1
| |/
| * Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-261-0/+1
* | Refactor working tree setupMike Hommey2007-11-051-0/+1
* | Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-2/+2
* | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-5/+6
|\ \
| * \ Merge branch 'ph/strbuf'Junio C Hamano2007-10-031-5/+4
| |\ \
| | * | nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-201-2/+0
| | * | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-181-0/+1
| | |\ \
| | * | | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-161-2/+4
| | * | | Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-101-1/+0
| * | | | Merge branch 'jc/autogc'Junio C Hamano2007-10-031-0/+1
| |\ \ \ \
| | * | | | Export matches_pack_name() and fix its return valueJunio C Hamano2007-09-171-0/+1
| | | |_|/ | | |/| |
| * | | | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-291-0/+1
| | |_|/ | |/| |
* | | | Make fetch a builtinDaniel Barkalow2007-09-191-0/+1
|/ / /
* | | Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-121-0/+1
| |/ |/|
* | 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
|\ \ \ \ | |_|_|/ |/| | |