index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
grep.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
repository: introduce raw object store field
Stefan Beller
8
-17
/
+56
2018-03-23
repository.h: add comment and clarify repo_set_gitdir
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2018-03-05
repository: delete ignore_env member
Nguyễn Thái Ngọc Duy
2
-11
/
+0
2018-03-05
sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
Nguyễn Thái Ngọc Duy
4
-5
/
+9
2018-03-05
repository.c: delete dead functions
Nguyễn Thái Ngọc Duy
1
-25
/
+0
2018-03-05
repository.c: move env-related setup code back to environment.c
Nguyễn Thái Ngọc Duy
5
-25
/
+79
2018-03-05
repository: initialize the_repository in main()
Nguyễn Thái Ngọc Duy
3
-6
/
+16
2018-02-14
Second batch for 2.17
Junio C Hamano
1
-0
/
+77
2018-01-30
travis-ci: don't fail if user already exists on 32 bit Linux build job
SZEDER Gábor
1
-1
/
+7
2018-01-30
travis-ci: don't run the test suite as root in the 32 bit Linux build
SZEDER Gábor
2
-6
/
+26
2018-01-30
travis-ci: don't repeat the path of the cache directory
SZEDER Gábor
4
-6
/
+11
2018-01-30
travis-ci: use 'set -e' in the 32 bit Linux build job
SZEDER Gábor
1
-10
/
+10
2018-01-30
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
SZEDER Gábor
1
-0
/
+1
2018-01-30
git-svn: control destruction order to avoid segfault
Eric Wong
1
-0
/
+5
2018-01-30
doc: mention 'git show' defaults to HEAD
Todd Zullinger
1
-2
/
+2
2018-01-26
completion: fix completing merge strategies on non-C locales
Duy Nguyen
1
-1
/
+1
2018-01-25
daemon: fix length computation in newline stripping
Jeff King
2
-4
/
+17
2018-01-25
t/lib-git-daemon: add network-protocol helpers
Jeff King
2
-1
/
+58
2018-01-25
daemon: handle NULs in extended attribute string
Jeff King
2
-8
/
+9
2018-01-25
daemon: fix off-by-one in logging extended attributes
Jeff King
2
-2
/
+13
2018-01-25
t/lib-git-daemon: record daemon log
Jeff King
1
-4
/
+12
2018-01-25
Docs: split out long-running subprocess handshake
Jonathan Tan
4
-48
/
+61
2018-01-25
t5570: use ls-remote instead of clone for interp tests
Jeff King
1
-6
/
+3
2018-01-24
http-push: improve error log
Patryk Obara
1
-0
/
+4
2018-01-24
clang-format: adjust penalty for return type line break
Patryk Obara
1
-1
/
+1
2018-01-24
sequencer: run 'prepare-commit-msg' hook
Phillip Wood
4
-19
/
+61
2018-01-24
t7505: add tests for cherry-pick and rebase -i/-p
Phillip Wood
3
-4
/
+157
2018-01-24
t7505: style fixes
Phillip Wood
1
-6
/
+8
2018-01-24
mailinfo: avoid segfault when can't open files
Juan F. Codagnone
1
-4
/
+6
2018-01-24
read-cache: don't write index twice if we can't write shared index
Nguyễn Thái Ngọc Duy
2
-2
/
+22
2018-01-24
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
7
-86
/
+17
2018-01-23
First batch after 2.16
Junio C Hamano
1
-0
/
+65
2018-01-22
Use MOVE_ARRAY
SZEDER Gábor
9
-27
/
+19
2018-01-22
Git 2.16.1
v2.16.1
Junio C Hamano
3
-2
/
+13
2018-01-22
Start 2.17 cycle
Junio C Hamano
3
-2
/
+21
2018-01-22
t5601-clone: test case-conflicting files on case-insensitive filesystem
Eric Sunshine
1
-0
/
+17
2018-01-19
repository: pre-initialize hash algo pointer
brian m. carlson
1
-1
/
+1
2018-01-19
files_initial_transaction_commit(): only unlock if locked
Mathias Rav
1
-2
/
+1
2018-01-19
sha1_file: improve sha1_file_name() perfs
Christian Couder
1
-2
/
+2
2018-01-19
http: support omitting data from traces
Jonathan Tan
3
-8
/
+35
2018-01-19
http: support cookie redaction when tracing
Jonathan Tan
3
-0
/
+82
2018-01-19
cocci: use format keyword instead of a literal string
René Scharfe
1
-1
/
+2
2018-01-19
packfile: use get_be64() for large offsets
Derrick Stolee
2
-6
/
+3
2018-01-19
run-command.c: print new cwd in trace_run_command()
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2018-01-19
run-command.c: print env vars in trace_run_command()
Nguyễn Thái Ngọc Duy
3
-0
/
+109
2018-01-19
run-command.c: print program 'git' when tracing git_cmd mode
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2018-01-19
run-command.c: introduce trace_run_command()
Nguyễn Thái Ngọc Duy
1
-1
/
+17
2018-01-19
travis: run tests with GIT_TEST_SPLIT_INDEX
Thomas Gummerer
1
-0
/
+4
2018-01-19
split-index: don't write cache tree with null oid entries
Thomas Gummerer
4
-2
/
+24
2018-01-19
read-cache: fix reading the shared index for other repos
Thomas Gummerer
5
-15
/
+20
[next]