index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shell.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shell: fix leaking strings
Patrick Steinhardt
2024-09-30
1
-3
/
+3
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2023-02-24
1
-1
/
+1
*
replace and remove run_command_v_opt()
René Scharfe
2022-10-30
1
-5
/
+12
*
Sync with 2.32.4
Taylor Blau
2022-10-06
1
-4
/
+30
|
\
|
*
shell: limit size of interactive commands
Jeff King
2022-10-01
1
-4
/
+30
*
|
builtins + test helpers: use return instead of exit() in cmd_*
Ævar Arnfjörð Bjarmason
2021-06-09
1
-1
/
+1
|
/
*
interactive: refactor code asking the user for interactive input
Johannes Schindelin
2020-04-10
1
-2
/
+2
*
shell: use skip_prefix() instead of starts_with()
René Scharfe
2019-11-27
1
-2
/
+2
*
Merge branch 'nd/command-list'
Junio C Hamano
2018-06-01
1
-0
/
+1
|
\
|
*
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+1
*
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
shell: drop git-cvsserver support by default
Jeff King
2017-09-12
1
-14
/
+0
*
Merge branch 'maint-2.8' into maint-2.9
Junio C Hamano
2017-05-05
1
-1
/
+1
|
\
|
*
Merge branch 'maint-2.7' into maint-2.8
Junio C Hamano
2017-05-05
1
-1
/
+1
|
|
\
|
|
*
shell: disallow repo names beginning with dash
Jeff King
2017-05-05
1
-1
/
+1
*
|
|
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-2
/
+0
*
|
|
common-main: call sanitize_stdfds()
Jeff King
2016-07-02
1
-7
/
+0
*
|
|
common-main: call git_extract_argv0_path()
Jeff King
2016-07-02
1
-2
/
+0
*
|
|
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-1
/
+1
|
/
/
*
/
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
/
*
use xstrfmt to replace xmalloc + strcpy/strcat
Jeff King
2014-06-20
1
-5
/
+1
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-1
/
+1
*
Merge branch 'tr/protect-low-3-fds'
Junio C Hamano
2013-07-22
1
-9
/
+3
|
\
|
*
daemon/shell: refactor redirection of 0/1/2 from /dev/null
Thomas Rast
2013-07-17
1
-9
/
+3
*
|
shell: new no-interactive-login command to print a custom message
Jonathan Nieder
2013-03-10
1
-0
/
+13
|
/
*
i18n: add infrastructure for translating Git with gettext
Ævar Arnfjörð Bjarmason
2011-12-06
1
-0
/
+2
*
shell: add missing initialization of argv0_path
Dima Sharov
2011-05-05
1
-0
/
+2
*
shell: Display errors from improperly-formatted command lines
Greg Brockman
2010-08-27
1
-3
/
+13
*
shell: Rewrite documentation and improve error message
Ramkumar Ramachandra
2010-08-24
1
-2
/
+5
*
Add interactive mode to git-shell for user-friendliness
Greg Brockman
2010-08-13
1
-8
/
+68
*
Allow creation of arbitrary git-shell commands
Greg Brockman
2010-08-13
1
-2
/
+42
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-1
/
+1
*
git-shell: Add 'git-upload-archive' to allowed commands.
Erik Broes
2009-04-11
1
-0
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-08-29
1
-0
/
+13
|
\
|
*
make git-shell paranoid about closed stdin/stdout/stderr
Paolo Bonzini
2008-08-29
1
-0
/
+13
*
|
Revert "Build-in "git-shell""
Junio C Hamano
2008-08-26
1
-0
/
+89
*
|
Build-in "git-shell"
Junio C Hamano
2008-08-20
1
-89
/
+0
*
|
shell: do not play duplicated definition games to shrink the executable
Junio C Hamano
2008-08-20
1
-8
/
+0
|
/
*
Record the command invocation path early
Johannes Sixt
2008-07-26
1
-2
/
+2
*
shrink git-shell by avoiding redundant dependencies
Dmitry Potapov
2008-06-28
1
-0
/
+8
*
git-shell: accept "git foo" form
Junio C Hamano
2008-06-27
1
-4
/
+13
*
shell should call the new setup_path() to setup $PATH
Scott R Parish
2007-10-30
1
-7
/
+1
*
Support cvs via git-shell
Johannes Schindelin
2007-10-16
1
-1
/
+26
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-1
/
+1
*
Const tightening.
Junio C Hamano
2006-03-05
1
-1
/
+1
*
Exec git programs without using PATH.
Michal Ostrowski
2006-01-14
1
-2
/
+5
*
shell.c: complain on insufficient arguments.
Junio C Hamano
2005-11-26
1
-2
/
+1
*
Add git-shell.
Linus Torvalds
2005-10-25
1
-0
/
+59