index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-21
line-log: avoid unnecessary full tree diffs
SZEDER Gábor
2
-7
/
+118
2019-08-21
line-log: extract pathspec parsing from line ranges into a helper function
SZEDER Gábor
1
-14
/
+18
2019-08-20
diff: skip GITLINK when lazy fetching missing objs
Jonathan Tan
2
-0
/
+32
2019-08-20
sha1-name: make sort_ambiguous_oid_array() thread-safe
René Scharfe
1
-6
/
+3
2019-08-20
parseopt: move definition of enum parse_opt_result up
René Scharfe
1
-9
/
+9
2019-08-20
packfile.h: drop extern from function declaration
Denton Liu
1
-1
/
+1
2019-08-20
t3800: make hash-size independent
brian m. carlson
1
-24
/
+25
2019-08-20
t3600: make hash size independent
brian m. carlson
1
-1
/
+3
2019-08-20
t3506: make hash independent
brian m. carlson
1
-2
/
+6
2019-08-20
t3430: avoid hard-coded object IDs
brian m. carlson
1
-8
/
+15
2019-08-20
t3404: abstract away SHA-1-specific constants
brian m. carlson
1
-11
/
+11
2019-08-20
t3306: abstract away SHA-1-specific constants
brian m. carlson
1
-24
/
+21
2019-08-20
t3305: make hash size independent
brian m. carlson
1
-16
/
+6
2019-08-20
t3301: abstract away SHA-1-specific constants
brian m. carlson
1
-50
/
+90
2019-08-20
t3206: abstract away hash size constants
brian m. carlson
1
-60
/
+167
2019-08-20
t3201: abstract away SHA-1-specific constants
brian m. carlson
1
-4
/
+4
2019-08-19
repository-layout.txt: correct pluralization of 'object'
Ben Milman
1
-1
/
+1
2019-08-19
sequencer: simplify root commit creation
Phillip Wood
1
-71
/
+4
2019-08-19
rebase -i: check for updated todo after squash and reword
Phillip Wood
2
-16
/
+47
2019-08-19
rebase -i: always update HEAD before rewording
Phillip Wood
4
-19
/
+27
2019-08-19
grep: under --debug, show whether PCRE JIT is enabled
Beat Bolli
1
-0
/
+7
2019-08-19
midx: switch to using the_hash_algo
brian m. carlson
1
-6
/
+5
2019-08-19
builtin/show-index: replace sha1_to_hex
brian m. carlson
1
-1
/
+1
2019-08-19
rerere: replace sha1_to_hex
brian m. carlson
1
-4
/
+4
2019-08-19
builtin/receive-pack: replace sha1_to_hex
brian m. carlson
1
-4
/
+4
2019-08-19
builtin/index-pack: replace sha1_to_hex
brian m. carlson
1
-2
/
+2
2019-08-19
packfile: replace sha1_to_hex
brian m. carlson
1
-2
/
+2
2019-08-19
wt-status: convert struct wt_status to object_id
brian m. carlson
3
-4
/
+4
2019-08-19
cache: remove null_sha1
brian m. carlson
4
-10
/
+3
2019-08-19
builtin/worktree: switch null_sha1 to null_oid
brian m. carlson
1
-1
/
+1
2019-08-19
builtin/repack: write object IDs of the proper length
brian m. carlson
1
-1
/
+1
2019-08-19
pack-write: use hash_to_hex when writing checksums
brian m. carlson
1
-4
/
+4
2019-08-19
sequencer: convert to use the_hash_algo
brian m. carlson
1
-3
/
+3
2019-08-19
bisect: switch to using the_hash_algo
brian m. carlson
1
-1
/
+1
2019-08-19
sha1-lookup: switch hard-coded constants to the_hash_algo
brian m. carlson
1
-4
/
+4
2019-08-19
config: use the_hash_algo in abbrev comparison
brian m. carlson
1
-1
/
+1
2019-08-19
combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algo
brian m. carlson
1
-1
/
+1
2019-08-19
bundle: switch to use the_hash_algo
brian m. carlson
1
-2
/
+2
2019-08-19
connected: switch GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson
1
-3
/
+4
2019-08-19
show-index: switch hard-coded constants to the_hash_algo
brian m. carlson
1
-5
/
+6
2019-08-19
blame: remove needless comparison with GIT_SHA1_HEXSZ
brian m. carlson
1
-1
/
+1
2019-08-19
builtin/rev-parse: switch to use the_hash_algo
brian m. carlson
1
-2
/
+3
2019-08-19
builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo
brian m. carlson
1
-3
/
+4
2019-08-19
builtin/receive-pack: switch to use the_hash_algo
brian m. carlson
1
-23
/
+21
2019-08-19
fetch-pack: use parse_oid_hex
brian m. carlson
1
-6
/
+6
2019-08-19
patch-id: convert to use the_hash_algo
brian m. carlson
3
-29
/
+30
2019-08-19
builtin/replace: make hash size independent
brian m. carlson
1
-3
/
+4
2019-08-19
pull, fetch: add --set-upstream option
Corentin BOMPARD
4
-1
/
+241
2019-08-19
archive-tar: turn length miscalculation warning into BUG
René Scharfe
2
-5
/
+4
2019-08-19
archive-tar: use size_t in strbuf_append_ext_header()
René Scharfe
1
-5
/
+5
[prev]
[next]