summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2008-01-17Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce1-0/+1
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey1-1/+1
2007-12-13Unify whitespace checkingWincent Colaiuta1-0/+4
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King1-1/+1
2007-12-09Merge branch 'jc/spht'Junio C Hamano1-0/+12
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-0/+3
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano1-1/+3
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-0/+9
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano1-0/+4
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder1-1/+1
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano1-0/+1
2007-12-02rename: Break filepairs with different types.Junio C Hamano1-0/+7
2007-11-24Merge branch 'jk/send-pack'Junio C Hamano1-3/+17
2007-11-22Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano1-1/+3
2007-11-22Export three helper functions from ls-filesJunio C Hamano1-0/+6
2007-11-18refactor fetch's ref matching to use refname_match()Steffen Prohaska1-0/+1
2007-11-18add refname_match()Steffen Prohaska1-0/+3
2007-11-18send-pack: tighten remote error reportingJeff King1-1/+2
2007-11-18make "find_ref_by_name" a public functionJeff King1-0/+2
2007-11-18Fix warning about bitfield in struct refShawn O. Pearce1-4/+4
2007-11-17send-pack: assign remote errors to each refJeff King1-0/+2
2007-11-17send-pack: track errors for each refJeff King1-2/+11
2007-11-14Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt1-0/+1
2007-11-14Close files opened by lock_file() before unlinking.Johannes Schindelin1-0/+1
2007-11-14core.excludesfile clean-upJunio C Hamano1-0/+1
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano1-4/+10
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano1-1/+1
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano1-4/+10
2007-11-07Merge branch 'ds/maint-deflatebound'Junio C Hamano1-1/+1
2007-11-07Improve accuracy of check for presence of deflateBound.David Symonds1-1/+1
2007-11-05Refactor working tree setupMike Hommey1-0/+1
2007-11-02Miscellaneous const changes and utilitiesDaniel Barkalow1-1/+1
2007-11-02git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano1-0/+1
2007-11-02War on whitespace: first, a bit of retreat.Junio C Hamano1-0/+9
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt1-2/+2
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-5/+6
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano1-5/+4
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-0/+1
2007-09-29parse_date_format(): convert a format name to an enum date_modeAndy Parkins1-0/+1
2007-09-26Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica1-0/+1
2007-09-20nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit1-2/+0
2007-09-19Make fetch a builtinDaniel Barkalow1-0/+1
2007-09-18Merge branch 'master' into ph/strbufJunio C Hamano1-0/+1
2007-09-17Export matches_pack_name() and fix its return valueJunio C Hamano1-0/+1
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit1-2/+4
2007-09-12Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica1-0/+1
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit1-1/+0
2007-09-03Remove unused function convert_sha1_file()René Scharfe1-1/+0
2007-08-31git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano1-0/+3
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard1-2/+2