index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bisect.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-10
fsck: simplify fsck_commit_buffer() by using commit_list_count()
René Scharfe
1
-16
/
+6
2014-07-10
commit: use commit_list_append() instead of duplicating its code
René Scharfe
1
-6
/
+1
2014-07-10
merge: simplify merge_trivial() by using commit_list_append()
René Scharfe
1
-6
/
+4
2014-07-10
use strbuf_addch for adding single characters
René Scharfe
3
-3
/
+3
2014-07-10
use strbuf_addbuf for adding strbufs
René Scharfe
4
-5
/
+5
2014-07-09
Sixth batch for 2.1
Junio C Hamano
1
-0
/
+18
2014-07-08
line-log: use commit_list_append() instead of duplicating its code
René Scharfe
1
-3
/
+1
2014-07-08
diff-tree: call free_commit_list() instead of duplicating its code
René Scharfe
1
-6
/
+2
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
1
-1
/
+1
2014-07-02
t7300: repair filesystem permissions with test_when_finished
Jeff King
1
-2
/
+2
2014-07-02
enums: remove trailing ',' after last item in enum
Ronnie Sahlberg
2
-2
/
+2
2014-06-27
gitk: Add visiblerefs option, which lists always-shown branches
Max Kirillov
1
-4
/
+6
2014-06-27
gitk: Catch mkdtemp errors
David Aguilar
1
-1
/
+3
2014-06-26
move "%G" format test from t7510 to t6006
Jeff King
2
-6
/
+6
2014-06-25
Fifth batch for 2.1
Junio C Hamano
1
-2
/
+14
2014-06-25
Git 2.0.1
v2.0.1
Junio C Hamano
4
-3
/
+119
2014-06-25
setup_git_env(): introduce git_path_from_env() helper
Jeff King
1
-9
/
+9
2014-06-20
Fourth batch for 2.1
Junio C Hamano
1
-0
/
+9
2014-06-20
http-push: refactor parsing of remote object names
Jeff King
1
-15
/
+23
2014-06-20
imap-send: use skip_prefix instead of using magic numbers
Tanay Abhra
1
-5
/
+1
2014-06-20
use skip_prefix to avoid repeated calculations
Jeff King
2
-8
/
+6
2014-06-20
git: avoid magic number with skip_prefix
Jeff King
1
-2
/
+2
2014-06-20
fetch-pack: refactor parsing in get_ack
Jeff King
1
-6
/
+9
2014-06-20
fast-import: refactor parsing of spaces
Jeff King
1
-13
/
+7
2014-06-20
stat_opt: check extra strlen call
Jeff King
1
-1
/
+2
2014-06-20
daemon: use skip_prefix to avoid magic numbers
Jeff King
1
-5
/
+6
2014-06-20
fast-import: use skip_prefix for parsing input
Jeff King
1
-72
/
+51
2014-06-20
use skip_prefix to avoid repeating strings
Jeff King
10
-54
/
+44
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
11
-131
/
+149
2014-06-20
transport-helper: avoid reading past end-of-string
Jeff King
1
-7
/
+7
2014-06-20
fast-import: fix read of uninitialized argv memory
Jeff King
1
-5
/
+8
2014-06-20
apply: use skip_prefix instead of raw addition
Jeff King
1
-2
/
+3
2014-06-20
refactor skip_prefix to return a boolean
Jeff King
18
-58
/
+73
2014-06-20
cleanup duplicate name_compare() functions
Jeremiah Mahler
5
-34
/
+15
2014-06-20
name-hash.c: replace cache_name_compare() with memcmp(3)
Jeremiah Mahler
1
-1
/
+1
2014-06-20
unique_path: fix unlikely heap overflow
Jeff King
1
-15
/
+26
2014-06-20
walker_fetch: fix minor memory leak
Jeff King
1
-9
/
+9
2014-06-20
merge: use argv_array when spawning merge strategy
Jeff King
1
-29
/
+13
2014-06-20
sequencer: use argv_array_pushf
Jeff King
1
-7
/
+2
2014-06-20
setup_git_env: use git_pathdup instead of xmalloc + sprintf
Jeff King
1
-8
/
+4
2014-06-20
use xstrfmt to replace xmalloc + strcpy/strcat
Jeff King
5
-23
/
+6
2014-06-20
use xstrfmt to replace xmalloc + sprintf
Jeff King
6
-41
/
+18
2014-06-20
use xstrdup instead of xmalloc + strcpy
Jeff King
3
-10
/
+4
2014-06-19
git-submodule.sh: avoid "echo" path-like values
Junio C Hamano
1
-8
/
+8
2014-06-19
git-submodule.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-12
/
+20
2014-06-19
use xstrfmt in favor of manual size calculations
Jeff King
2
-16
/
+7
2014-06-19
strbuf: add xstrfmt helper
Jeff King
2
-0
/
+28
2014-06-18
avoid using skip_prefix as a boolean
Jeff King
1
-1
/
+1
2014-06-18
daemon: mark some strings as const
Jeff King
1
-7
/
+7
2014-06-18
parse_diff_color_slot: drop ofs parameter
Jeff King
1
-10
/
+10
[next]