516 Commits (13a39e2d865cbc8e1f6d6b71f54b7e4fdfd054a3)

Author SHA1 Message Date
Jonathan Nieder a3a32e7f08 cherry: split off function to print output lines 14 years ago
Jonathan Nieder 6e0332ec3e branch: split off function that writes tracking info and commit subject 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Nguyễn Thái Ngọc Duy b31d20227a init: remove unnecessary check 14 years ago
Eric Hanchrow 62270f6b0a branch_merged: fix grammar in warning 14 years ago
Jeff King a902618792 clone: die when trying to clone missing local path 14 years ago
Michael J Gruber 2485eab55c git-patch-id: do not trip over "no newline" markers 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
Chris Packham 3446a54c9a clone: fixup recurse_submodules option 14 years ago
Nguyễn Thái Ngọc Duy a2b7a3b3a9 diff: support --cached on unborn branches 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
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
Stephen Boyd 9ca1169fd9 parse-options: Don't call parse_options_check() so much 14 years ago
Aleksi Aalto 1d282327d7 status: show branchname with a configurable color 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Tay Ray Chuan 38a94bb6ba format-patch: page output with --stdout 15 years ago
Ilari Liusvaara 7851b1e60f remote-fd/ext: finishing touches after code review 15 years ago
Nguyễn Thái Ngọc Duy 1c7d402b3e clean: remove redundant variable baselen 15 years ago
Johan Herland 35d2fffdb8 Provide 'git merge --abort' as a synonym to 'git reset --merge' 15 years ago
Johan Herland 2a22c1b35d cmd_merge(): Parse options before checking MERGE_HEAD 15 years ago
Johan Herland 618cd75707 Provide 'git notes get-ref' to easily retrieve current notes ref 15 years ago
Johan Herland a6a09095a0 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" 15 years ago
Johan Herland 6cfd6a9dea git notes merge: --commit should fail if underlying notes ref has moved 15 years ago
Johan Herland 443259cf92 git notes merge: List conflicting notes in notes merge commit message 15 years ago
Johan Herland 6abb3655ef git notes merge: Manual conflict resolution, part 2/2 15 years ago
Johan Herland 809f38c8ab git notes merge: Manual conflict resolution, part 1/2 15 years ago
Johan Herland 3228e67120 git notes merge: Add automatic conflict resolvers (ours, theirs, union) 15 years ago
Johan Herland 2085b16aef git notes merge: Handle real, non-conflicting notes merges 15 years ago