362 Commits (088d880247dc7bb1a27f07e320bab7f9b63e06bc)

Author SHA1 Message Date
Štěpán Němec d0bb136630 Fix {update,checkout}-index usage strings 14 years ago
Štěpán Němec 884220653f Put a space between `<' and argument in pack-objects usage string 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Jonathan Nieder 79bc2af5ae commit-tree: free commit message before exiting 14 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 14 years ago
Jonathan Nieder 9173912be3 init: plug tiny one-time memory leak 14 years ago
Johannes Schindelin 8695353147 Fix typo in pack-objects' usage 14 years ago
Daniel Knittl-Frank 3695dc0af1 Improvements to `git checkout -h` 14 years ago
Brandon Casey 6355e505ba builtin/revert.c: don't dereference a NULL pointer 14 years ago
Junio C Hamano b294ed637d ls-tree $di $dir: do not mistakenly recurse into directories 14 years ago
Jan Krüger fb1bb96516 read-tree: deprecate syntax without tree-ish args 14 years ago
Brandon Casey f31dbdc7da builtin/fetch.c: comment that branch->remote_name is usable when has_merge 14 years ago
Ramkumar Ramachandra bda3b8ff17 merge: Make 'merge.log' an integer or boolean option 14 years ago
Ramkumar Ramachandra 96e9420cd3 merge: Make '--log' an integer option for number of shortlog entries 14 years ago
Ramkumar Ramachandra 1876166aaa fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len 14 years ago
Johannes Sixt 4ce6fb8058 fast-export: ensure that a renamed file is printed after all references 14 years ago
Elijah Newren 04df568be5 revert: Fix trivial comment style issue 14 years ago
Thiago Farina bdab6a59cf builtin/clean.c: Use STRING_LIST_INIT_NODUP. 14 years ago
Thiago Farina e78d01bf4e builtin/merge_recursive.c: Add an usage string and make use of it. 14 years ago
Matthieu Moy 5e65ee35dd Move "show_all_errors = 1" to setup_unpack_trees_porcelain() 14 years ago
Matthieu Moy e294030fe8 setup_unpack_trees_porcelain: take the whole options struct as parameter 14 years ago
Matthieu Moy dc1166e685 Move set_porcelain_error_msgs to unpack-trees.c and rename it 14 years ago
Johan Herland 1ee1e43df3 notes: Don't create (empty) commit when removing non-existing notes 14 years ago
Jens Lehmann 23b4c7bcc5 checkout: Use submodule.*.ignore settings from .git/config and .gitmodules 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 14 years ago
Ramkumar Ramachandra 2c642ed866 format-patch: Don't go over merge commits 14 years ago
Jay Soffian ea16a030aa for-each-ref: fix objectname:short bug 14 years ago
Justin Frankel 58a1ece478 merge-recursive --patience 14 years ago
Jonathan Nieder 712516bcac ll-merge: replace flag argument with options struct 14 years ago
Jonathan Nieder 635a7bb1d8 merge-recursive: expose merge options for builtin merge 14 years ago
Brandon Casey 3ee1757bae builtin/fetch.c: ignore merge config when not fetching from branch's remote 14 years ago
Johannes Schindelin 175f6e59f6 checkout: respect diff.ignoreSubmodules setting 14 years ago
Linus Torvalds 1fda91b511 Fix 'git log' early pager startup error case 14 years ago
Nguyễn Thái Ngọc Duy 24c61c44e6 clone: warn users --depth is ignored in local clones 14 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 14 years ago
Ævar Arnfjörð Bjarmason a4941a81c8 reset: suggest what to do upon "git reset --mixed <paths>" 14 years ago
Jonathan Nieder 5a12c8864b apply: handle traditional patches with space in filename 14 years ago
Jonathan Nieder bb7306b5a3 apply: split quoted filename handling into new function 14 years ago
Ramkumar Ramachandra 09a0ec58ce builtin/checkout: Fix message when switching to an existing branch 14 years ago
Jonathan Nieder 2102440c17 fmt-merge-msg -m to override merge title 14 years ago
Jonathan Nieder a1e0ad78b7 merge-base --independent to print reduced parent list in a merge 14 years ago
Jonathan Nieder aa8f98c1bf merge-base --octopus to mimic show-branch --merge-base 14 years ago
Jonathan Nieder b81f925f70 merge: do not mistake (ancestor of) tag for branch 14 years ago
Jonathan Nieder 52b48ef1e4 merge: let custom strategies intervene in trivial merges 14 years ago
Nguyễn Thái Ngọc Duy 3668d42383 merge-file: run setup_git_directory_gently() sooner 14 years ago
Nguyễn Thái Ngọc Duy 2bc8c1a8a6 var: run setup_git_directory_gently() sooner 14 years ago
Nguyễn Thái Ngọc Duy f0ef6a6eff ls-remote: run setup_git_directory_gently() sooner 14 years ago
Nguyễn Thái Ngọc Duy e0fce074fc index-pack: run setup_git_directory_gently() sooner 14 years ago
Nguyễn Thái Ngọc Duy 3ba7e6e29a config: run setup_git_directory_gently() sooner 14 years ago