541 Commits (e337a04de298f8c3e64ee1a187423203406b9bae)

Author SHA1 Message Date
Junio C Hamano e337a04de2 index-pack: --verify 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 14 years ago
Junio C Hamano 7218a215ef index-pack: group the delta-base array entries also by type 14 years ago
Michael J Gruber 6e7293e3ed git-add: make -A description clearer vs. -u 14 years ago
Eric Hanchrow 62270f6b0a branch_merged: fix grammar in warning 14 years ago
Jonathan Nieder b3c0494aa9 checkout: add missing const to describe_detached_head 14 years ago
Libor Pechacek b09c53a3e3 Sanity-check config variable names 14 years ago
Michael J Gruber 2485eab55c git-patch-id: do not trip over "no newline" markers 14 years ago
Martin von Zweigbergk ac49f5ca84 rerere "remaining" 14 years ago
Johan Herland 53c403116a push.default: Rename 'tracking' to 'upstream' 14 years ago
Jay Soffian 65969d43d1 merge: honor prepare-commit-msg hook 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Michael J Gruber 8547090c92 commit,status: describe -u likewise 14 years ago
Michael J Gruber 08918e4a38 add: describe --patch like checkout, reset 14 years ago
Michael J Gruber 3f40617566 commit,merge,tag: describe -m likewise 14 years ago
Michael J Gruber 5027fa864d clone,init: describe --template using the same wording 14 years ago
Michael J Gruber ba9d7fe11c commit,status: describe --porcelain just like push 14 years ago
Michael J Gruber 726c4e3d42 commit,tag: use same wording for -F 14 years ago
Jonathan Nieder dab0d4108d correct type of EMPTY_TREE_SHA1_BIN 14 years ago
René Scharfe 6390c905dc repo-config: add deprecation warning 14 years ago
Chris Packham 3446a54c9a clone: fixup recurse_submodules option 14 years ago
Jonathan Nieder f8bd36a433 checkout: rearrange update_refs_for_switch for clarity 14 years ago
Junio C Hamano 32669671c7 checkout: introduce --detach synonym for "git checkout foo^{commit}" 14 years ago
Jonathan Nieder 09ebad6fae checkout: split off a function to peel away branchname arg 14 years ago
Nguyễn Thái Ngọc Duy c879daa237 Make hash-object more robust against malformed objects 14 years ago
Nguyễn Thái Ngọc Duy a2b7a3b3a9 diff: support --cached on unborn branches 14 years ago
Nguyễn Thái Ngọc Duy 1376e50723 grep: drop pathspec_matches() in favor of tree_entry_interesting() 14 years ago
Nguyễn Thái Ngọc Duy e5e062b6dc grep: use writable strbuf from caller for grep_tree() 14 years ago
Nguyễn Thái Ngọc Duy 2ed2437a14 grep: use match_pathspec_depth() for cache/worktree grepping 14 years ago
Nguyễn Thái Ngọc Duy f34bbc15ce grep: convert to use struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy eb9cb55b94 Convert ce_path_match() to use struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy afe069d166 struct rev_info: convert prune_data to struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy 66f136252f Convert struct diff_options to use struct pathspec 14 years ago
Junio C Hamano ea6f0a23ac fsck: do not give up too early in fsck_dir() 14 years ago
Junio C Hamano a1cdc25172 fsck: drop unused parameter from traverse_one_object() 14 years ago
Jonathan Nieder 60a2e3320f remote-ext: do not segfault for blank lines 14 years ago
Matthieu Moy 3f14246899 commit: suggest --amend --reset-author to fix commiter identity 14 years ago
Junio C Hamano 0cb6ad3c3d checkout: fix bug with ambiguous refs 14 years ago
Jonathan Nieder 67ac1e1d57 cherry-pick/revert: add support for -X/--strategy-option 14 years ago
Nguyễn Thái Ngọc Duy 835183603b Remove all logic from get_git_work_tree() 14 years ago
Nguyễn Thái Ngọc Duy e6aea2dba2 setup: limit get_git_work_tree()'s to explicit setup case only 14 years ago
Junio C Hamano 4c28e4ada0 commit: die before asking to edit the log message 14 years ago
Thiago Farina 834d9eb6b7 builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. 14 years ago
Thiago Farina fcbc0d8e82 builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. 14 years ago
Junio C Hamano b361888dd5 thread-utils.h: simplify the inclusion 14 years ago
Anders Kaseorg d1645d02de describe: Delay looking up commits until searching for an inexact match 14 years ago
Anders Kaseorg 3cfa4db322 describe: Store commit_names in a hash table by commit SHA1 14 years ago
Anders Kaseorg 1e1ade1833 describe: Do not use a flex array in struct commit_name 14 years ago
Anders Kaseorg 56a5f3afa7 describe: Use for_each_rawref 14 years ago
Jonathan Nieder 309be813c9 update-index: migrate to parse-options API 14 years ago