index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
revision.c: --all adds HEAD from all worktrees
Nguyễn Thái Ngọc Duy
6
-0
/
+60
2017-08-24
refs: remove dead for_each_*_submodule()
Nguyễn Thái Ngọc Duy
3
-48
/
+2
2017-08-24
refs.c: move for_each_remote_ref_submodule() to submodule.c
Nguyễn Thái Ngọc Duy
3
-8
/
+7
2017-08-24
revision.c: use refs_for_each*() instead of for_each_*_submodule()
Nguyễn Thái Ngọc Duy
3
-24
/
+39
2017-08-24
refs: add refs_head_ref()
Nguyễn Thái Ngọc Duy
2
-10
/
+15
2017-08-24
refs: move submodule slash stripping code to get_submodule_ref_store
Nguyễn Thái Ngọc Duy
1
-16
/
+17
2017-08-24
refs.c: refactor get_submodule_ref_store(), share common free block
Nguyễn Thái Ngọc Duy
1
-11
/
+6
2017-08-24
revision.c: --indexed-objects add objects from all worktrees
Nguyễn Thái Ngọc Duy
2
-0
/
+30
2017-08-24
revision.c: refactor add_index_objects_to_pending()
Nguyễn Thái Ngọc Duy
1
-6
/
+12
2017-08-24
refs.c: use is_dir_sep() in resolve_gitlink_ref()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-08-24
revision.h: new flag in struct rev_info wrt. worktree-related refs
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2017-08-24
The fourth batch post 2.14
Junio C Hamano
1
-21
/
+19
2017-08-23
Prepare for 2.14.2
Junio C Hamano
3
-2
/
+37
2017-08-23
The third batch post 2.14
Junio C Hamano
1
-0
/
+30
2017-08-22
The second batch post 2.14
Junio C Hamano
1
-0
/
+57
2017-08-20
doc: fix typo in sendemail.identity
Jeff King
1
-2
/
+2
2017-08-19
progress: simplify "delayed" progress API
Junio C Hamano
9
-18
/
+19
2017-08-19
commit: remove unused inline function single_parent()
René Scharfe
1
-5
/
+0
2017-08-18
Documentation/git-for-each-ref: clarify peeling of tags for --format
Michael J Gruber
1
-2
/
+3
2017-08-18
Documentation: use proper wording for ref format strings
Michael J Gruber
3
-6
/
+6
2017-08-18
git-grep: correct exit code with --quiet and -L
Anthony Sottile
2
-1
/
+6
2017-08-17
diff: retire sane_truncate_fn
Junio C Hamano
1
-5
/
+0
2017-08-17
files-backend: cheapen refname_available check when locking refs
Michael Haggerty
1
-4
/
+4
2017-08-17
t5526: fix some broken && chains
Heiko Voigt
1
-4
/
+4
2017-08-17
submodule.sh: remove unused variable
Stefan Beller
1
-1
/
+0
2017-08-16
commit: skip discarding the index if there is no pre-commit hook
Kevin Willford
1
-6
/
+9
2017-08-16
sub-process: print the cmd when a capability is unsupported
Christian Couder
1
-2
/
+2
2017-08-15
sha1_file: make read_info_alternates static
Stefan Beller
2
-2
/
+2
2017-08-15
t1002: stop using sum(1)
René Scharfe
2
-35
/
+35
2017-08-15
doc: clarify "config --bool" behaviour with empty string
Andreas Heiduk
2
-6
/
+7
2017-08-15
stash: prevent warning about null bytes in input
Kevin Daudt
1
-2
/
+9
2017-08-14
rebase: turn on progress option by default for format-patch
Kevin Willford
2
-0
/
+7
2017-08-14
format-patch: have progress option while generating patches
Kevin Willford
2
-0
/
+14
2017-08-14
tree-walk: convert fill_tree_descriptor() to object_id
René Scharfe
8
-23
/
+23
2017-08-14
hook: use correct logical variable
Kaartic Sivaraam
1
-1
/
+1
2017-08-12
http: use a feature check to enable GSSAPI delegation control
Tom G. Christensen
1
-3
/
+3
2017-08-12
http: fix handling of missing CURLPROTO_*
Tom G. Christensen
1
-1
/
+3
2017-08-12
stash: clean untracked files before reset
Nicolas Morey-Chaisemartin
2
-5
/
+23
2017-08-12
sha1_file: remove read_packed_sha1()
Jonathan Tan
1
-25
/
+1
2017-08-11
sha1_file: set whence in storage-specific info fn
Jonathan Tan
1
-7
/
+6
2017-08-11
The first batch of topics after the 2.14 cycle
Junio C Hamano
2
-1
/
+134
2017-08-11
sha1_file: release delta_stack on error in unpack_entry()
René Scharfe
1
-2
/
+3
2017-08-11
fsck: free buffers on error in fsck_obj()
René Scharfe
1
-11
/
+11
2017-08-10
strbuf: clear errno before calling getdelim(3)
René Scharfe
1
-0
/
+1
2017-08-10
win32: plug memory leak on realloc() failure in syslog()
René Scharfe
1
-0
/
+2
2017-08-10
merge: use skip_prefix()
René Scharfe
1
-2
/
+2
2017-08-10
t1200: remove t1200-tutorial.sh
Stefan Beller
1
-268
/
+0
2017-08-09
sha1_file: drop experimental GIT_USE_LOOKUP search
Jeff King
4
-238
/
+1
2017-08-09
hashcmp: use memcmp instead of open-coded loop
Jeff King
1
-8
/
+1
2017-08-09
apply: remove prefix_length member from apply_state
René Scharfe
2
-8
/
+5
[next]