460 Commits (aba56c89b21ebe64f38c521c0962c45eb4d23749)

Author SHA1 Message Date
Christian Couder 6634f05454 trailer: add interpret-trailers command 10 years ago
Patrick Reynolds 7559a1be8a unblock and unignore SIGPIPE 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 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
Nguyễn Thái Ngọc Duy 069c053222 add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
John Keeping 816b2c04c9 peek-remote: remove deprecated alias of ls-remote 11 years ago
John Keeping 925ceccf05 tar-tree: remove deprecated command 11 years ago
John Keeping eb8e7e1d9a repo-config: remove deprecated alias for "git config" 11 years ago
Stefan Beller a1bbc6c017 repack: rewrite the shell script in C 12 years ago
Nazri Ramliy 44e1e4d67d git: run in a directory given with -C option 12 years ago
Thomas Rast a11c39646c git: ensure 0/1/2 are open in main() 12 years ago
Nguyễn Thái Ngọc Duy 93d9353716 parse_pathspec: accept :(icase)path syntax 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Eric Sunshine 226ad3482a builtin: add git-check-mailmap command 12 years ago
Nguyễn Thái Ngọc Duy 6035d6aad8 fetch-pack: prepare updated shallow file before fetching the pack 12 years ago
Ramsay Jones 84d32bf767 sparse: Fix mingw_main() argument number/type errors 12 years ago
Philip Oakley 73903d0bcb help: mention -a and -g option, and 'git help <concept>' usage. 12 years ago
Kevin Bracey 03a0fb0ccf git.c: make usage match manual page 12 years ago
Kevin Bracey 421a976945 Translate git_more_info_string consistently 12 years ago
Jeff King 2cd83d10bb setup: suppress implicit "." work-tree for bare repos 12 years ago
Adam Spiers 368aa52952 add git-check-ignore sub-command 12 years ago
Jeff King 823ab40fd4 add global --literal-pathspecs option 12 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Javier Roucher Iglesias e30b2feb1b add 'git credential' plumbing command 13 years ago
Jeff King 816fb46be6 move git_version_string into version.c 13 years ago
Nguyễn Thái Ngọc Duy 7e29b8254f Add column layout skeleton and git-column 13 years ago
Nguyễn Thái Ngọc Duy 9665627d8c i18n: help: mark strings for translation 13 years ago
Clemens Buchacher 10c6cddd92 dashed externals: kill children on exit 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Jeff King 1bc01efed1 upload-archive: use start_command instead of fork 13 years ago
Jeff King 92058e4d3e support pager.* for external commands 14 years ago
Jon Seymour 24c512803d bisect: add support for bisecting bare repositories 14 years ago
Junio C Hamano c6d72c4972 Revert clock-skew based attempt to optimize tag --contains traversal 14 years ago
Josh Triplett a1bea2c1fc ref namespaces: infrastructure 14 years ago
Jeff King 188c35e36d git skew: a tool to find how big a clock skew exists in the history 14 years ago
David Aguilar 26b052515d git: Remove handling for GIT_PREFIX 14 years ago
Junio C Hamano 73546c085d handle_options(): do not miscount how many arguments were used 14 years ago
Jon Seymour f2dd8c3799 git: add --info-path and --man-path options 14 years ago
Michael J Gruber 7cf16a14f5 handle_alias: provide GIT_PREFIX to !alias 14 years ago