707 Commits (c88d18fff82c66526136f7b2aebe578238841190)

Author SHA1 Message Date
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
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 14 years ago
Ilari Liusvaara 7851b1e60f remote-fd/ext: finishing touches after code review 14 years ago
Nguyễn Thái Ngọc Duy 1c7d402b3e clean: remove redundant variable baselen 14 years ago
Johan Herland 35d2fffdb8 Provide 'git merge --abort' as a synonym to 'git reset --merge' 14 years ago
Johan Herland 2a22c1b35d cmd_merge(): Parse options before checking MERGE_HEAD 14 years ago
Johan Herland 618cd75707 Provide 'git notes get-ref' to easily retrieve current notes ref 14 years ago
Johan Herland a6a09095a0 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" 14 years ago
Johan Herland 6cfd6a9dea git notes merge: --commit should fail if underlying notes ref has moved 14 years ago
Johan Herland 443259cf92 git notes merge: List conflicting notes in notes merge commit message 14 years ago
Johan Herland 6abb3655ef git notes merge: Manual conflict resolution, part 2/2 14 years ago
Johan Herland 809f38c8ab git notes merge: Manual conflict resolution, part 1/2 14 years ago
Johan Herland 3228e67120 git notes merge: Add automatic conflict resolvers (ours, theirs, union) 14 years ago
Johan Herland 2085b16aef git notes merge: Handle real, non-conflicting notes merges 14 years ago
Johan Herland 56881843d4 builtin/notes.c: Refactor creation of notes commits. 14 years ago
Johan Herland 75ef3f4a5c git notes merge: Initial implementation handling trivial merges only 14 years ago
Johan Herland 8ef313e1ec builtin/notes.c: Split notes ref DWIMmery into a separate function 14 years ago
Johan Herland 180619a585 notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond 14 years ago
Nguyễn Thái Ngọc Duy 71567e3287 clean: avoid quoting twice 14 years ago
René Scharfe 6e565345e8 verify-tag: document --verbose 14 years ago
René Scharfe 3927142561 branch: improve --verbose description 14 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Clemens Buchacher 172b6428d0 do not overwrite untracked during merge from unborn branch 14 years ago
Nguyễn Thái Ngọc Duy 0188f6b3c1 add: do not rely on dtype being NULL behavior 14 years ago