index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-objects.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
refs: move the remaining ref module declarations to refs.h
Michael Haggerty
10
-91
/
+109
2015-06-22
initial_ref_transaction_commit(): check for ref D/F conflicts
Michael Haggerty
1
-0
/
+34
2015-06-22
initial_ref_transaction_commit(): check for duplicate refs
Michael Haggerty
1
-0
/
+11
2015-06-22
refs: remove some functions from the module's public interface
Michael Haggerty
2
-37
/
+24
2015-06-22
initial_ref_transaction_commit(): function for initial ref creation
Michael Haggerty
3
-4
/
+75
2015-06-22
repack_without_refs(): make function private
Michael Haggerty
2
-12
/
+8
2015-06-22
prune_refs(): use delete_refs()
Michael Haggerty
1
-8
/
+17
2015-06-22
prune_remote(): use delete_refs()
Michael Haggerty
1
-9
/
+2
2015-06-22
delete_refs(): bail early if the packed-refs file cannot be rewritten
Michael Haggerty
1
-3
/
+22
2015-06-22
delete_refs(): make error message more generic
Michael Haggerty
1
-1
/
+1
2015-06-22
delete_refs(): new function for the refs API
Michael Haggerty
3
-20
/
+27
2015-06-22
delete_ref(): handle special case more explicitly
Michael Haggerty
1
-2
/
+9
2015-06-22
remove_branches(): remove temporary
Michael Haggerty
1
-2
/
+1
2015-06-22
delete_ref(): move declaration to refs.h
Michael Haggerty
3
-4
/
+13
2015-06-11
Second half of seventh batch
Junio C Hamano
1
-0
/
+28
2015-06-05
Git 2.4.3
v2.4.3
Junio C Hamano
4
-3
/
+80
2015-06-05
The first half of the seventh batch for 2.5
Junio C Hamano
1
-0
/
+14
2015-06-01
Sixth batch for 2.5 cycle
Junio C Hamano
1
-1
/
+50
2015-06-01
suppress errors on missing UNINTERESTING links
Jeff King
1
-1
/
+1
2015-06-01
silence broken link warnings with revs->ignore_missing_links
Jeff King
3
-2
/
+17
2015-06-01
add quieter versions of parse_{tree,commit}
Jeff King
4
-6
/
+16
2015-06-01
completion: suggest sequencer commands for revert
Thomas Braun
1
-0
/
+5
2015-05-29
glossary: add "remote", "submodule", "superproject"
Stefan Beller
1
-0
/
+16
2015-05-29
t5520: check reflog action in fast-forward merge
Paul Tan
1
-3
/
+10
2015-05-29
t5521: test --dry-run does not make any changes
Paul Tan
1
-0
/
+13
2015-05-29
t5520: test --rebase failure on unborn branch with index
Paul Tan
1
-0
/
+15
2015-05-29
t5520: test --rebase with multiple branches
Paul Tan
1
-0
/
+9
2015-05-29
t5520: test work tree fast-forward when fetch updates head
Paul Tan
1
-0
/
+21
2015-05-29
t5520: test for failure if index has unresolved entries
Paul Tan
1
-0
/
+19
2015-05-29
submodule doc: reorder introductory paragraphs
Stefan Beller
1
-28
/
+22
2015-05-28
xmmap(): drop "Out of memory?"
Junio C Hamano
1
-1
/
+1
2015-05-28
config.c: rewrite ENODEV into EISDIR when mmap fails
Jeff King
1
-0
/
+2
2015-05-28
config.c: avoid xmmap error messages
Jeff King
3
-6
/
+21
2015-05-28
config.c: fix mmap leak when writing config
Jeff King
1
-4
/
+5
2015-05-28
read-cache.c: drop PROT_WRITE from mmap of index
Jeff King
1
-1
/
+1
2015-05-28
p4: retrieve the right revision of the file in UTF-16 codepath
Miguel Torroja
1
-1
/
+1
2015-05-28
ref_transaction_commit(): do not capitalize error messages
Michael Haggerty
2
-9
/
+9
2015-05-28
verify_lock(): do not capitalize error messages
Michael Haggerty
1
-2
/
+2
2015-05-28
verify_lock(): report errors via a strbuf
Michael Haggerty
1
-7
/
+12
2015-05-27
diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT
Jeff King
4
-20
/
+20
2015-05-27
diff: accept color.diff.context as a synonym for "plain"
Jeff King
2
-2
/
+3
2015-05-27
t7063: hide stderr from setup inside prereq
Jeff King
1
-2
/
+6
2015-05-27
verify_lock(): on errors, let the caller unlock the lock
Michael Haggerty
1
-4
/
+4
2015-05-27
verify_lock(): return 0/-1 rather than struct ref_lock *
Michael Haggerty
1
-7
/
+14
2015-05-27
clone: reorder --dissociate and --reference options
Jeff King
1
-2
/
+2
2015-05-27
clone: use OPT_STRING_LIST for --reference
Jeff King
1
-11
/
+2
2015-05-27
diff.c: --ws-error-highlight=<kind> option
Junio C Hamano
4
-16
/
+179
2015-05-27
diff.c: add emit_del_line() and emit_context_line()
Junio C Hamano
1
-12
/
+38
2015-05-26
Git 2.4.2
v2.4.2
Junio C Hamano
4
-3
/
+49
2015-05-26
Fifth batch for 2.5 cycle
Junio C Hamano
1
-6
/
+28
[next]