index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'js/alias-early-config'
Junio C Hamano
2017-06-24
1
-51
/
+4
|
\
|
|
*
alias: use the early config machinery to expand aliases
Johannes Schindelin
2017-06-15
1
-51
/
+4
*
|
git: add hidden --list-builtins option
Jeff King
2017-06-05
1
-0
/
+12
|
/
*
Merge branch 'bw/recurse-submodules-relative-fix'
Junio C Hamano
2017-03-30
1
-2
/
+0
|
\
|
*
setup: allow for prefix to be passed to git commands
Brandon Williams
2017-03-17
1
-2
/
+0
*
|
rebase--helper: add a builtin helper for interactive rebases
Johannes Schindelin
2017-02-09
1
-0
/
+1
|
/
*
Merge branch 'sb/unpack-trees-super-prefix'
Junio C Hamano
2017-02-03
1
-1
/
+1
|
\
|
*
unpack-trees: support super-prefix option
Stefan Beller
2017-01-25
1
-1
/
+1
*
|
Merge branch 'js/difftool-builtin'
Junio C Hamano
2017-01-31
1
-0
/
+1
|
\
\
|
*
|
difftool: retire the scripted version
Johannes Schindelin
2017-01-19
1
-6
/
+1
|
*
|
difftool: add a skeleton for the upcoming builtin
Johannes Schindelin
2017-01-17
1
-0
/
+6
*
|
|
Merge branch 'jk/execv-dashed-external'
Junio C Hamano
2017-01-19
1
-21
/
+15
|
\
\
\
|
*
|
|
execv_dashed_external: wait for child on signal death
Jeff King
2017-01-09
1
-0
/
+1
|
*
|
|
execv_dashed_external: stop exiting with negative code
Jeff King
2017-01-09
1
-3
/
+7
|
*
|
|
execv_dashed_external: use child_process struct
Jeff King
2017-01-09
1
-18
/
+7
*
|
|
|
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
2017-01-19
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
grep: optionally recurse into submodules
Brandon Williams
2016-12-22
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'sb/submodule-embed-gitdir'
Junio C Hamano
2017-01-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
submodule helper: support super prefix
Stefan Beller
2016-12-09
1
-1
/
+1
*
|
|
Merge branch 'jk/common-main'
Junio C Hamano
2016-11-29
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
common-main: stop munging argv[0] path
Jeff King
2016-11-29
1
-0
/
+5
*
|
|
archive: read local configuration
Junio C Hamano
2016-11-22
1
-1
/
+1
*
|
|
mailinfo: read local configuration
Junio C Hamano
2016-11-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'jc/cocci-xstrdup-or-null'
Junio C Hamano
2016-10-26
1
-2
/
+1
|
\
\
|
*
|
cocci: refactor common patterns to use xstrdup_or_null()
Junio C Hamano
2016-10-12
1
-2
/
+1
|
|
/
*
|
Merge branch 'bw/ls-files-recurse-submodules'
Junio C Hamano
2016-10-26
1
-1
/
+26
|
\
\
|
*
|
ls-files: optionally recurse into submodules
Brandon Williams
2016-10-10
1
-1
/
+1
|
*
|
git: make super-prefix option
Brandon Williams
2016-10-10
1
-0
/
+25
*
|
|
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-22
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
patch-id: use RUN_SETUP_GENTLY
Jeff King
2016-09-14
1
-1
/
+1
*
|
|
Merge branch 'rt/help-unknown'
Junio C Hamano
2016-09-09
1
-1
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
help: make option --help open man pages only for Git commands
Ralf Thielow
2016-08-31
1
-1
/
+14
|
|
/
*
|
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-2
/
+0
*
|
common-main: call restore_sigpipe_to_default()
Jeff King
2016-07-02
1
-23
/
+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
-1
/
+1
*
|
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-2
/
+1
|
/
*
setup: make startup_info available everywhere
Jeff King
2016-03-07
1
-3
/
+0
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-9
/
+5
|
\
|
*
convert manual allocations to argv_array
Jeff King
2016-02-22
1
-9
/
+5
*
|
Merge branch 'ak/git-strip-extension-from-dashed-command'
Junio C Hamano
2016-02-26
1
-11
/
+15
|
\
\
|
*
|
git.c: simplify stripping extension of a file in handle_builtin()
Alexander Kuleshov
2016-02-22
1
-11
/
+15
*
|
|
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
2016-02-17
1
-18
/
+24
|
\
\
\
|
*
|
|
restore_env(): free the saved environment variable once we are done
Junio C Hamano
2016-02-03
1
-2
/
+4
|
*
|
|
git: simplify environment save/restore logic
Junio C Hamano
2016-01-28
1
-14
/
+13
|
*
|
|
git: protect against unbalanced calls to {save,restore}_env()
Junio C Hamano
2016-01-28
1
-0
/
+7
|
*
|
|
git: remove an early return from save_env_before_alias()
Junio C Hamano
2016-01-28
1
-2
/
+0
*
|
|
|
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
2016-01-20
1
-18
/
+23
|
\
|
|
|
|
|
_
|
/
|
/
|
|
[next]