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-05-15
builtin/config: move display options into local variables
Patrick Steinhardt
1
-70
/
+101
2024-05-15
builtin/config: move location options into local variables
Patrick Steinhardt
1
-137
/
+176
2024-05-15
builtin/config: refactor functions to have common exit paths
Patrick Steinhardt
1
-26
/
+38
2024-05-15
builtin/config: check for writeability after source is set up
Patrick Steinhardt
1
-5
/
+5
2024-05-15
builtin/config: move actions into `cmd_config_actions()`
Patrick Steinhardt
1
-25
/
+23
2024-05-15
builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt
1
-30
/
+30
2024-05-15
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt
1
-14
/
+14
2024-05-15
builtin/config: move legacy mode into its own function
Patrick Steinhardt
1
-19
/
+24
2024-05-15
builtin/config: stop printing full usage on misuse
Patrick Steinhardt
1
-17
/
+11
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
1
-1
/
+2
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
1
-2
/
+1
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
1
-6
/
+13
2024-05-13
Sync with Git 2.45.1
Junio C Hamano
3
-8
/
+131
2024-05-13
Merge branch 'ps/undecided-is-not-necessarily-sha1' into jc/undecided-is-not-...
Junio C Hamano
5
-7
/
+19
2024-05-10
Merge branch 'ps/config-subcommands' into ps/builtin-config-cleanup
Junio C Hamano
1
-98
/
+414
2024-05-08
Merge branch 'ps/the-index-is-no-more'
Junio C Hamano
29
-375
/
+359
2024-05-08
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
4
-8
/
+41
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
34
-239
/
+384
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2
-4
/
+4
2024-05-07
builtin/tag: add --trailer option
John Passaro
1
-9
/
+29
2024-05-07
builtin/commit: refactor --trailer logic
John Passaro
1
-8
/
+2
2024-05-07
builtin/commit: use ARGV macro to collect trailers
John Passaro
1
-9
/
+1
2024-05-07
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2
-2
/
+2
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
6
-4
/
+8
2024-05-06
builtin/shortlog: don't set up revisions without repo
Patrick Steinhardt
1
-1
/
+1
2024-05-06
builtin/diff: explicitly set hash algo when there is no repo
Patrick Steinhardt
1
-0
/
+9
2024-05-06
builtin/bundle: abort "verify" early when there is no repository
Patrick Steinhardt
1
-0
/
+5
2024-05-06
builtin/blame: don't access potentially unitialized `the_hash_algo`
Patrick Steinhardt
1
-3
/
+2
2024-05-06
builtin/rev-parse: allow shortening to more than 40 hex characters
Patrick Steinhardt
1
-3
/
+2
2024-05-06
Merge branch 'ps/the-index-is-no-more' into ps/undecided-is-not-necessarily-sha1
Junio C Hamano
29
-375
/
+359
2024-05-06
format-patch: run range-diff with larger creation-factor
Junio C Hamano
1
-1
/
+1
2024-05-06
builtin/config: display subcommand help
Patrick Steinhardt
1
-2
/
+3
2024-05-06
builtin/config: introduce "edit" subcommand
Patrick Steinhardt
1
-26
/
+55
2024-05-06
builtin/config: introduce "remove-section" subcommand
Patrick Steinhardt
1
-0
/
+32
2024-05-06
builtin/config: introduce "rename-section" subcommand
Patrick Steinhardt
1
-0
/
+32
2024-05-06
builtin/config: introduce "unset" subcommand
Patrick Steinhardt
1
-0
/
+39
2024-05-06
builtin/config: introduce "set" subcommand
Patrick Steinhardt
1
-0
/
+63
2024-05-06
builtin/config: introduce "get" subcommand
Patrick Steinhardt
1
-9
/
+60
2024-05-06
builtin/config: introduce "list" subcommand
Patrick Steinhardt
1
-12
/
+78
2024-05-06
builtin/config: pull out function to handle `--null`
Patrick Steinhardt
1
-6
/
+9
2024-05-06
builtin/config: pull out function to handle config location
Patrick Steinhardt
1
-65
/
+68
2024-05-06
builtin/config: use `OPT_CMDMODE()` to specify modes
Patrick Steinhardt
1
-18
/
+14
2024-05-06
builtin/config: move "fixed-value" option to correct group
Patrick Steinhardt
1
-1
/
+1
2024-05-06
builtin/config: move option array around
Patrick Steinhardt
1
-48
/
+48
2024-05-06
config: clarify memory ownership when preparing comment strings
Patrick Steinhardt
1
-5
/
+6
2024-05-02
trailer: make parse_trailers() return trailer_info pointer
Linus Arver
1
-2
/
+2
2024-05-02
interpret-trailers: access trailer_info with new helpers
Linus Arver
1
-6
/
+6
2024-04-30
Merge branch 'js/for-each-repo-keep-going'
Junio C Hamano
2
-5
/
+15
2024-04-30
Merge branch 'aj/stash-staged-fix'
Junio C Hamano
1
-2
/
+2
2024-04-30
Merge branch 'jc/format-patch-rfc-more'
Junio C Hamano
1
-4
/
+22
[prev]
[next]