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
2024-04-10
Merge branch 'kn/clarify-update-ref-doc'
Junio C Hamano
1
-13
/
+13
2024-04-09
Merge branch 'rj/use-adv-if-enabled'
Junio C Hamano
1
-11
/
+7
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
2
-48
/
+69
2024-04-05
date: make DATE_MODE thread-safe
René Scharfe
1
-2
/
+2
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
9
-38
/
+39
2024-04-05
Merge branch 'rs/config-comment'
Junio C Hamano
4
-12
/
+22
2024-04-05
fetch: return when parsing submodule.recurse
Derrick Stolee
1
-0
/
+1
2024-04-03
builtin/add: error out when passing untracked path with -u
Ghanshyam Thakkar
1
-1
/
+8
2024-04-03
builtin/commit: error out when passing untracked path with -i
Ghanshyam Thakkar
1
-1
/
+6
2024-04-03
revision: optionally record matches with pathspec elements
Junio C Hamano
3
-4
/
+5
2024-04-03
Win32: detect unix socket support at runtime
Matthias Aßhauer
2
-0
/
+5
2024-04-03
Merge branch 'bl/cherry-pick-empty'
Junio C Hamano
2
-7
/
+47
2024-04-03
Merge branch 'rs/strbuf-expand-bad-format'
Junio C Hamano
3
-26
/
+10
2024-04-02
update-ref: use {old,new}-oid instead of {old,new}value
Karthik Nayak
1
-13
/
+13
2024-04-01
Merge branch 'jk/rebase-apply-leakfix'
Junio C Hamano
1
-3
/
+3
2024-04-01
Merge branch 'pb/advice-merge-conflict'
Junio C Hamano
1
-5
/
+9
2024-04-01
Merge branch 'jk/pretty-subject-cleanup'
Junio C Hamano
3
-3
/
+3
2024-04-01
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
1
-22
/
+38
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO
Rubén Justo
1
-3
/
+3
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC
Rubén Justo
1
-4
/
+2
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE
Rubén Justo
1
-4
/
+2
2024-03-30
checkout: omit "tracking" information on a detached HEAD
Junio C Hamano
1
-1
/
+2
2024-03-28
Merge branch 'jc/show-untracked-false'
Junio C Hamano
1
-19
/
+38
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
14
-43
/
+104
2024-03-25
cherry-pick: add `--empty` for more robust redundant commit handling
Brian Lyles
1
-1
/
+36
2024-03-25
cherry-pick: enforce `--keep-redundant-commits` incompatibility
Brian Lyles
1
-0
/
+1
2024-03-25
rebase: update `--empty=ask` to `--empty=stop`
Brian Lyles
1
-6
/
+10
2024-03-25
Merge branch 'ja/doc-formatting-fix'
Junio C Hamano
1
-1
/
+1
2024-03-25
Merge branch 'js/bugreport-no-suffix-fix'
Junio C Hamano
1
-3
/
+7
2024-03-25
Merge branch 'rj/restore-plug-leaks'
Junio C Hamano
1
-30
/
+21
2024-03-25
cat-file: use strbuf_expand_bad_format()
René Scharfe
1
-8
/
+8
2024-03-25
factor out strbuf_expand_bad_format()
René Scharfe
2
-18
/
+2
2024-03-25
builtin/gc: pack refs when using `git maintenance run --auto`
Patrick Steinhardt
1
-1
/
+11
2024-03-25
builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs
Patrick Steinhardt
1
-9
/
+12
2024-03-25
builtin/gc: move `struct maintenance_run_opts`
Patrick Steinhardt
1
-27
/
+26
2024-03-25
builtin/pack-refs: introduce new "--auto" flag
Patrick Steinhardt
1
-1
/
+2
2024-03-25
builtin/pack-refs: release allocated memory
Patrick Steinhardt
1
-8
/
+15
2024-03-25
refs: remove `PACK_REFS_ALL` flag
Patrick Steinhardt
1
-2
/
+3
2024-03-22
rebase: use child_process_clear() to clean
Jeff King
1
-3
/
+3
2024-03-19
format-patch: return an allocated string from log_write_email_headers()
Jeff King
1
-0
/
+1
2024-03-19
pretty: drop print_email_subject flag
Jeff King
2
-1
/
+1
2024-03-19
pretty: split oneline and email subject printing
Jeff King
1
-1
/
+1
2024-03-19
shortlog: stop setting pp.print_email_subject
Jeff King
1
-1
/
+0
2024-03-18
Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'
Junio C Hamano
1
-11
/
+3
2024-03-18
builtin/am: allow disabling conflict advice
Philippe Blain
1
-5
/
+9
2024-03-16
doc: fix some placeholders formating
Jean-Noël Avila
1
-1
/
+1
2024-03-16
bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
Jiamu Sun
1
-3
/
+7
2024-03-15
config: allow tweaking whitespace between value and comment
Junio C Hamano
1
-6
/
+1
2024-03-15
config: fix --comment formatting
Junio C Hamano
1
-4
/
+11
2024-03-15
Merge branch 'jc/xwrite-cleanup'
Junio C Hamano
3
-23
/
+7
[prev]
[next]