582 Commits (ae5a6c3684c378bc32c1f6ecc0e6dc45300c14c1)

Author SHA1 Message Date
Junio C Hamano ae5a6c3684 checkout: implement "@{-N}" shortcut name for N-th last branch 16 years ago
Christian Couder c2c5b27051 sha1_file: make "read_object" static 16 years ago
Nicolas Pitre c74faea19e make sure packs to be replaced are closed beforehand 16 years ago
Junio C Hamano 388b2acd6e git add --intent-to-add: fix removal of cached emptiness 16 years ago
Linus Torvalds 671c9b7e31 Add cache preload facility 16 years ago
Junio C Hamano fa7b3c2f75 checkout: Fix "initial checkout" detection 16 years ago
Jeff King 14d9c57896 define empty tree sha1 as a macro 16 years ago
Brandon Casey 0f4dc14ac4 sha1_file.c: split has_loose_object() into local and non-local counterparts 16 years ago
Brandon Casey 8d25931d6f packed_git: convert pack_local flag into a bitfield and add pack_keep 16 years ago
Nicolas Pitre 09ded04b7e make unpack_object_header() non fatal 16 years ago
Nicolas Pitre 0e8189e270 close another possibility for propagating pack corruption 16 years ago
Alex Riesen aba13e7c05 git_pathdup: returns xstrdup-ed copy of the formatted path 16 years ago
Alex Riesen fe2d7776d5 Add git_snpath: a .git path formatting routine with output buffer 16 years ago
Alex Riesen 108bebeab3 Add mksnpath which allows you to specify the output buffer 16 years ago
Miklos Vajna eca35a25a9 Fix git branch -m for symrefs. 16 years ago
Jeff King f55527f802 rm: loosen safety valve for empty files 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 16 years ago
Jeff King 98fa473887 refactor handling of "other" files in ls-files and status 16 years ago
Nguyễn Thái Ngọc Duy 06aaaa0bf7 Extend index to save more flags 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Nanako Shiraishi 0433bcd9f0 config.c: make git_parse_long() static 16 years ago
Dmitry Potapov d2b0708e1a add have_git_dir() function 16 years ago
Junio C Hamano d79796bcf0 push: receiver end advertises refs from alternate repositories 17 years ago
Junio C Hamano 40c155ff14 push: prepare sender to receive extended ref information from the receiver 17 years ago
Junio C Hamano 90b4a71c49 is_directory(): a generic helper function 17 years ago
Junio C Hamano 394258190c git-add --intent-to-add (-N) 17 years ago
Junio C Hamano 913e0e99b6 unpack_trees(): protect the handcrafted in-core index from read_cache() 17 years ago
Alex Riesen 9188ed8962 Extend "checkout --track" DWIM to support more cases 17 years ago
Junio C Hamano 16ce2e4c8f index: future proof for "extended" index entries 17 years ago
Dmitry Potapov 43df4f86e0 teach index_fd to work with pipes 17 years ago
Alex Riesen 1ce4790bf5 Make use of stat.ctime configurable 17 years ago
Petr Baudis 81dc2307d0 git-mv: Keep moved index entries inact 17 years ago
Junio C Hamano 041aee31be builtin-add.c: restructure the code for maintainability 17 years ago
Junio C Hamano d14e7407b3 "needs update" considered harmful 17 years ago
Junio C Hamano 3f1b7b607a refresh-index: fix bitmask assignment 17 years ago
Nicolas Pitre ac9391093f restore legacy behavior for read_sha1_file() 17 years ago
Daniel Barkalow dc87183189 Only use GIT_CONFIG in "git config", not other programs 17 years ago
Miklos Vajna e46bbcf6e8 Move read_cache_unmerged() to read-cache.c 17 years ago
Miklos Vajna 0989fe9623 Move split_cmdline() to alias.c 17 years ago
Junio C Hamano 877f23ccb8 Teach "diff --check" about new blank lines at end 17 years ago
Junio C Hamano 8f8841e9c8 check_and_emit_line(): rename and refactor 17 years ago
Jeff King 2beebd22f4 clone: create intermediate directories of destination repo 17 years ago
Nicolas Pitre 99093238bb optimize verify-pack a bit 17 years ago
Jeff King 8e21d63b02 clone: create intermediate directories of destination repo 17 years ago
Nicolas Pitre 8eca0b47ff implement some resilience against pack corruptions 17 years ago
Johannes Sixt 25fe217b86 Windows: Treat Windows style path names. 17 years ago
しらいしななこ e4bffb5a1d config.c: make git_env_bool() static 17 years ago
しらいしななこ 78d0f5d210 environment.c: remove unused function 17 years ago
Linus Torvalds 044bbbcb63 Make git_dir a path relative to work_tree in setup_work_tree() 17 years ago
Linus Torvalds aafe9fbaf4 Add config option to enable 'fsync()' of object files 17 years ago