summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2013-02-04Merge branch 'jc/push-reject-reasons'Junio C Hamano
2013-02-04Merge branch 'jk/config-parsing-cleanup'Junio C Hamano
2013-02-04Merge branch 'jc/custom-comment-char'Junio C Hamano
2013-01-30Merge branch 'rr/minimal-stat'Junio C Hamano
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano
2013-01-24push: further clean up fields of "struct ref"Junio C Hamano
2013-01-24Merge branch 'jk/suppress-clang-warning'Junio C Hamano
2013-01-24Merge branch 'cr/push-force-tag-update'Junio C Hamano
2013-01-23config: add helper function for parsing key namesJeff King
2013-01-22Enable minimal stat checkingRobin Rosenberg
2013-01-16push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano
2013-01-16Allow custom "comment char"Junio C Hamano
2013-01-16fix clang -Wunused-value warnings for error functionsMax Horn
2013-01-06Merge branch 'jk/pathspec-literal'Junio C Hamano
2013-01-06Merge branch 'jk/error-const-return'Junio C Hamano
2013-01-06Merge branch 'jk/mailmap-from-blob'Junio C Hamano
2013-01-06Merge branch 'cr/push-force-tag-update'Junio C Hamano
2013-01-06Merge branch 'nd/pathspec-wildcard'Junio C Hamano
2013-01-02Merge branch 'mh/ceiling'Junio C Hamano
2012-12-19add global --literal-pathspecs optionJeff King
2012-12-15silence some -Wuninitialized false positivesJeff King
2012-12-12mailmap: support reading mailmap from blobsJeff King
2012-12-02push: require force for refs under refs/tags/Chris Rorvick
2012-12-02push: flag updates that require forceChris Rorvick
2012-12-02push: keep track of "update" state separatelyChris Rorvick
2012-12-02push: add advice for rejected tag referenceChris Rorvick
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-11-16ident: keep separate "explicit" flags for author and committerJeff King
2012-11-16ident: make user_ident_explicitly_given staticJeff King
2012-10-29Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy
2012-10-29Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy
2012-10-29longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty
2012-10-29Introduce new function real_path_if_valid()Michael Haggerty
2012-09-16ident.c: mark private file-scope symbols as staticJunio C Hamano
2012-09-16trace.c: mark a private file-scope symbol as staticJunio C Hamano
2012-09-16read-cache.c: mark a private file-scope symbol as staticJunio C Hamano
2012-09-16symlinks.c: mark private file-scope symbols as staticJunio C Hamano
2012-09-03Merge branch 'jc/maint-config-exit-status'Junio C Hamano
2012-08-29Merge branch 'jc/capabilities'Junio C Hamano
2012-08-14parse_feature_request: make it easier to see feature valuesJeff King
2012-07-30config: "git config baa" should exit with status 1Junio C Hamano
2012-07-24Merge branch 'tg/ce-namelen-field'Junio C Hamano
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-13Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano
2012-07-09sha1_name.c: add support for disambiguating other typesJunio C Hamano
2012-07-09sha1_name.c: introduce get_sha1_committish()Junio C Hamano
2012-07-09sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano