aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'jk/alias-in-bare' into maintJunio C Hamano2013-04-03
|\
| * 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
* | Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-03
|\ \
| * \ Merge branch 'kb/name-hash' into maint-1.8.1Junio C Hamano2013-04-03
| |\ \ | | |/ | |/|
| | * name-hash.c: fix endless loop with core.ignorecase=trueKarsten Blees2013-02-27
| * | Merge branch 'mh/ceiling' into maintJunio C Hamano2013-01-28
| |\ \
* | \ \ 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
* | | ident: make user_ident_explicitly_given staticJeff King2012-11-15
| |/ |/|
* | Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy2012-10-29
* | Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy2012-10-29
|/
* ident.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
* trace.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
* read-cache.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
* symlinks.c: mark private file-scope symbols as staticJunio C Hamano2012-09-15
* Merge branch 'jc/maint-config-exit-status'Junio C Hamano2012-09-03
|\
| * config: "git config baa" should exit with status 1Junio C Hamano2012-07-30
* | Merge branch 'jc/capabilities'Junio C Hamano2012-08-29
|\ \
| * | parse_feature_request: make it easier to see feature valuesJeff King2012-08-13