index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
convert ewah/bitmap code to use xmalloc
Jeff King
4
-30
/
+11
2016-02-22
diff_populate_gitlink: use a strbuf
Jeff King
1
-8
/
+8
2016-02-22
transport_anonymize_url: use xstrfmt
Jeff King
1
-5
/
+3
2016-02-22
git-compat-util: drop mempcpy compat code
Jeff King
1
-9
/
+0
2016-02-22
sequencer: simplify memory allocation of get_message
Jeff King
1
-19
/
+10
2016-02-22
test-path-utils: fix normalize_path_copy output buffer size
Jeff King
1
-11
/
+4
2016-02-22
fetch-pack: simplify add_sought_entry
Jeff King
1
-18
/
+9
2016-02-22
fast-import: simplify allocation in start_packfile
Jeff King
1
-4
/
+1
2016-02-22
write_untracked_extension: use FLEX_ALLOC helper
Jeff King
1
-5
/
+4
2016-02-22
prepare_{git,shell}_cmd: use argv_array
Jeff King
3
-53
/
+39
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
25
-53
/
+56
2016-02-22
convert trivial cases to FLEX_ARRAY macros
Jeff King
17
-82
/
+35
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
15
-25
/
+17
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
34
-64
/
+75
2016-02-22
convert manual allocations to argv_array
Jeff King
7
-76
/
+43
2016-02-22
argv-array: add detach function
Jeff King
3
-0
/
+19
2016-02-22
add helpers for allocating flex-array structs
Jeff King
1
-0
/
+62
2016-02-22
harden REALLOC_ARRAY and xcalloc against size_t overflow
Jeff King
2
-1
/
+5
2016-02-19
tree-diff: catch integer overflow in combine_diff_path allocation
Jeff King
2
-4
/
+4
2016-02-19
add helpers for detecting size_t overflow
Jeff King
1
-0
/
+34
2016-02-19
reflog_expire_cfg: NUL-terminate pattern field
Jeff King
1
-5
/
+3
2016-02-05
Git 2.7.1
v2.7.1
Junio C Hamano
4
-3
/
+91
2016-01-27
git-svn: fix auth parameter handling on SVN 1.9.0+
Eric Wong
1
-2
/
+6
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
7
-4
/
+62
2016-01-26
completion: update completion arguments for stash
Paul Wagland
1
-3
/
+14
2016-01-26
completion: complete show-branch "--date-order"
Paul Wagland
1
-1
/
+1
2016-01-26
completion: add missing git-rebase options
John Keeping
1
-2
/
+6
2016-01-25
mingw: avoid linking to the C library's isalpha()
Johannes Sixt
2
-6
/
+8
2016-01-25
t6300: use test_atom for some un-modern tests
Jeff King
1
-52
/
+10
2016-01-25
resolve_gitlink_ref: ignore non-repository paths
Jeff King
3
-14
/
+43
2016-01-25
clean: make is_git_repository a public function
Jeff King
3
-26
/
+37
2016-01-21
diff: make -O and --output work in subdirectory
Duy Nguyen
6
-8
/
+21
2016-01-21
diff-no-index: do not take a redundant prefix argument
Nguyễn Thái Ngọc Duy
3
-4
/
+4
2016-01-21
git-add doc: do not say working directory when you mean working tree
Lars Vogel
1
-1
/
+1
2016-01-21
completion: complete "diff --word-diff-regex="
Thomas Braun
1
-1
/
+1
2016-01-20
contrib/subtree: fix "subtree split" skipped-merge bug
Dave Ware
2
-2
/
+70
2016-01-19
filter-branch: resolve $commit^{tree} in no-index case
Jeff King
2
-1
/
+9
2016-01-19
test-lib: clarify and tighten SANITY
Junio C Hamano
1
-5
/
+13
2016-01-15
t0060: loosen overly strict expectations
Johannes Schindelin
1
-57
/
+21
2016-01-13
rebase: ignore failures from "gc --auto"
Jeff King
1
-1
/
+1
2016-01-13
receive-pack: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
merge: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
am: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
fetch: release pack files before garbage-collecting
Johannes Schindelin
2
-0
/
+15
2016-01-12
gitweb: squelch "uninitialized value" warning
Øyvind A. Holm
1
-1
/
+1
2016-01-12
t0060: verify that basename() and dirname() work as expected
Johannes Schindelin
2
-0
/
+169
2016-01-12
compat/basename.c: provide a dirname() compatibility function
Johannes Schindelin
2
-0
/
+46
2016-01-12
compat/basename: make basename() conform to POSIX
Johannes Schindelin
1
-3
/
+17
2016-01-12
Refactor skipping DOS drive prefixes
Johannes Schindelin
5
-22
/
+28
2016-01-11
Handle more file writes correctly in shared repos
Johannes Schindelin
2
-2
/
+2
[next]