2385 Commits (38678a15a2bf65580573a46e967c1d8d269965ae)

Author SHA1 Message Date
Aaron Schrab 5a7da2dca1 hooks: Add function to check if a hook exists 12 years ago
Zoltan Klinger f538a91e3c git-clean: Display more accurate delete messages 12 years ago
Junio C Hamano 3f4f4cc0da clone: do not export and unexport GIT_CONFIG 12 years ago
Nguyễn Thái Ngọc Duy 4dcb167fc3 fetch: add --unshallow for turning shallow repo into complete one 12 years ago
Nguyễn Thái Ngọc Duy 95b63f1ebb clone: forbid --bare --separate-git-dir <dir> 12 years ago
Antoine Pelisse e6bb5f78fb log: add log.mailmap configuration option 12 years ago
Antoine Pelisse ea57bc0d41 log: add --use-mailmap option 12 years ago
Antoine Pelisse ea02ffa385 mailmap: simplify map_user() interface 12 years ago
Ralf Thielow 51fb3a3dfa commit: make default of "cleanup" option configurable 12 years ago
Antoine Pelisse 3c020bd528 Use split_ident_line to parse author and committer 12 years ago
Adam Spiers 368aa52952 add git-check-ignore sub-command 12 years ago
Adam Spiers 512aaf9453 add.c: extract new die_if_path_beyond_symlink() for reuse 12 years ago
Adam Spiers 9d67b61f73 add.c: extract check_path_for_gitlink() from treat_gitlinks() for reuse 12 years ago
Adam Spiers 4b78d7bccd pathspec.c: rename newly public functions for clarity 12 years ago
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