aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Unify whitespace checkingWincent Colaiuta2007-12-13
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-11
* Merge branch 'jc/spht'Junio C Hamano2007-12-09
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-06
| * git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-02
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-02
* | Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-09
* | Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\ \
| * | Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-02
| * | Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano2007-11-22
| * | Export three helper functions from ls-filesJunio C Hamano2007-11-22
* | | Merge branch 'sp/refspec-match'Junio C Hamano2007-12-04
|\ \ \
| * | | refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-18
| * | | add refname_match()Steffen Prohaska2007-11-18
| |/ /
* | | Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-03
* | | rename: Break filepairs with different types.Junio C Hamano2007-12-02
* | | Merge branch 'jk/send-pack'Junio C Hamano2007-11-24
|\ \ \
| * | | send-pack: tighten remote error reportingJeff King2007-11-18
| * | | make "find_ref_by_name" a public functionJeff King2007-11-18
| * | | Fix warning about bitfield in struct refShawn O. Pearce2007-11-18
| * | | send-pack: assign remote errors to each refJeff King2007-11-17
| * | | send-pack: track errors for each refJeff King2007-11-17
| * | | Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-14
| |\ \ \
| | * | | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-02
| | | |/ | | |/|
* | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.Johannes Sixt2007-11-14
* | | | Close files opened by lock_file() before unlinking.Johannes Schindelin2007-11-14
| |_|/ |/| |
* | | core.excludesfile clean-upJunio C Hamano2007-11-14
* | | Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-14
|\ \ \ | |/ / |/| |
| * | ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-10
* | | Merge branch 'ds/maint-deflatebound'Junio C Hamano2007-11-07
|\ \ \
| * | | Improve accuracy of check for presence of deflateBound.David Symonds2007-11-07
| |/ /
| * | Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-26
* | | Refactor working tree setupMike Hommey2007-11-05
| |/ |/|
* | Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-21
* | Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
|\ \
| * \ Merge branch 'ph/strbuf'Junio C Hamano2007-10-03
| |\ \
| | * | nfv?asprintf are broken without va_copy, workaround them.Pierre Habouzit2007-09-20
| | * | Merge branch 'master' into ph/strbufJunio C Hamano2007-09-18
| | |\ \
| | * | | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-16
| | * | | Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-10
| * | | | Merge branch 'jc/autogc'Junio C Hamano2007-10-03
| |\ \ \ \
| | * | | | Export matches_pack_name() and fix its return valueJunio C Hamano2007-09-17
| | | |_|/ | | |/| |
| * | | | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-29
| | |_|/ | |/| |
* | | | Make fetch a builtinDaniel Barkalow2007-09-19
|/ / /
* | | Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-12
| |/ |/|
* | Remove unused function convert_sha1_file()René Scharfe2007-09-03
|/
* git-diff: resurrect the traditional empty "diff --git" behaviourJunio C Hamano2007-08-31
* git-add: Add support for --refresh option.Alexandre Julliard2007-08-13
* Merge branch 'cr/tag'Junio C Hamano2007-08-10
|\
| * launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-21