index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
walker.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-2
/
+2
*
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
walker: convert to struct object_id
brian m. carlson
2017-10-16
1
-12
/
+12
*
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
walker: let walker_say take arbitrary formats
Jeff King
2016-07-08
1
-3
/
+7
*
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-2
/
+2
*
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-4
/
+4
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-4
/
+4
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-4
/
+4
*
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-1
/
+1
*
drop strcpy in favor of raw sha1_to_hex
Jeff King
2015-10-05
1
-3
/
+2
*
mark_complete(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-6
/
+5
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-1
/
+4
*
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
2015-02-17
1
-1
/
+1
*
Merge branch 'jk/blame-commit-label'
Junio C Hamano
2015-02-11
1
-1
/
+1
|
\
|
*
use xstrdup_or_null to replace ternary conditionals
Jeff King
2015-01-13
1
-1
/
+1
*
|
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
2014-10-15
1
-3
/
+2
|
/
*
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-18
1
-2
/
+2
*
Merge branch 'rs/list-optim'
Junio C Hamano
2014-09-11
1
-2
/
+5
|
\
|
*
walker: avoid quadratic list insertion in mark_complete
René Scharfe
2014-08-25
1
-2
/
+4
*
|
Merge branch 'rs/ref-transaction-1'
Junio C Hamano
2014-09-11
1
-36
/
+45
|
\
\
|
*
|
walker.c: use ref transaction for ref updates
Ronnie Sahlberg
2014-09-03
1
-30
/
+40
*
|
|
walker_fetch: fix minor memory leak
Jeff King
2014-06-20
1
-9
/
+9
|
/
/
*
/
object.h: centralize object flag allocation
Nguyễn Thái Ngọc Duy
2014-03-25
1
-0
/
+1
|
/
*
clear parsed flag when we free tree buffers
Jeff King
2013-06-06
1
-4
/
+1
*
Change check_ref_format() to take a flags argument
Michael Haggerty
2011-10-05
1
-1
/
+1
*
commit: Add commit_list prefix in two function names.
Thiago Farina
2010-11-29
1
-1
/
+1
*
janitor: useless checks before free
Pierre Habouzit
2009-07-23
1
-1
/
+1
*
Drop double-semicolon in C
Junio C Hamano
2009-02-11
1
-1
/
+1
*
make alloc_ref_from_str() the new alloc_ref()
René Scharfe
2008-10-18
1
-1
/
+1
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
*
Fix "git clone http://$URL" to check out the worktree when asked
Jeff King
2008-06-04
1
-0
/
+1
*
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
Krzysztof Kowalczyk
2008-05-11
1
-2
/
+1
*
Make walker.fetch_ref() take a struct ref.
Daniel Barkalow
2008-04-27
1
-1
/
+6
*
Remove unused object-ref code
Martin Koegler
2008-02-26
1
-1
/
+0
*
Clarify error response from 'git fetch' for bad responses
Sam Vilain
2007-12-18
1
-1
/
+1
*
Merge branch 'master' into db/fetch-pack
Shawn O. Pearce
2007-10-16
1
-4
/
+3
*
Modularize commit-walker
Daniel Barkalow
2007-09-19
1
-0
/
+318