index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fast-import.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-20
Convert struct object to object_id
brian m. carlson
54
-256
/
+256
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
61
-253
/
+253
2015-11-20
object: introduce get_object_hash macro.
brian m. carlson
1
-0
/
+2
2015-11-20
ref_newer: convert to use struct object_id
brian m. carlson
4
-8
/
+8
2015-11-20
push_refs_with_export: convert to struct object_id
brian m. carlson
1
-4
/
+4
2015-11-20
get_remote_heads: convert to struct object_id
brian m. carlson
1
-10
/
+12
2015-11-20
parse_fetch: convert to use struct object_id
brian m. carlson
1
-6
/
+6
2015-11-20
add_sought_entry_mem: convert to struct object_id
brian m. carlson
1
-6
/
+8
2015-11-20
Convert struct ref to use object_id.
brian m. carlson
18
-151
/
+151
2015-11-20
sha1_file: introduce has_object_file helper.
brian m. carlson
2
-0
/
+8
2015-11-10
git-svn: improve rebase/mkdirs performance
Dair Grant
1
-8
/
+76
2015-11-06
Eleventh batch for 2.7
Junio C Hamano
1
-0
/
+10
2015-11-05
Git 2.6.3
v2.6.3
Junio C Hamano
4
-3
/
+115
2015-11-05
t5509: add basic tests for hideRefs
Lukas Fleischer
1
-0
/
+41
2015-11-05
hideRefs: add support for matching full refs
Lukas Fleischer
5
-16
/
+52
2015-11-05
upload-pack: strip refs before calling ref_is_hidden()
Lukas Fleischer
1
-3
/
+3
2015-11-05
config.txt: document the semantics of hideRefs with namespaces
Lukas Fleischer
1
-0
/
+8
2015-11-04
gc: remove garbage .idx files from pack dir
Doug Kelly
2
-1
/
+22
2015-11-04
t5304: test cleaning pack garbage
Doug Kelly
1
-0
/
+21
2015-11-04
Tenth batch for 2.7
Junio C Hamano
1
-0
/
+28
2015-11-03
daemon: plug memory leak
René Scharfe
1
-0
/
+1
2015-11-03
run-command: factor out child_process_clear()
René Scharfe
3
-6
/
+17
2015-11-02
http: use off_t to store partial file size
Jeff King
1
-4
/
+4
2015-11-02
http.c: use CURLOPT_RANGE for range requests
David Turner
2
-22
/
+12
2015-11-01
checkout: add --progress option
Edmundo Carmona Antoranz
2
-2
/
+18
2015-11-01
mailinfo: fix passing wrong address to git_mailinfo_config
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-11-01
show-branch: use argv_array for default arguments
René Scharfe
1
-16
/
+8
2015-11-01
wt-status: use skip_prefix() to get rid of magic string length constants
René Scharfe
1
-21
/
+15
2015-11-01
wt-status: don't skip a magical number of characters blindly
René Scharfe
1
-1
/
+1
2015-11-01
wt-status: avoid building bogus branch name with detached HEAD
René Scharfe
2
-7
/
+10
2015-11-01
wt-status: exit early using goto in wt_shortstatus_print_tracking()
René Scharfe
1
-8
/
+5
2015-11-01
t7060: add test for status --branch on a detached HEAD
René Scharfe
1
-0
/
+14
2015-10-30
blame: allow blame --reverse --first-parent when it makes sense
Max Kirillov
2
-3
/
+31
2015-10-30
blame: extract find_single_final
Max Kirillov
1
-12
/
+17