aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'tb/shared-perm'Junio C Hamano2013-04-07
|\
| * path.c: simplify adjust_shared_perm()Torsten Bögershausen2013-04-05
* | Merge branch 'nd/checkout-paths-reduce-match-pathspec-calls'Junio C Hamano2013-04-03
|\ \
| * | checkout: avoid unnecessary match_pathspec callsNguyễn Thái Ngọc Duy2013-03-27
| |/
* | Merge branch 'kb/name-hash'Junio C Hamano2013-04-01
|\ \
| * | name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-27
* | | Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-01
|\ \ \
| * | | teach get_remote_heads to read from a memory bufferJeff King2013-02-24
* | | | Merge branch 'rs/archive-zip-raw-compression'Junio C Hamano2013-03-27
|\ \ \ \
| * | | | archive-zip: use deflateInit2() to ask for raw compressed dataRené Scharfe2013-03-16
* | | | | Merge branch 'jk/alias-in-bare'Junio C Hamano2013-03-25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | setup: suppress implicit "." work-tree for bare reposJeff King2013-03-08
| * | | | environment: add GIT_PREFIX to local_repo_envJeff King2013-03-08
| * | | | cache.h: drop LOCAL_REPO_ENV_SIZEJeff King2013-03-08
| * | | | Merge branch 'mh/ceiling' into maintJunio C Hamano2013-01-28
| |\ \ \ \
* | \ \ \ \ Merge branch 'nd/count-garbage'Junio C Hamano2013-03-21
|\ \ \ \ \ \
| * | | | | | count-objects: report garbage files in pack directory tooNguyễn Thái Ngọc Duy2013-02-15
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-07
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/push-reject-reasons'Junio C Hamano2013-02-04
|\ \ \ \ \
| * | | | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCEJunio C Hamano2013-01-24
| * | | | | push: further clean up fields of "struct ref"Junio C Hamano2013-01-24
* | | | | | Merge branch 'jk/config-parsing-cleanup'Junio C Hamano2013-02-04
|\ \ \ \ \ \
| * | | | | | config: add helper function for parsing key namesJeff King2013-01-23
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-04
|\ \ \ \ \ \
| * | | | | | Allow custom "comment char"Junio C Hamano2013-01-16
| |/ / / / /
* | | | | | Merge branch 'rr/minimal-stat'Junio C Hamano2013-01-30
|\ \ \ \ \ \
| * | | | | | Enable minimal stat checkingRobin Rosenberg2013-01-22
| |/ / / / /
* | | | | | Merge branch 'jk/suppress-clang-warning'Junio C Hamano2013-01-23
|\ \ \ \ \ \
| * | | | | | fix clang -Wunused-value warnings for error functionsMax Horn2013-01-16
* | | | | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano2013-01-16
* | | | | | Merge branch 'jk/pathspec-literal'Junio C Hamano2013-01-05
|\ \ \ \ \ \
| * | | | | | add global --literal-pathspecs optionJeff King2012-12-19
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jk/error-const-return'Junio C Hamano2013-01-05
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | silence some -Wuninitialized false positivesJeff King2012-12-15
| |/ / / /
* | | | | Merge branch 'jk/mailmap-from-blob'Junio C Hamano2013-01-05
|\ \ \ \ \
| * | | | | mailmap: support reading mailmap from blobsJeff King2012-12-12
| |/ / / /
* | | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-05
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | push: require force for refs under refs/tags/Chris Rorvick2012-12-02
| * | | | push: flag updates that require forceChris Rorvick2012-12-02
| * | | | push: keep track of "update" state separatelyChris Rorvick2012-12-02
| * | | | push: add advice for rejected tag referenceChris Rorvick2012-12-02
* | | | | Merge branch 'nd/pathspec-wildcard'Junio C Hamano2013-01-05
|\ \ \ \ \
| * | | | | pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy2012-11-26
| * | | | | pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy2012-11-19
| |/ / / /
* | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-02
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-29
| * | | Introduce new function real_path_if_valid()Michael Haggerty2012-10-29
| | |/ | |/|
* | | ident: keep separate "explicit" flags for author and committerJeff King2012-11-15