index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2014-08-21
convert: drop arguments other than 'path' from would_convert_to_git()
Steffen Prohaska
-4
/
+3
2014-08-21
pretty: note that %cd respects the --date= option
Thomas Braun
-1
/
+1
2014-08-21
http: style fixes for curl_multi_init error check
Jeff King
-4
/
+2
2014-08-20
intersect_paths: respect mode in git's tree-sort
Jeff King
-1
/
+45
2014-08-20
imap-send.c: imap_folder -> imap_server_conf.folder
Bernhard Reiter
-5
/
+5
2014-08-20
run-command: inline prepare_run_command_v_opt()
René Scharfe
-16
/
+8
2014-08-20
run-command: call run_command_v_opt_cd_env() instead of duplicating it
René Scharfe
-3
/
+1
2014-08-20
run-command: introduce child_process_init()
René Scharfe
-6
/
+20
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
-107
/
+60
2014-08-19
Makefile: make perf tests optional for profile build
Jeff King
-1
/
+5
2014-08-18
make config --add behave correctly for empty and NULL values
Tanay Abhra
-2
/
+22
2014-08-18
subtree: make "all" default target of Makefile
Jeff King
-1
/
+4
2014-08-18
diff: shortcut for diff'ing two binary SHA-1 objects
Nguyễn Thái Ngọc Duy
-0
/
+23
2014-08-18
diff --stat: mark any file larger than core.bigfilethreshold binary
Nguyễn Thái Ngọc Duy
-11
/
+27
2014-08-18
diff.c: allow to pass more flags to diff_populate_filespec
Nguyễn Thái Ngọc Duy
-9
/
+13
2014-08-18
sha1_file.c: do not die failing to malloc in unpack_compressed_entry
Nguyễn Thái Ngọc Duy
-1
/
+9
2014-08-18
wrapper.c: introduce gentle xmallocz that does not die()
Nguyễn Thái Ngọc Duy
-16
/
+53
2014-08-18
fetch: silence git-gc if --quiet is given
Nguyễn Thái Ngọc Duy
-0
/
+2
2014-08-18
fetch: convert argv_gc_auto to struct argv_array
Nguyễn Thái Ngọc Duy
-4
/
+4
2014-08-18
git-imap-send: simplify tunnel construction
Bernhard Reiter
-3
/
+2
2014-08-18
http.c: die if curl_*_init fails
Bernhard Reiter
-1
/
+5
2014-08-18
turn path macros into inline function
René Scharfe
-6
/
+22
2014-08-18
clean: use f(void) instead of f() to declare a pointer to a function without ...
René Scharfe
-1
/
+1
2014-08-15
Git 2.1
v2.1.0
Junio C Hamano
-1
/
+6
2014-08-15
config.mak.uname: add hint on uname_R for MacOS X
Junio C Hamano
-0
/
+4
2014-08-15
config.mak.uname: set NO_APPLE_COMMON_CRYPTO on older systems
Kyle J. McKay
-0
/
+1
2014-08-13
tests: fix negated test_i18ngrep calls
Johannes Sixt
-6
/
+6
2014-08-13
builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`
Tanay Abhra
-7
/
+5
2014-08-13
merge-recursive.c: replace `git_config()` with `git_config_get_int()`
Tanay Abhra
-16
/
+6
2014-08-13
ll-merge.c: refactor `read_merge_config()` to use `git_config_string()`
Tanay Abhra
-17
/
+6
2014-08-13
fast-import.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
-23
/
+21
2014-08-13
unpack-trees: use 'cuddled' style for if-else cascade
Jonathan Nieder
-8
/
+4
2014-08-13
unpack-trees: simplify 'all other failures' case
Stefan Beller
-10
/
+2
2014-08-13
mailsplit.c: remove dead code
Stefan Beller
-11
/
+6
2014-08-12
Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op
Sergey Organov
-5
/
+2
2014-08-12
pack-objects: turn off bitmaps when we see --shallow lines
Jeff King
-0
/
+40
2014-08-12
builtin/blame.c: add translation to warning about failed revision walk
Stefan Beller
-1
/
+1
2014-08-12
prepare_revision_walk(): check for return value in all places
Stefan Beller
-3
/
+7
2014-08-11
utf8.c: fix strbuf_utf8_replace() consuming data beyond input string
Nguyễn Thái Ngọc Duy
-0
/
+10
2014-08-11
mv: flatten error handling code block
Nguyễn Thái Ngọc Duy
-18
/
+16
2014-08-11
mv: mark strings for translations
Nguyễn Thái Ngọc Duy
-1
/
+1
2014-08-10
clone.c: don't leak memory in cmd_clone
Stefan Beller
-0
/
+2
2014-08-10
remote.c: don't leak the base branch name in format_tracking_info
Stefan Beller
-3
/
+3
2014-08-10
read-cache: check for leading symlinks when refreshing index
René Scharfe
-0
/
+51
2014-08-10
Merge branch 'master' of git://ozlabs.org/~paulus/gitk
Junio C Hamano
-323
/
+341
2014-08-08
Git 2.1-rc2
v2.1.0-rc2
Junio C Hamano
-1
/
+1
2014-08-08
Documentation: git-init: flesh out example
Linus Arver
-0
/
+2
2014-08-08
Documentation: git-init: template directory: reword and cross-reference
Linus Arver
-3
/
+2
2014-08-08
Documentation: git-init: reword parenthetical statements
Linus Arver
-2
/
+2
2014-08-08
Documentation: git-init: --separate-git-dir: clarify
Linus Arver
-6
/
+6
[prev]
[next]