aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* sha1_name.c: introduce get_sha1_committish()Junio C Hamano2012-07-09
* sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano2012-07-09
* sha1_name.c: many short names can only be committishJunio C Hamano2012-07-09
* sha1_name.c: teach get_short_sha1() a commit-only optionJunio C Hamano2012-07-03
* sha1_name.c: allow get_short_sha1() to take other flagsJunio C Hamano2012-07-03
* sha1_name.c: get rid of get_sha1_with_mode()Junio C Hamano2012-07-03
* sha1_name.c: get rid of get_sha1_with_mode_1()Junio C Hamano2012-07-03
* sha1_name.c: hide get_sha1_with_context_1() uglinessJunio C Hamano2012-07-02
* Merge branch 'jk/git-prompt'Junio C Hamano2011-12-22
|\
| * move git_getpass to its own source fileJeff King2011-12-12
* | Merge branch 'mh/ref-api'Junio C Hamano2011-12-20
|\ \
| * | refs: rename "refname" variablesMichael Haggerty2011-12-12
* | | Merge branch 'jk/fetch-no-tail-match-refs'Junio C Hamano2011-12-19
|\ \ \
| * | | connect.c: drop path_match functionJeff King2011-12-13
| * | | drop "match" parameter from get_remote_headsJeff King2011-12-13
| | |/ | |/|
* | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-19
|\ \ \
| * | | Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13
| * | | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-13
| | |/ | |/|
* | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\ \ \ | |/ / |/| |
| * | bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01
| |/
* | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-09
|\ \
| * | Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-13
| |/
* | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-09
|\ \
| * | refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano2011-11-07
* | | cache.h: put single NUL at end of struct cache_entryRené Scharfe2011-10-26
* | | read-cache.c: allocate index entries individuallyRené Scharfe2011-10-26
| |/ |/|
* | Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano2011-10-21
|\ \
| * | pack-objects: protect against disappearing packsJeff King2011-10-14
* | | Merge branch 'ph/transport-with-gitfile'Junio C Hamano2011-10-21
|\ \ \ | |_|/ |/| |
| * | enter_repo: do not modify inputErik Faye-Lund2011-10-04
| |/
* | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-17
|\ \
| * | attr: read core.attributesfile from git_default_core_configJunio C Hamano2011-10-06
| |/
* | Merge branch 'jk/name-hash-dirent'Junio C Hamano2011-10-17
|\ \
| * | fix phantom untracked files when core.ignorecase is setJeff King2011-10-07
* | | Merge branch 'mh/check-ref-format-3'Junio C Hamano2011-10-10
|\ \ \
| * | | resolve_ref(): expand documentationMichael Haggerty2011-10-05
| * | | get_sha1_hex(): do not read past a NUL characterMichael Haggerty2011-10-05
| | |/ | |/|
* | | Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-10
|\ \ \
| * | | rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12
| * | | remove prefix argument from pathspec_prefixClemens Buchacher2011-09-06
* | | | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-10
|\ \ \ \
| * | | | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-16
* | | | | Merge branch 'rr/revert-cherry-pick-continue'Junio C Hamano2011-10-05
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | config: Introduce functions to write non-standard fileRamkumar Ramachandra2011-08-04
| | |_|/ | |/| |
* | | | Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-28
|\ \ \ \
| * | | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-22
| |/ / /
* | | | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-23
|\ \ \ \
| * | | | ls-files: fix pathspec display on errorClemens Buchacher2011-08-11
| |/ / /
* | | | Merge branch 'js/ref-namespaces'Junio C Hamano2011-08-17
|\ \ \ \
| * | | | ref namespaces: infrastructureJosh Triplett2011-07-06