33 Commits (9e2c4fa5d381225f3cdb8e6578ff2a0b8080fa0d)

Author SHA1 Message Date
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 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
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Jeff King b2724c8787 use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Thomas Rast 1d999ddd1d daemon/shell: refactor redirection of 0/1/2 from /dev/null 12 years ago
Jonathan Nieder 35297089e5 shell: new no-interactive-login command to print a custom message 12 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Dima Sharov 2d9932cf67 shell: add missing initialization of argv0_path 14 years ago
Greg Brockman 9f29fe9a77 shell: Display errors from improperly-formatted command lines 15 years ago
Ramkumar Ramachandra 70256a3a67 shell: Rewrite documentation and improve error message 15 years ago
Greg Brockman e69164ddb9 Add interactive mode to git-shell for user-friendliness 15 years ago
Greg Brockman 2dbc887eaa Allow creation of arbitrary git-shell commands 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Erik Broes 79f72b9763 git-shell: Add 'git-upload-archive' to allowed commands. 16 years ago
Junio C Hamano 6ffaecc7d8 shell: do not play duplicated definition games to shrink the executable 17 years ago
Paolo Bonzini 0cfeed2e1d make git-shell paranoid about closed stdin/stdout/stderr 17 years ago
Junio C Hamano 1e7abc593d Revert "Build-in "git-shell"" 17 years ago
Junio C Hamano daa0cc9a92 Build-in "git-shell" 17 years ago
Junio C Hamano 4cfc24afc9 shell: do not play duplicated definition games to shrink the executable 17 years ago
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Dmitry Potapov 5b8e6f85f9 shrink git-shell by avoiding redundant dependencies 17 years ago
Junio C Hamano bc7c73e29c git-shell: accept "git foo" form 17 years ago
Junio C Hamano 0a47dc110e git-shell: accept "git foo" form 17 years ago
Scott R Parish e8f5d87056 shell should call the new setup_path() to setup $PATH 17 years ago
Johannes Schindelin 0c696fe7f4 Support cvs via git-shell 17 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano 9201c70742 Const tightening. 19 years ago
Michal Ostrowski 77cb17e940 Exec git programs without using PATH. 19 years ago
Junio C Hamano ab5f86275c shell.c: complain on insufficient arguments. 19 years ago
Linus Torvalds 35eb2d3641 Add git-shell. 19 years ago