515 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Jeff King 6854a8f5c9 common-main: stop munging argv[0] path 8 years ago
Junio C Hamano eb0224c617 archive: read local configuration 8 years ago
Junio C Hamano 3f0ec0687d mailinfo: read local configuration 8 years ago
Junio C Hamano 13092a916d cocci: refactor common patterns to use xstrdup_or_null() 8 years ago
Brandon Williams e77aa336f1 ls-files: optionally recurse into submodules 8 years ago
Brandon Williams 74866d7579 git: make super-prefix option 8 years ago
Jeff King 4a73aaaf18 patch-id: use RUN_SETUP_GENTLY 8 years ago
Ralf Thielow 2c6b6d9f7d help: make option --help open man pages only for Git commands 8 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 12e0437f23 common-main: call restore_sigpipe_to_default() 9 years ago
Jeff King 57f5d52a94 common-main: call sanitize_stdfds() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Jeff King 46c3cd44d7 setup: make startup_info available everywhere 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Alexander Kuleshov 63ca1c099c git.c: simplify stripping extension of a file in handle_builtin() 9 years ago
Junio C Hamano 8384c139cb restore_env(): free the saved environment variable once we are done 9 years ago
Junio C Hamano 441981bc85 git: simplify environment save/restore logic 9 years ago
Junio C Hamano 2e1175d43d git: protect against unbalanced calls to {save,restore}_env() 9 years ago
Junio C Hamano 9d1d2b7fad git: remove an early return from save_env_before_alias() 9 years ago
Nguyễn Thái Ngọc Duy 57ea7123c8 git.c: make sure we do not leak GIT_* to alias scripts 9 years ago
Nguyễn Thái Ngọc Duy 86d26f240f setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when .. 9 years ago
Nguyễn Thái Ngọc Duy 0d5466d244 git.c: make it clear save_env() is for alias handling only 9 years ago
John Keeping cbd9fc2366 interpret-trailers: allow running outside a repository 9 years ago
Stefan Beller 74703a1e4d submodule: rewrite `module_list` shell function in C 9 years ago
Paul Tan 783d7e865e builtin-am: remove redirection to git-am.sh 10 years ago
Paul Tan 73c2779f42 builtin-am: implement skeletal builtin am 10 years ago
Eric Sunshine 0ca560cb97 checkout: require worktree unconditionally 10 years ago
Nguyễn Thái Ngọc Duy df0b6cfbda worktree: new place for "git prune --worktrees" 10 years ago
Paul Tan 1e1ea69fa4 pull: implement skeletal builtin pull 10 years ago
Karthik Nayak 6a536e2076 git: treat "git -C '<path>'" as a no-op when <path> is empty 10 years ago
Alexander Kuleshov 8fa7975b07 git: make was_alias and done_help non-static 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Alexander Kuleshov 50fea42ef5 git.c: remove unnecessary #includes 10 years ago
Dennis Kaarsemaker 3473ad0cf6 checkout: don't require a work tree when checking out into a new one 10 years ago
Slavomir Vlcek c4f901d159 builtin: move builtin retrieval to get_builtin() 10 years ago
Christian Couder 6634f05454 trailer: add interpret-trailers command 10 years ago
Patrick Reynolds 7559a1be8a unblock and unignore SIGPIPE 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
René Scharfe 4d3ab44d26 use xgetcwd() to set $GIT_DIR 11 years ago
Karsten Blees 578da0391a git: add performance tracing for git's main() function to debug scripts 11 years ago
Michael J Gruber d07b00b7f3 verify-commit: scriptable commit signature verification 11 years ago
Jeff King 6d87780399 git: avoid magic number with skip_prefix 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Nguyễn Thái Ngọc Duy c0562611c5 git potty: restore environments after alias expansion 11 years ago
Luis R. Rodriguez 27bd38d4e5 git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusive 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Sebastian Schuberth c6127fa3e2 builtin/help.c: speed up is_git_command() by checking for builtin commands first 11 years ago
Sebastian Schuberth 3f784a4dcb git.c: consistently use the term "builtin" instead of "internal command" 11 years ago