325 Commits (9504f3d3d2e62cb6fba9e7c61c6fe69dec9053a4)

Author SHA1 Message Date
Christian Couder 6476b38b1f replace: use a GIT_NO_REPLACE_OBJECTS env variable 15 years ago
Jonathan Nieder 99caeed05d Let 'git <command> -h' show usage without a git dir 15 years ago
Jonathan Nieder fe9a215214 Retire fetch--tool helper to contrib/examples 15 years ago
Christian Couder b0fa7ab51b git: add --no-replace-objects option to disable replacing 15 years ago
Matthieu Moy 511a3fc116 wrap git's main usage string. 15 years ago
René Scharfe 53a1116c61 update-server-info: make builtin, use parseopt 15 years ago
Linus Torvalds 1088261f6f git-http-fetch: not a builtin 15 years ago
Johannes Sixt c024beb56d run_command: report failure to execute the program, but optionally don't 16 years ago
Johannes Sixt 0ac77ec315 run_command: report system call errors instead of returning error codes 16 years ago
Johannes Sixt 5709e0363a run_command: return exit code as positive value 16 years ago
Johannes Sixt 47e3de0e79 MinGW: truncate exit()'s argument to lowest 8 bits 16 years ago
Brandon Casey 6167c13657 git.c: avoid allocating one-too-many elements for new argv array 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Christian Couder 54b0c1e041 Add new "git replace" command 16 years ago
Junio C Hamano 633e3556cc build-in git-mktree 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Christian Couder 1bf072e366 bisect--helper: implement "git bisect--helper" 16 years ago
Markus Heidelberg 89a56bfbd3 add --html-path to get the location of installed HTML docs 16 years ago
Jeff King d8e96fd86d git: use run_command() to execute dashed externals 16 years ago
Jeff King f172f334fd git: s/run_command/run_builtin/ 16 years ago
Steffen Prohaska 2cd72b0b29 git_extract_argv0_path(): Move check for valid argv0 from caller to callee 16 years ago
Steve Haslam 4dd47c3b86 Refactor git_set_argv0_path() to git_extract_argv0_path() 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Adeodato Simó a907e1b6ec git.c: make autocorrected aliases work 16 years ago
Johannes Schindelin cca1704897 git wrapper: Make while loop more reader-friendly 16 years ago
Alex Riesen 7be77de266 Make chdir failures visible 16 years ago
Scott Chacon 11920d28da Add a built-in alias for 'stage' to the 'add' command 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Deskin Miller dc4179f9a7 maint: check return of split_cmdline to avoid bad config strings 16 years ago
Dotan Barak e8eec71d6e Use xmalloc() and friends to catch allocation failures 16 years ago
Junio C Hamano be5908aed3 receive-pack: make it a builtin 16 years ago
Johannes Schindelin 8af84dadb1 git wrapper: DWIM mistyped commands 16 years ago
Nguyễn Thái Ngọc Duy 4f38f6b5ba diff*: fix worktree setup 16 years ago
Junio C Hamano 1e7abc593d Revert "Build-in "git-shell"" 16 years ago
Junio C Hamano daa0cc9a92 Build-in "git-shell" 16 years ago
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Junio C Hamano 107623239a Revert "make git-status use a pager" 17 years ago
Miklos Vajna 1c7b76be7d Build in merge 17 years ago
Jeff King 4e10738a93 Allow per-command pager config 17 years ago
Miklos Vajna 0989fe9623 Move split_cmdline() to alias.c 17 years ago
Junio C Hamano 7550be0a2b Prepare execv_git_cmd() for removal of builtins from the filesystem 17 years ago
Johannes Sixt 23326d14ed Windows: Strip ".exe" from the program name. 17 years ago
René Scharfe 2d35d556e2 Ignore .gitattributes in bare repositories 17 years ago
Teemu Likonen b7d9681974 Print info about "git help COMMAND" on git's main usage pages 17 years ago
Junio C Hamano 6304c29d51 diff-files: do not play --no-index games 17 years ago
Daniel Barkalow 8434c2f1af Build in clone 17 years ago
Bart Trojanowski c8af1de9cf make git-status use a pager 17 years ago
Junio C Hamano e85dc0a3c7 Accept git aliases outside a git repository 17 years ago
SZEDER Gábor af05d67939 Always set *nongit_ok in setup_git_directory_gently() 17 years ago