index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linear-assignment.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-13
Tenth batch for 2.20
Junio C Hamano
1
-0
/
+98
2018-11-07
approxidate: fix NULL dereference in date_time()
Jeff King
2
-1
/
+2
2018-11-06
Ninth batch for 2.20
Junio C Hamano
1
-2
/
+57
2018-11-06
completion: use __gitcomp_builtin for format-patch
Duy Nguyen
2
-10
/
+14
2018-11-06
refresh_index: remove unnecessary calls to preload_index()
Ben Peart
4
-4
/
+4
2018-11-05
xdiff-interface: drop parse_hunk_header()
Jeff King
2
-48
/
+0
2018-11-05
range-diff: use a hunk callback
Jeff King
1
-1
/
+9
2018-11-05
diff: convert --check to use a hunk callback
Jeff King
1
-8
/
+12
2018-11-05
combine-diff: use an xdiff hunk callback
Jeff King
1
-31
/
+36
2018-11-05
diff: use hunk callback for word-diff
Jeff King
2
-7
/
+8
2018-11-05
diff: discard hunk headers for patch-ids earlier
Jeff King
1
-6
/
+2
2018-11-05
diff: avoid generating unused hunk header lines
Jeff King
4
-3
/
+18
2018-11-05
poll: use GetTickCount64() to avoid wrap-around issues
Steve Hoelzer
1
-4
/
+8
2018-11-05
tree-walk.c: fix overoptimistic inclusion in :(exclude) matching
Nguyễn Thái Ngọc Duy
2
-3
/
+25
2018-11-05
sequencer.c: remove a stray semicolon
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-05
git-worktree.txt: correct linkgit command name
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-02
add: speed up cmd_add() by utilizing read_cache_preload()
Ben Peart
1
-5
/
+4
2018-11-02
remote: make add_missing_tags() linear
Derrick Stolee
1
-1
/
+33
2018-11-02
test-reach: test get_reachable_subset
Derrick Stolee
2
-4
/
+82
2018-11-02
commit-reach: implement get_reachable_subset
Derrick Stolee
2
-0
/
+82
2018-11-02
send-email: avoid empty transfer encoding header
Aaron Lindsay
2
-1
/
+16
2018-11-02
pathspec: handle non-terminated strings with :(attr)
Jeff King
1
-0
/
+7
2018-11-02
approxidate: handle pending number for "specials"
Jeff King
2
-27
/
+34
2018-11-02
rev-list: handle flags for --indexed-objects
Jeff King
2
-6
/
+16
2018-11-02
xdiff-interface: provide a separate consume callback for hunks
Jeff King
6
-20
/
+48
2018-11-02
xdiff: provide a separate emit callback for hunks
Jeff King
5
-8
/
+27
2018-11-02
travis-ci: install packages in 'ci/install-dependencies.sh'
SZEDER Gábor
2
-27
/
+29
2018-11-02
tests: optionally skip `git rebase -p` tests
Johannes Schindelin
14
-36
/
+69
2018-11-02
t3418: decouple test cases from a previous `rebase -p` test case
Johannes Schindelin
1
-0
/
+1
2018-11-02
t3404: decouple some test cases from outcomes of previous test cases
Johannes Schindelin
1
-7
/
+8
2018-11-02
Eighth batch for 2.20
Junio C Hamano
1
-0
/
+6
2018-11-02
rebase: apply cocci patch
Junio C Hamano
1
-1
/
+1
2018-11-01
fetch: replace string-list used as a look-up table with a hashmap
Junio C Hamano
1
-46
/
+100
2018-11-01
rev-parse: clear --exclude list after 'git rev-parse --all'
Andreas Gruenbacher
2
-0
/
+13
2018-11-01
fetch-pack: be more precise in parsing v2 response
Jonathan Tan
2
-0
/
+62
2018-11-01
sequencer: use read_author_script()
Phillip Wood
1
-76
/
+21
2018-11-01
add read_author_script() to libgit
Phillip Wood
3
-84
/
+110
2018-11-01
am: rename read_author_script()
Phillip Wood
1
-2
/
+2
2018-11-01
am: improve author-script error reporting
Phillip Wood
1
-10
/
+39
2018-11-01
am: don't die in read_author_script()
Phillip Wood
1
-1
/
+2
2018-10-31
t/helper: add test-submodule-nested-repo-config
Antonio Ospite
5
-0
/
+67
2018-10-31
submodule: support reading .gitmodules when it's not in the working tree
Antonio Ospite
7
-7
/
+216
2018-10-31
read_istream_pack_non_delta(): document input handling
Jeff King
1
-0
/
+9
2018-10-31
ls-remote: pass heads/tags prefixes to transport
Jeff King
2
-0
/
+14
2018-10-31
ls-remote: do not send ref prefixes for patterns
Jeff King
2
-8
/
+9
2018-10-31
cat-file: handle streaming failures consistently
Jeff King
1
-4
/
+12
2018-10-31
check_stream_sha1(): handle input underflow
Jeff King
2
-1
/
+21
2018-10-31
t1450: check large blob in trailing-garbage test
Jeff King
1
-2
/
+2
2018-10-31
mingw: fix isatty() after dup2()
Johannes Schindelin
2
-0
/
+15
2018-10-31
mingw: unset PERL5LIB by default
Johannes Schindelin
3
-1
/
+70
[next]