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-11-08
Merge branch 'bc/merge-file-object-input'
Junio C Hamano
1
-16
/
+46
2023-11-08
Merge branch 'kn/rev-list-missing-fix'
Junio C Hamano
2
-45
/
+50
2023-11-08
Merge branch 'ps/show-ref'
Junio C Hamano
1
-92
/
+192
2023-11-07
Merge branch 'es/bugreport-no-extra-arg'
Junio C Hamano
1
-0
/
+5
2023-11-07
Merge branch 'rs/reflog-expire-single-worktree-fix'
Junio C Hamano
1
-3
/
+3
2023-11-07
Merge branch 'rs/fix-arghelp'
Junio C Hamano
2
-2
/
+2
2023-11-07
Merge branch 'rs/parse-options-cmdmode'
Junio C Hamano
1
-68
/
+44
2023-11-07
Merge branch 'jc/grep-f-relative-to-cwd'
Junio C Hamano
1
-2
/
+11
2023-11-02
merge-file: add an option to process object IDs
brian m. carlson
1
-16
/
+46
2023-11-01
builtin/show-ref: add new mode to check for reference existence
Patrick Steinhardt
1
-5
/
+44
2023-11-01
builtin/show-ref: explicitly spell out different modes in synopsis
Patrick Steinhardt
1
-1
/
+4
2023-11-01
builtin/show-ref: ensure mutual exclusiveness of subcommands
Patrick Steinhardt
1
-0
/
+4
2023-11-01
builtin/show-ref: refactor options for patterns subcommand
Patrick Steinhardt
1
-13
/
+22
2023-11-01
builtin/show-ref: stop using global vars for `show_one()`
Patrick Steinhardt
1
-22
/
+40
2023-11-01
builtin/show-ref: stop using global variable to count matches
Patrick Steinhardt
1
-3
/
+4
2023-11-01
builtin/show-ref: refactor `--exclude-existing` options
Patrick Steinhardt
1
-34
/
+44
2023-11-01
builtin/show-ref: fix dead code when passing patterns
Patrick Steinhardt
1
-4
/
+1
2023-11-01
builtin/show-ref: fix leaking string buffer
Patrick Steinhardt
1
-1
/
+3
2023-11-01
builtin/show-ref: split up different subcommands
Patrick Steinhardt
1
-47
/
+54
2023-11-01
builtin/show-ref: convert pattern to a local variable
Patrick Steinhardt
1
-18
/
+28
2023-11-01
rev-list: add commit object support in `--missing` option
Karthik Nayak
1
-0
/
+6
2023-11-01
rev-list: move `show_commit()` to the bottom
Karthik Nayak
1
-43
/
+42
2023-11-01
revision: rename bit to `do_not_die_on_missing_objects`
Karthik Nayak
2
-2
/
+2
2023-10-31
Merge branch 'jm/bisect-run-synopsis-fix'
Junio C Hamano
1
-2
/
+2
2023-10-31
Merge branch 'ii/branch-error-messages-update'
Junio C Hamano
1
-33
/
+33
2023-10-30
Merge branch 'ob/rebase-cleanup'
Junio C Hamano
1
-30
/
+14
2023-10-30
Merge branch 'jc/commit-new-underscore-index-fix'
Junio C Hamano
1
-4
/
+4
2023-10-30
Merge branch 'ni/die-message-fix-for-git-add'
Junio C Hamano
1
-5
/
+5
2023-10-29
reflog: fix expire --single-worktree
René Scharfe
1
-3
/
+3
2023-10-29
am, rebase: fix arghelp syntax of --empty
René Scharfe
2
-2
/
+2
2023-10-29
am: simplify --show-current-patch handling
René Scharfe
1
-68
/
+44
2023-10-29
bugreport: reject positional arguments
Emily Shaffer
1
-0
/
+5
2023-10-23
Merge branch 'jc/fail-stash-to-store-non-stash'
Junio C Hamano
1
-0
/
+6
2023-10-23
doc/git-bisect: clarify `git bisect run` syntax
Javier Mora
1
-2
/
+2
2023-10-23
builtin/branch.c: adjust error messages to coding guidelines
Isoken June Ibizugbe
1
-33
/
+33
2023-10-20
Merge branch 'ty/merge-tree-strategy-options'
Junio C Hamano
1
-3
/
+17
2023-10-20
rebase: move parse_opt_keep_empty() down
Oswald Buddenhagen
1
-13
/
+12
2023-10-20
rebase: handle --strategy via imply_merge() as well
Oswald Buddenhagen
1
-12
/
+1
2023-10-20
rebase: simplify code related to imply_merge()
Oswald Buddenhagen
1
-5
/
+1
2023-10-18
Merge branch 'sn/cat-file-doc-update'
Junio C Hamano
1
-2
/
+2
2023-10-18
Merge branch 'tb/repack-max-cruft-size'
Junio C Hamano
2
-15
/
+180
2023-10-17
commit: do not use cryptic "new_index" in end-user facing messages
Junio C Hamano
1
-4
/
+4
2023-10-17
builtin/add.c: clean up die() messages
Naomi Ibe
1
-5
/
+5
2023-10-13
Merge branch 'js/submodule-fix-misuse-of-path-and-name'
Junio C Hamano
1
-7
/
+23
2023-10-13
Merge branch 'jk/commit-graph-leak-fixes'
Junio C Hamano
2
-1
/
+5
2023-10-13
Merge branch 'la/trailer-test-and-doc-updates'
Junio C Hamano
1
-6
/
+6
2023-10-12
grep: -f <path> is relative to $cwd
Junio C Hamano
1
-2
/
+11
2023-10-11
stash: be careful what we store
Junio C Hamano
1
-0
/
+6
2023-10-11
merge: introduce {copy|clear}_merge_options()
Junio C Hamano
1
-1
/
+3
2023-10-10
Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'
Junio C Hamano
3
-48
/
+134
[next]