index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mt/send-email-cc-match-fix'
Junio C Hamano
2013-06-14
2
-8
/
+90
|
\
|
*
test-send-email: test for pre-sanitized self name
Michael S. Tsirkin
2013-06-05
1
-0
/
+5
|
*
t/send-email: test suppress-cc=self with non-ascii
Michael S. Tsirkin
2013-06-05
1
-0
/
+5
|
*
t/send-email: add test with quoted sender
Michael S. Tsirkin
2013-06-05
1
-0
/
+20
|
*
send-email: make --suppress-cc=self sanitize input
Michael S. Tsirkin
2013-06-05
1
-8
/
+15
|
*
t/send-email: test suppress-cc=self on cccmd
Michael S. Tsirkin
2013-06-05
1
-1
/
+3
|
*
send-email: fix suppress-cc=self on cccmd
Michael S. Tsirkin
2013-06-05
1
-1
/
+1
|
*
t/send-email.sh: add test for suppress-cc=self
Michael S. Tsirkin
2013-06-03
1
-0
/
+43
*
|
Merge branch 'bp/mediawiki-credential'
Junio C Hamano
2013-06-14
1
-57
/
+9
|
\
\
|
*
|
git-remote-mediawiki: use Git.pm functions for credentials
Benoit Person
2013-06-05
1
-57
/
+9
*
|
|
Merge branch 'mh/reflife'
Junio C Hamano
2013-06-14
15
-121
/
+229
|
\
\
\
|
*
|
|
refs: document the lifetime of the args passed to each_ref_fn
Michael Haggerty
2013-06-03
1
-6
/
+16
|
*
|
|
register_ref(): make a copy of the bad reference SHA-1
Michael Haggerty
2013-06-03
1
-2
/
+3
|
*
|
|
exclude_existing(): set existing_refs.strdup_strings
Michael Haggerty
2013-06-03
1
-1
/
+1
|
*
|
|
string_list_add_refs_by_glob(): add a comment about memory management
Michael Haggerty
2013-06-03
1
-0
/
+4
|
*
|
|
string_list_add_one_ref(): rename first parameter to "refname"
Michael Haggerty
2013-06-03
1
-3
/
+3
|
*
|
|
show_head_ref(): rename first parameter to "refname"
Michael Haggerty
2013-06-03
1
-2
/
+2
|
*
|
|
show_head_ref(): do not shadow name of argument
Michael Haggerty
2013-06-03
1
-2
/
+2
|
*
|
|
add_existing(): do not retain a reference to sha1
Michael Haggerty
2013-06-03
1
-3
/
+4
|
*
|
|
do_fetch(): clean up existing_refs before exiting
Michael Haggerty
2013-06-03
1
-5
/
+9
|
*
|
|
do_fetch(): reduce scope of peer_item
Michael Haggerty
2013-06-03
1
-3
/
+3
|
*
|
|
object_array_entry: fix memory handling of the name field
Michael Haggerty
2013-06-03
4
-7
/
+35
|
*
|
|
find_first_merges(): remove unnecessary code
Michael Haggerty
2013-05-28
1
-2
/
+1
|
*
|
|
find_first_merges(): initialize merges variable using initializer
Michael Haggerty
2013-05-28
1
-2
/
+1
|
*
|
|
fsck: don't put a void*-shaped peg in a char*-shaped hole
Michael Haggerty
2013-05-28
1
-1
/
+1
|
*
|
|
object_array_remove_duplicates(): rewrite to reduce copying
Michael Haggerty
2013-05-28
2
-12
/
+26
|
*
|
|
revision: use object_array_filter() in implementation of gc_boundary()
Michael Haggerty
2013-05-28
1
-17
/
+15
|
*
|
|
object_array: add function object_array_filter()
Michael Haggerty
2013-05-28
2
-0
/
+27
|
*
|
|
revision: split some overly-long lines
Michael Haggerty
2013-05-28
2
-17
/
+35
|
*
|
|
cmd_diff(): make it obvious which cases are exclusive of each other
Michael Haggerty
2013-05-28
1
-5
/
+4
|
*
|
|
cmd_diff(): rename local variable "list" -> "entry"
Michael Haggerty
2013-05-28
1
-4
/
+4
|
*
|
|
cmd_diff(): use an object_array for holding trees
Michael Haggerty
2013-05-28
1
-19
/
+18
|
*
|
|
builtin_diff_tree(): make it obvious that function wants two entries
Michael Haggerty
2013-05-28
1
-9
/
+10
|
*
|
|
add_rev_cmdline(): make a copy of the name argument
Michael Haggerty
2013-05-28
1
-1
/
+5
|
*
|
|
fetch: make own copies of refnames
Michael Haggerty
2013-05-28
1
-2
/
+2
|
*
|
|
describe: make own copy of refname
Michael Haggerty
2013-05-28
1
-2
/
+4
*
|
|
|
Merge branch 'kb/full-history-compute-treesame-carefully-2'
Junio C Hamano
2013-06-14
7
-91
/
+750
|
\
\
\
\
|
*
|
|
|
revision.c: make default history consider bottom commits
Kevin Bracey
2013-05-16
2
-7
/
+7
|
*
|
|
|
revision.c: don't show all merges for --parents
Kevin Bracey
2013-05-16
2
-9
/
+17
|
*
|
|
|
revision.c: discount side branches when computing TREESAME
Kevin Bracey
2013-05-16
3
-27
/
+164
|
*
|
|
|
revision.c: add BOTTOM flag for commits
Kevin Bracey
2013-05-16
2
-19
/
+18
|
*
|
|
|
simplify-merges: drop merge from irrelevant side branch
Kevin Bracey
2013-05-16
3
-15
/
+47
|
*
|
|
|
simplify-merges: never remove all TREESAME parents
Kevin Bracey
2013-05-16
3
-3
/
+73
|
*
|
|
|
t6012: update test for tweaked full-history traversal
Junio C Hamano
2013-05-16
1
-6
/
+23
|
*
|
|
|
revision.c: Make --full-history consider more merges
Kevin Bracey
2013-05-16
5
-47
/
+229
|
*
|
|
|
Documentation: avoid "uninteresting"
Kevin Bracey
2013-05-16
1
-2
/
+2
|
*
|
|
|
rev-list-options.txt: correct TREESAME for P
Kevin Bracey
2013-05-16
1
-2
/
+1
|
*
|
|
|
t6111: add parents to tests
Kevin Bracey
2013-05-16
1
-19
/
+19
|
*
|
|
|
t6111: allow checking the parents as well
Junio C Hamano
2013-05-16
1
-9
/
+21
|
*
|
|
|
t6111: new TREESAME test set
Kevin Bracey
2013-05-16
1
-0
/
+184
[next]