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
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-27
var: adjust memory allocation for strings
brian m. carlson
1
-16
/
+29
2023-06-27
var: format variable structure with C99 initializers
brian m. carlson
1
-8
/
+32
2023-06-27
var: add support for listing the shell
brian m. carlson
1
-0
/
+6
2023-06-27
var: mark unused parameters in git_var callbacks
Jeff King
1
-4
/
+4
2023-06-26
Merge branch 'tb/collect-pack-filenames-fix'
Junio C Hamano
1
-4
/
+10
2023-06-26
Merge branch 'jk/commit-use-no-divider-with-interpret-trailers'
Junio C Hamano
1
-1
/
+2
2023-06-23
Merge branch 'rj/leakfixes'
Junio C Hamano
2
-1
/
+6
2023-06-23
Merge branch 'sl/worktree-sparse'
Junio C Hamano
1
-0
/
+4
2023-06-23
Merge branch 'mh/credential-erase-improvements'
Junio C Hamano
2
-14
/
+18
2023-06-22
Merge branch 'ds/add-i-color-configuration-fix'
Junio C Hamano
1
-1
/
+1
2023-06-22
Merge branch 'ps/cat-file-null-output'
Junio C Hamano
1
-42
/
+43
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
9
-9
/
+9
2023-06-22
Merge branch 'ja/worktree-orphan'
Junio C Hamano
1
-10
/
+217
2023-06-21
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
1
-1
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
38
-38
/
+44
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
1
-1
/
+1
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
6
-0
/
+6
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
7
-0
/
+7
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
12
-0
/
+12
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
32
-0
/
+32
2023-06-21
log-tree: replace include of revision.h with simple forward declaration
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
75
-115
/
+40
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
22
-0
/
+22
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
2
-0
/
+2
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
9
-0
/
+9
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
12
-0
/
+12
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
read-cache: move shared add/checkout/commit code
Elijah Newren
1
-100
/
+0
2023-06-21
add: modify add_files_to_cache() to avoid globals
Elijah Newren
3
-9
/
+18
2023-06-21
read-cache: move shared commit and ls-files code
Elijah Newren
1
-137
/
+0
2023-06-21
setup: adopt shared init-db & clone code
Elijah Newren
1
-496
/
+0
2023-06-21
init-db, clone: change unnecessary global into passed parameter
Elijah Newren
2
-5
/
+7
2023-06-21
init-db: remove unnecessary global variable
Elijah Newren
1
-5
/
+7
2023-06-21
init-db: document existing bug with core.bare in template config
Elijah Newren
1
-1
/
+28
2023-06-21
notes: introduce "--no-separator" option
Teng Long
1
-10
/
+27
2023-06-21
notes.c: introduce "--[no-]stripspace" option
Teng Long
1
-8
/
+22
2023-06-21
notes.c: append separator instead of insert by pos
Teng Long
1
-9
/
+12
2023-06-21
notes.c: introduce '--separator=<paragraph-break>' option
Teng Long
1
-24
/
+85
2023-06-21
notes.c: use designated initializers for clarity
Teng Long
1
-2
/
+2
2023-06-21
notes.c: cleanup 'strbuf_grow' call in 'append_edit'
Teng Long
1
-2
/
+0
2023-06-20
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
1
-1
/
+1
2023-06-20
Merge branch 'vd/worktree-config-is-per-repository'
Junio C Hamano
2
-7
/
+12
2023-06-20
Merge branch 'tb/submodule-null-deref-fix'
Junio C Hamano
1
-2
/
+5
2023-06-20
Merge branch 'tl/quote-problematic-arg-for-clarity'
Junio C Hamano
2
-4
/
+4
2023-06-20
Merge branch 'ps/fetch-cleanups'
Junio C Hamano
1
-68
/
+79
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
2
-2
/
+2
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
3
-146
/
+103
2023-06-18
strbuf: factor out strbuf_expand_step()
René Scharfe
1
-11
/
+2
2023-06-17
branch: fix a leak in cmd_branch
Rubén Justo
1
-0
/
+2
2023-06-17
rev-parse: fix a leak with --abbrev-ref
Rubén Justo
1
-1
/
+4
[prev]
[next]