377 Commits (1d13e9f600986b7ced8db37a9a9c4967ee7ff9d5)

Author SHA1 Message Date
Jonathan Nieder aa8f98c1bf merge-base --octopus to mimic show-branch --merge-base 15 years ago
Jonathan Nieder b81f925f70 merge: do not mistake (ancestor of) tag for branch 15 years ago
Jonathan Nieder 52b48ef1e4 merge: let custom strategies intervene in trivial merges 15 years ago
Nguyễn Thái Ngọc Duy 3668d42383 merge-file: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy 2bc8c1a8a6 var: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy f0ef6a6eff ls-remote: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy e0fce074fc index-pack: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy 3ba7e6e29a config: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy 2cb60093e6 bundle: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy d1ea896290 apply: run setup_git_directory_gently() sooner 15 years ago
Jonathan Nieder 314eeb6e48 cherry-pick/revert: Use advise() for hints 15 years ago
Jonathan Nieder 981ff5c37a cherry-pick/revert: Use error() for failure message 15 years ago
Jonathan Nieder 2a41dfb03b Introduce advise() to print hints 15 years ago
Jonathan Nieder 130ab8ab9c Eliminate “Finished cherry-pick/revert” message 15 years ago
Daniel Johnson ed36854651 fetch: allow command line --tags to override config 15 years ago
Matthieu Moy 452c6d506b push: mention "git pull" in error message for non-fast forwards 15 years ago
Nelson Elhage 6e2a09d24b index-pack: Don't follow replace refs. 15 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 15 years ago
Diane Gasselin 23cbf11b5c merge-recursive: porcelain messages for checkout 15 years ago
Matthieu Moy 08353ebbab Turn unpack_trees_options.msgs into an array + enum 15 years ago
Greg Brockman ad9ac6db5d split_cmdline: Allow caller to access error string 15 years ago
Nguyễn Thái Ngọc Duy ff38d1a995 grep: run setup_git_directory_gently() sooner 15 years ago
Nguyễn Thái Ngọc Duy 773b69bf71 shortlog: run setup_git_directory_gently() sooner 15 years ago
René Scharfe 24aea03313 prune: allow --dry-run for -n and --verbose for -v 15 years ago
René Scharfe e93487d2f0 notes: allow --dry-run for -n and --verbose for -v 15 years ago
Jens Lehmann 302ad7a993 Submodules: Use "ignore" settings from .gitmodules too for diff and status 15 years ago
Jonathan Nieder 49cc460d88 Allow "check-ref-format --branch" from subdirectory 15 years ago
Jonathan Nieder cfbe22f03f check-ref-format: handle subcommands in separate functions 15 years ago
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 15 years ago
Jonathan Nieder 672d1b789b rerere: migrate to parse-options API 15 years ago
Jonathan Nieder 18b037a5b6 ll-merge: let caller decide whether to renormalize 15 years ago
Sverre Rabbelier 57210a678a config: add --local option 15 years ago
Nguyễn Thái Ngọc Duy 3f8099fce7 Revert "rehabilitate 'git index-pack' inside the object store" 15 years ago
Thomas Rast 8497421715 ls-files: learn a debugging dump format 15 years ago
Jared Hance 8a883b0260 builtin/push.c: remove useless temporary variable 15 years ago
Jonathan Nieder dcbeac48a7 checkout, commit: remove confusing assignments to rev.abbrev 15 years ago
Stephen Boyd 49bb1f2ac6 commit: remove full stop from usage help for -u 15 years ago
Matthieu Moy d3b9dd136e Clarify help message when no remote is specified in fetch/pull. 15 years ago
Thomas Rast 5d314759d7 Cast execl*() NULL sentinels to (char *) 15 years ago
Christian Couder ad98a58b3d blame: use find_commit_subject() instead of custom code 15 years ago
Christian Couder dfe7effe7d revert: rename variables related to subject in get_message() 15 years ago
Christian Couder 11af2aaed6 revert: refactor code to find commit subject in find_commit_subject() 15 years ago
Christian Couder 2c048a3038 revert: fix off by one read when searching the end of a commit subject 15 years ago
Junio C Hamano 18cdf802ca Teach "apply --index-info" to handle rename patches 15 years ago
Jared Hance 07de4eba60 Add -e/--exclude to git-clean. 15 years ago
Elijah Newren 7f40ab0916 fast-export: Add a --full-tree option 15 years ago
Elijah Newren 4087a02e45 fast-export: Fix dropping of files with --import-marks and path limiting 15 years ago
Christian Couder f29b5e06b3 revert: improve success message by adding abbreviated commit sha1 15 years ago
Christian Couder 3b2c5b6df4 revert: don't print "Finished one cherry-pick." if commit failed 15 years ago
Christian Couder 5df16453d4 revert: refactor commit code into a new run_git_commit() function 15 years ago