1164 Commits (412cb2ec1302364aba862b183210249c2ca7d44e)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Jeff King 161f00e708 teach sha1_object_info_extended a "disk_size" query 12 years ago
Jiang Xin e02ca72f70 path.c: refactor relative_path(), not only strip prefix 12 years ago
Michael Haggerty 3861253224 add a stat_validity struct 12 years ago
Michael Haggerty c21d39d7c7 Extract a struct stat_data from cache_entry 12 years ago
Nguyễn Thái Ngọc Duy b12ca9631f core: use env variable instead of config var to turn on logging pack access 12 years ago
René Scharfe 21a6b9fa42 read-cache: mark cache_entry pointers const 12 years ago
René Scharfe 20d142b48c cache: mark cache_entry pointers const 12 years ago
Jeff King 900f2814b8 refactor "ref->merge" flag 12 years ago
Junio C Hamano 808d3d717e git add: -u/-A now affects the entire working tree 12 years ago
Junio C Hamano 3d27b9b005 date.c: add parse_expiry_date() 12 years ago
Lukas Fleischer ff36682505 read_blob_data_from_index(): optionally return the size of blob data 12 years ago
Lukas Fleischer 29fb37b272 attr.c: extract read_index_data() as read_blob_data_from_index() 12 years ago
Torsten Bögershausen 3a429d3b8d path.c: simplify adjust_shared_perm() 12 years ago
Jonathan Nieder 71c7b0538f add -u: only show pathless 'add -u' warning when changes exist outside cwd 12 years ago
Nguyễn Thái Ngọc Duy e721c1544f checkout: avoid unnecessary match_pathspec calls 12 years ago
René Scharfe c3c2e1a09b archive-zip: use deflateInit2() to ask for raw compressed data 12 years ago
Jeff King 2cd83d10bb setup: suppress implicit "." work-tree for bare repos 12 years ago
Jeff King a6f7f9a325 environment: add GIT_PREFIX to local_repo_env 12 years ago
Jeff King 2163e5dbb4 cache.h: drop LOCAL_REPO_ENV_SIZE 12 years ago
Karsten Blees 2092678cd5 name-hash.c: fix endless loop with core.ignorecase=true 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Nguyễn Thái Ngọc Duy 543c5caa6c count-objects: report garbage files in pack directory too 12 years ago
Junio C Hamano f2db854d24 fetch: use struct ref to represent refs to be fetched 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Junio C Hamano 5ece083fc7 push: further clean up fields of "struct ref" 12 years ago
Jeff King 1b86bbb0ad config: add helper function for parsing key names 12 years ago
Robin Rosenberg c08e4d5b5c Enable minimal stat checking 12 years ago
Junio C Hamano 256b9d70a4 push: fix "refs/tags/ hierarchy cannot be updated without --force" 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Max Horn 5ded807f7c fix clang -Wunused-value warnings for error functions 12 years ago
Jeff King 823ab40fd4 add global --literal-pathspecs option 12 years ago
Jeff King a469a10193 silence some -Wuninitialized false positives 12 years ago
Jeff King 086109006f mailmap: support reading mailmap from blobs 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Chris Rorvick 8c5f6f717d push: flag updates that require force 12 years ago
Chris Rorvick ffe81ef2ac push: keep track of "update" state separately 12 years ago
Chris Rorvick b24e6047a8 push: add advice for rejected tag reference 12 years ago
Nguyễn Thái Ngọc Duy 8c6abbcd27 pathspec: apply "*.c" optimization from exclude 12 years ago
Nguyễn Thái Ngọc Duy 170260ae90 pathspec: save the non-wildcard length part 12 years ago
Jeff King d6991ceedc ident: keep separate "explicit" flags for author and committer 13 years ago
Jeff King 452802309c ident: make user_ident_explicitly_given static 13 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 13 years ago
Nguyễn Thái Ngọc Duy db699a8a1f Move try_merge_command and checkout_fast_forward to libgit.a 13 years ago
Michael Haggerty 31171d9e45 longest_ancestor_length(): take a string_list argument for prefixes 13 years ago
Michael Haggerty e3e46cdbd4 Introduce new function real_path_if_valid() 13 years ago
Junio C Hamano dad148c359 ident.c: mark private file-scope symbols as static 13 years ago
Junio C Hamano cbfb93a12b trace.c: mark a private file-scope symbol as static 13 years ago
Junio C Hamano 357e9c69c9 read-cache.c: mark a private file-scope symbol as static 13 years ago