index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common-main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
repository: drop `initialize_the_repository()`
Patrick Steinhardt
2024-04-18
1
-1
/
+1
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
grep: fix multibyte regex handling under macOS
Diomidis Spinellis
2022-08-26
1
-0
/
+1
*
usage.c: add a non-fatal bug() function to go with BUG()
Ævar Arnfjörð Bjarmason
2022-06-02
1
-0
/
+8
*
common-main.c: move non-trace2 exit() behavior out of trace2.c
Ævar Arnfjörð Bjarmason
2022-06-02
1
-4
/
+16
*
Merge branch 'en/keep-cwd'
Junio C Hamano
2022-01-05
1
-0
/
+4
|
\
|
*
setup: introduce startup_info->original_cwd
Elijah Newren
2021-12-09
1
-0
/
+4
*
|
common-main.c: call exit(), don't return
Ævar Arnfjörð Bjarmason
2021-12-07
1
-3
/
+6
|
/
*
common-main: delay trace2 initialization
Jeff King
2019-08-06
1
-4
/
+4
*
trace2: report peak memory usage of the process
Jeff Hostetler
2019-04-16
1
-1
/
+1
*
trace2: find exec-dir before trace2 initialization
Jeff Hostetler
2019-04-16
1
-2
/
+2
*
trace2: refactor setting process starting time
Jeff Hostetler
2019-04-16
1
-0
/
+2
*
trace2: collect Windows-specific process information
Jeff Hostetler
2019-02-23
1
-0
/
+1
*
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-2
/
+10
*
Merge branch 'dj/runtime-prefix'
Junio C Hamano
2018-05-08
1
-2
/
+2
|
\
|
*
exec_cmd: RUNTIME_PREFIX on some POSIX systems
Dan Jacques
2018-04-11
1
-2
/
+2
*
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
repository: initialize the_repository in main()
Nguyễn Thái Ngọc Duy
2018-03-05
1
-0
/
+2
*
attr: use hashmap for attribute dictionary
Brandon Williams
2017-02-01
1
-0
/
+3
*
common-main: stop munging argv[0] path
Jeff King
2016-11-29
1
-1
/
+1
*
mingw: declare main()'s argv as const
Johannes Schindelin
2016-07-06
1
-7
/
+1
*
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-0
/
+2
*
common-main: call restore_sigpipe_to_default()
Jeff King
2016-07-02
1
-0
/
+23
*
common-main: call sanitize_stdfds()
Jeff King
2016-07-02
1
-1
/
+8
*
common-main: call git_extract_argv0_path()
Jeff King
2016-07-02
1
-0
/
+3
*
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-0
/
+12