index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-15
read-cache.c: mark a private file-scope symbol as static
Junio C Hamano
2
-2
/
+1
2012-09-15
strbuf.c: mark a private file-scope symbol as static
Junio C Hamano
2
-15
/
+2
2012-09-15
sha1-array.c: mark a private file-scope symbol as static
Junio C Hamano
3
-5
/
+1
2012-09-15
symlinks.c: mark private file-scope symbols as static
Junio C Hamano
2
-4
/
+5
2012-09-15
notes.c: mark a private file-scope symbol as static
Junio C Hamano
2
-16
/
+12
2012-09-15
rerere.c: mark private file-scope symbols as static
Junio C Hamano
2
-2
/
+1
2012-09-15
graph.c: mark private file-scope symbols as static
Junio C Hamano
2
-29
/
+30
2012-09-15
diff.c: mark a private file-scope symbol as static
Junio C Hamano
2
-2
/
+1
2012-09-15
commit.c: mark a file-scope private symbol as static
Junio C Hamano
2
-3
/
+5
2012-09-15
builtin/notes.c: mark file-scope private symbols as static
Junio C Hamano
2
-4
/
+5
2012-09-14
Draft release notes to 1.8.0
Junio C Hamano
1
-0
/
+7
2012-09-14
Draft release notes to 1.7.12.1
Junio C Hamano
1
-47
/
+69
2012-09-14
Git 1.7.11.7
v1.7.11.7
Junio C Hamano
4
-3
/
+50
2012-09-15
l10n: zh.CN.po: msgmerge git.pot (1142t195f630u)
Jiang Xin
1
-451
/
+3954
2012-09-15
l10n: Update git.pot (825 new, 24 removed messages)
Jiang Xin
1
-426
/
+3724
2012-09-14
Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detectin...
Elia Pinto
1
-0
/
+9
2012-09-14
fetch: align per-ref summary report in UTF-8 locales
Nguyễn Thái Ngọc Duy
4
-10
/
+26
2012-09-14
The sixth batch for 1.8.0
Junio C Hamano
1
-0
/
+13
2012-09-14
log: document use of multiple commit limiting options
Junio C Hamano
1
-5
/
+18
2012-09-14
log --grep/--author: honor --all-match honored for multiple --grep patterns
Junio C Hamano
1
-0
/
+19
2012-09-14
grep: show --debug output only once
Michael J Gruber
1
-0
/
+1
2012-09-14
grep: teach --debug option to dump the parse tree
Junio C Hamano
4
-2
/
+96
2012-09-14
cherry-pick: don't forget -s on failure
Miklos Vajna
6
-65
/
+144
2012-09-14
Revert diffstat back to English
Nguyễn Thái Ngọc Duy
1
-6
/
+4
2012-09-13
attr: failure to open a .gitattributes file is OK with ENOTDIR
Junio C Hamano
1
-1
/
+1
2012-09-13
Documentation: describe subject more precisely
Jeremy White
7
-22
/
+31
2012-09-13
l10n: Update Swedish translation (1166t0f0u)
Peter Krefting
1
-342
/
+373
2012-09-12
Start merging the sixth batch for 1.8.0
Junio C Hamano
1
-33
/
+18
2012-09-12
Further merging in preparation for 1.7.12.1
Junio C Hamano
1
-0
/
+26
2012-09-12
fetch-pack: eliminate spurious error messages
Michael Haggerty
2
-7
/
+7
2012-09-12
cmd_fetch_pack(): simplify computation of return value
Michael Haggerty
1
-11
/
+10
2012-09-12
fetch-pack: report missing refs even if no existing refs were received
Michael Haggerty
2
-2
/
+2
2012-09-12
cmd_fetch_pack(): return early if finish_connect() fails
Michael Haggerty
1
-3
/
+3
2012-09-12
filter_refs(): simplify logic
Michael Haggerty
1
-19
/
+18
2012-09-12
filter_refs(): build refs list as we go
Michael Haggerty
1
-27
/
+4
2012-09-12
filter_refs(): delete matched refs from sought list
Michael Haggerty
3
-15
/
+25
2012-09-12
fetch_pack(): update sought->nr to reflect number of unique entries
Michael Haggerty
2
-15
/
+2
2012-09-12
filter_refs(): do not check the same sought_pos twice
Michael Haggerty
1
-1
/
+1
2012-09-12
Change fetch_pack() and friends to take string_list arguments
Michael Haggerty
3
-60
/
+51
2012-09-12
fetch_pack(): reindent function decl and defn
Michael Haggerty
2
-10
/
+10
2012-09-12
Rename static function fetch_pack() to http_fetch_pack()
Michael Haggerty
1
-2
/
+2
2012-09-12
t5500: add tests of fetch-pack --all --depth=N $URL $REF
Michael Haggerty
1
-0
/
+15
2012-09-12
t5500: add tests of error output for missing refs
Michael Haggerty
1
-0
/
+30
2012-09-12
api-string-list.txt: initialize the string_list the easy way
Michael Haggerty
1
-2
/
+1
2012-09-12
string_list: add a function string_list_longest_prefix()
Michael Haggerty
5
-0
/
+86
2012-09-12
string_list: add a new function, string_list_remove_duplicates()
Michael Haggerty
5
-0
/
+60
2012-09-12
string_list: add a new function, filter_string_list()
Michael Haggerty
5
-0
/
+96
2012-09-12
string_list: add two new functions for splitting strings
Michael Haggerty
7
-1
/
+213
2012-09-12
string_list: add function string_list_append_nodup()
Michael Haggerty
3
-8
/
+47
2012-09-12
ll-merge: warn about inability to merge binary files only when we can't
Junio C Hamano
1
-3
/
+4
[prev]
[next]