index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utf8.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-01
refs: pass NULL to refs_resolve_refdup() if hash is not needed
René Scharfe
1
-2
/
+1
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
14
-38
/
+19
2017-09-24
refs: pass NULL to refs_resolve_ref_unsafe() if hash is not needed
René Scharfe
2
-4
/
+2
2017-09-24
refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
René Scharfe
2
-4
/
+8
2017-09-20
git-compat-util: make UNLEAK less error-prone
Jonathan Tan
1
-2
/
+2
2017-09-19
The eighth batch for 2.15
Junio C Hamano
1
-0
/
+58
2017-09-10
The seventh batch post 2.14
Junio C Hamano
1
-40
/
+17
2017-09-10
RelNotes: further fixes for 2.14.2 from the master front
Junio C Hamano
1
-0
/
+59
2017-09-10
wt-status: release strbuf after use in wt_longstatus_print_tracking()
Rene Scharfe
1
-0
/
+1
2017-09-10
refs/files-backend: add `refname`, not "HEAD", to list
Martin Ågren
1
-3
/
+10
2017-09-10
refs/files-backend: correct return value in lock_ref_for_update
Martin Ågren
1
-1
/
+1
2017-09-10
refs/files-backend: fix memory leak in lock_ref_for_update
Martin Ågren
1
-11
/
+20
2017-09-10
refs/files-backend: add longer-scoped copy of string to list
Martin Ågren
1
-4
/
+14
2017-09-10
commit-tree: do not complete line in -F input
Ross Kabus
1
-1
/
+0
2017-09-08
files_transaction_finish(): delete reflogs before references
Michael Haggerty
1
-14
/
+21
2017-09-08
packed-backend: rip out some now-unused code
Michael Haggerty
2
-201
/
+0
2017-09-08
files_ref_store: use a transaction to update packed refs
Michael Haggerty
2
-33
/
+103
2017-09-08
t1404: demonstrate two problems with reference transactions
Michael Haggerty
1
-0
/
+73
2017-09-08
files_initial_transaction_commit(): use a transaction for packed refs
Michael Haggerty
1
-10
/
+19
2017-09-08
prune_refs(): also free the linked list
Michael Haggerty
1
-4
/
+10
2017-09-08
files_pack_refs(): use a reference transaction to write packed refs
Michael Haggerty
1
-7
/
+17
2017-09-08
packed_delete_refs(): implement method
Michael Haggerty
2
-2
/
+45
2017-09-08
packed_ref_store: implement reference transactions
Michael Haggerty
2
-3
/
+319
2017-09-08
struct ref_transaction: add a place for backends to store data
Michael Haggerty
1
-0
/
+1
2017-09-08
packed-backend: don't adjust the reference count on lock/unlock
Michael Haggerty
1
-5
/
+5
2017-09-08
load_subtree(): check that `prefix_len` is in the expected range
Michael Haggerty
1
-1
/
+4
2017-09-08
shortlog: skip format/parse roundtrip for internal traversal
Jeff King
1
-21
/
+35
2017-09-08
add UNLEAK annotation for reducing leak false positives
Jeff King
9
-1
/
+51
2017-09-08
merge-recursive: change current file dir string_lists to hashmap
Kevin Willford
2
-13
/
+46
2017-09-08
builtin/merge: honor commit-msg hook for merges
Stefan Beller
2
-4
/
+68
2017-09-07
pull: honor submodule.recurse config option
Nicolas Morey-Chaisemartin
2
-0
/
+36
2017-09-07
pull: fix cli and config option parsing order
Nicolas Morey-Chaisemartin
1
-2
/
+2
2017-09-07
config: remove git_config_maybe_bool
Martin Ågren
3
-10
/
+0
2017-09-07
hashmap: add API to disable item counting when threaded
Jeff Hostetler
6
-40
/
+88
2017-09-07
git_extract_argv0_path: do nothing without RUNTIME_PREFIX
Jeff King
1
-14
/
+19
2017-09-07
system_path: move RUNTIME_PREFIX to a sub-function
Jeff King
1
-12
/
+21
2017-09-07
Documentation: mention that `eol` can change the dirty status of paths
Ben Boeckel
1
-1
/
+4
2017-09-07
wt-status: release strbuf after use in read_rebase_todolist()
Rene Scharfe
1
-0
/
+1
2017-09-07
vcs-svn: release strbuf after use in end_revision()
Rene Scharfe
1
-0
/
+1
2017-09-07
utf8: release strbuf on error return in strbuf_utf8_replace()
Rene Scharfe
1
-1
/
+2
2017-09-07
userdiff: release strbuf after use in userdiff_get_textconv()
Rene Scharfe
1
-0
/
+1
2017-09-07
transport-helper: release strbuf after use in process_connect_service()
Rene Scharfe
1
-0
/
+1
2017-09-07
sequencer: release strbuf after use in save_head()
Rene Scharfe
1
-1
/
+4
2017-09-07
shortlog: release strbuf after use in insert_one_record()
Rene Scharfe
1
-0
/
+1
2017-09-07
sha1_file: release strbuf on error return in index_path()
Rene Scharfe
1
-3
/
+3
2017-09-07
send-pack: release strbuf on error return in send_pack()
Rene Scharfe
1
-1
/
+4
2017-09-07
remote: release strbuf after use in set_url()
Rene Scharfe
1
-3
/
+3
2017-09-07
remote: release strbuf after use in migrate_file()
Rene Scharfe
1
-0
/
+1
2017-09-07
remote: release strbuf after use in read_remote_branches()
Rene Scharfe
1
-0
/
+1
2017-09-07
refs: release strbuf on error return in write_pseudoref()
Rene Scharfe
1
-1
/
+1
[next]