2435 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
Adam Spiers 6f525e7100 add.c: move pathspec matchers into new pathspec.c for reuse 12 years ago
Adam Spiers f8a1113b47 add.c: remove unused argument from validate_pathspec() 12 years ago
Adam Spiers c04318e46a dir.c: keep track of where patterns came from 12 years ago
Adam Spiers c082df2453 dir.c: use a single struct exclude_list per source of excludes 12 years ago
Jens Lehmann 9be1980bb9 clone: support atomic operation with --separate-git-dir 12 years ago
Junio C Hamano 7952ea66e7 format-patch: give --reroll-count a short synonym -v 12 years ago
Antoine Pelisse 3e4141d08c merge: Honor prepare-commit-msg return code 12 years ago
Nguyễn Thái Ngọc Duy 5ee29aefac format-patch: pick up branch description when no ref is specified 12 years ago
Nguyễn Thái Ngọc Duy 20b630aae9 format-patch: pick up correct branch name from symbolic ref 12 years ago
Nguyễn Thái Ngọc Duy 4b5553b5f3 branch: delete branch description if it's empty 12 years ago
Junio C Hamano 9bcbb1c218 merge --no-edit: do not credit people involved in the side branch 12 years ago
Adam Spiers 9013089c4a dir.c: rename path_excluded() to is_path_excluded() 12 years ago
Junio C Hamano 35ffe75831 merge-tree: fix d/f conflicts 12 years ago
Junio C Hamano 8dd15c6a90 merge-tree: add comments to clarify what these functions are doing 12 years ago
Junio C Hamano 3b8ff51b70 merge-tree: lose unused "resolve_directories" 12 years ago
Junio C Hamano b13112fa16 merge-tree: lose unused "flags" from merge_list 12 years ago
Junio C Hamano 5fe10fe80a format-patch: add --reroll-count=$N option 12 years ago
Junio C Hamano d28b5d47ab get_patch_filename(): split into two functions 12 years ago
Junio C Hamano 38ec23ac89 get_patch_filename(): drop "just-numbers" hack 12 years ago
Junio C Hamano 021f2f4c1a get_patch_filename(): simplify function signature 12 years ago
Junio C Hamano 68cb7b6f85 builtin/log.c: stop using global patch_suffix 12 years ago
Junio C Hamano ce37596c13 builtin/log.c: drop redundant "numbered_files" parameter from make_cover_letter() 12 years ago
Junio C Hamano 25a751f198 builtin/log.c: drop unused "numbered" parameter from make_cover_letter() 12 years ago
Matt Kraai 9dacffc040 Make lock local to fetch_pack 12 years ago
Matthew Daley bdd478d620 Fix sizeof usage in get_permutations 12 years ago
Steffen Prohaska 5b59708268 shortlog: fix wrapping lines of wraplen 12 years ago
Junio C Hamano fa2364ec34 Which merge_file() function do you mean? 12 years ago
Felipe Contreras f28e7c904a fast-export: make sure updated refs get updated 12 years ago
Felipe Contreras 49266e8a11 fast-export: don't handle uninteresting refs 12 years ago
Chris Rorvick b450568209 push: allow already-exists advice to be disabled 12 years ago
Chris Rorvick 1184564eac push: rename config variable for more general use 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Chris Rorvick b24e6047a8 push: add advice for rejected tag reference 12 years ago
Chris Rorvick 10643d4ec3 push: return reject reasons as a bitset 12 years ago
Felipe Contreras 2d242de4fd fast-export: trivial cleanup 12 years ago
Antoine Pelisse d1eded46fa Fix typo in remote set-head usage 12 years ago
Felipe Contreras 5d3698ffb4 fast-export: avoid importing blob marks 12 years ago
Jens Lehmann 53e4c5dcab Teach rm to remove submodules when given with a trailing '/' 12 years ago
Nguyễn Thái Ngọc Duy 170260ae90 pathspec: save the non-wildcard length part 12 years ago
Carlos Martín Nieto 962c38eedd config: don't segfault when given --path with a missing value 12 years ago
Jeff King d6991ceedc ident: keep separate "explicit" flags for author and committer 12 years ago
Jeff King afa8c07a26 checkout: print a message when switching unborn branches 12 years ago
Michael J Gruber 9dfc36841b replace: parse revision argument for -d 12 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 12 years ago
Karsten Blees 7349afd20e update-index/diff-index: use core.preloadindex to improve performance 12 years ago
Nguyễn Thái Ngọc Duy 745f7a8cac fetch-pack: move core code to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy f8eb3036d0 fetch-pack: remove global (static) configuration variable "args" 12 years ago
Nguyễn Thái Ngọc Duy f5d942e1ed send-pack: move core code to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Nguyễn Thái Ngọc Duy efc7df454e Move print_commit_list to libgit.a 12 years ago