459 Commits (74f6e0505bb854db5b25ba977432471fed218a73)

Author SHA1 Message Date
Junio C Hamano b361888dd5 thread-utils.h: simplify the inclusion 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
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
Jonathan Nieder bc9b21755e pack-objects: mark file-local variable static 14 years ago
Michael J Gruber 81536b2dfa tag: factor out sig detection for tag display 14 years ago
Michael J Gruber e10dfb62ee tag: factor out sig detection for body edits 14 years ago
Michael J Gruber ac58c4c795 verify-tag: factor out signature detection 14 years ago
Jonathan Nieder f6ce1f2588 cherry-pick/revert: transparently refresh index 14 years ago
Jonathan Nieder 2d502e1f37 apply: handle patches with funny filename and colon in timezone 14 years ago
Federico Cuello cefd43b7f9 Fix git-apply with -p greater than 1 14 years ago
Jens Lehmann ccdd3da652 clone: Add the --recurse-submodules option as alias for --recursive 14 years ago
Štěpán Němec 9edb8a0f7b diff,difftool: Don't use the {0,2} notation in usage strings 14 years ago
Pat Notz 89ac1223c0 commit: --squash option for use with rebase --autosquash 14 years ago
Pat Notz d71b8ba7c9 commit: --fixup option for use with rebase --autosquash 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Matthieu Moy 8b3f3f84b2 Change "tracking branch" to "remote-tracking branch" 14 years ago
Matthieu Moy 0e615b252f Replace "remote tracking" with "remote-tracking" 14 years ago
Jeff King 24305cd700 apply: don't segfault on binary files with missing data 14 years ago
Nicolas Pitre 71064a956b make pack-objects a bit more resilient to repo corruption 14 years ago
Nguyễn Thái Ngọc Duy 9c7c27eeab update-index -h: show usage even with corrupt index 14 years ago
Nguyễn Thái Ngọc Duy da53eec688 merge -h: show usage even with corrupt index 14 years ago
Nguyễn Thái Ngọc Duy cbb3167ef8 ls-files -h: show usage even with corrupt index 14 years ago