index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
subtree
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge branch 'ps/meson-build-docs'
Junio C Hamano
1
-2
/
+2
2025-09-11
meson: introduce a "docs" alias to compile documentation only
Patrick Steinhardt
1
-2
/
+2
2025-09-11
contrib/subtree: fix split with squashed subtrees
Colin Stagner
2
-8
/
+99
2025-06-24
Merge branch 'pw/subtree-gpg-sign'
Junio C Hamano
3
-40
/
+158
2025-06-18
Merge branch 'jw/doc-txt-to-adoc-refs'
Junio C Hamano
1
-1
/
+1
2025-06-06
doc: update references to renamed AsciiDoc files
Jouke Witteveen
1
-1
/
+1
2025-06-04
contrib/subtree: add -S/--gpg-sign
Patrik Weiskircher
3
-19
/
+145
2025-06-04
contrib/subtree: parse using --stuck-long
Patrik Weiskircher
1
-21
/
+13
2025-06-02
meson: introduce kwargs variable for tests
Patrick Steinhardt
1
-1
/
+1
2025-04-01
meson: respect 'tests' build option in contrib
Patrick Steinhardt
1
-9
/
+11
2025-03-01
contrib/subtree: rename .txt to .adoc
Todd Zullinger
3
-3
/
+3
2025-02-25
Merge branch 'ad/set-default-target-in-makefiles'
Junio C Hamano
1
-1
/
+4
2025-02-18
Makefile: set default goals in makefiles
Adam Dinwoodie
1
-1
/
+4
2025-01-17
meson: wire up the git-subtree(1) command
Patrick Steinhardt
1
-0
/
+71
2025-01-17
contrib/subtree: fix building docs
Patrick Steinhardt
2
-8
/
+17
2024-10-10
contrib: fix typos
Andrew Kreimer
2
-2
/
+2
2024-03-16
contrib/subtree/t: avoid redundant use of cat
Beat Bolli
1
-1
/
+1
2024-01-25
subtree: fix split processing with multiple subtrees present
Zach FettersMoore
2
-1
/
+69
2023-11-11
contrib/subtree: convert subtree type check to use case statement
Patrick Steinhardt
1
-4
/
+10
2023-11-11
contrib/subtree: stop using `-o` to test for number of args
Patrick Steinhardt
1
-5
/
+11
2023-11-11
global: convert trivial usages of `test <expr> -a/-o <expr>`
Patrick Steinhardt
1
-2
/
+2
2023-08-06
parse-options: show negatability of options in short help
René Scharfe
1
-1
/
+1
2023-08-06
subtree: disallow --no-{help,quiet,debug,branch,message}
René Scharfe
1
-5
/
+5
2023-05-08
subtree: support long global flags
Josh Soref
1
-2
/
+2
2023-03-09
test: don't print aggregate-results command
Felipe Contreras
1
-1
/
+1
2023-03-09
test: simplify counts aggregation
Felipe Contreras
1
-3
/
+1
2022-10-21
subtree: fix split after annotated tag was squashed merged
Philippe Blain
3
-9
/
+36
2022-10-21
subtree: fix squash merging after annotated tag was squashed merged
Philippe Blain
3
-15
/
+86
2022-10-21
subtree: process 'git-subtree-split' trailer in separate function
Philippe Blain
1
-4
/
+11
2022-10-21
subtree: use named variables instead of "$@" in cmd_pull
Philippe Blain
1
-2
/
+4
2022-10-21
subtree: define a variable before its first use in 'find_latest_squash'
Philippe Blain
1
-1
/
+1
2022-10-21
subtree: prefix die messages with 'fatal'
Philippe Blain
2
-36
/
+36
2022-10-21
subtree: add 'die_incompatible_opt' function to reduce duplication
Philippe Blain
1
-12
/
+20
2022-10-21
subtree: use 'git rev-parse --verify [--quiet]' for better error messages
Philippe Blain
1
-3
/
+3
2022-09-21
t/Makefile: remove 'test-results' on 'make clean'
SZEDER Gábor
1
-0
/
+1
2022-07-27
t/Makefile: don't remove test-results in "clean-except-prove-cache"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-06-28
git-sh-setup.sh: remove "say" function, change last users
Ævar Arnfjörð Bjarmason
1
-3
/
+12
2022-02-01
subtree: force merge commit
Thomas Koutcher
1
-2
/
+2
2022-01-10
Merge branch 'jl/subtree-check-parents-argument-passing-fix'
Junio C Hamano
1
-4
/
+3
2022-01-04
subtree: fix argument handling in check_parents
James Limbouris
1
-4
/
+3
2021-12-13
tests: fix broken &&-chains in `$(...)` command substitutions
Eric Sunshine
1
-1
/
+1
2021-06-15
subtree: fix assumption about the directory separator
Johannes Schindelin
1
-3
/
+4
2021-06-15
subtree: fix the GIT_EXEC_PATH sanity check to work on Windows
Johannes Schindelin
1
-1
/
+4
2021-04-28
subtree: be stricter about validating flags
Luke Shumaker
2
-25
/
+175
2021-04-28
subtree: push: allow specifying a local rev other than HEAD
Luke Shumaker
3
-13
/
+47
2021-04-28
subtree: allow 'split' flags to be passed to 'push'
Luke Shumaker
3
-12
/
+223
2021-04-28
subtree: allow --squash to be used with --rejoin
Luke Shumaker
3
-24
/
+96
2021-04-28
subtree: give the docs a once-over
Luke Shumaker
3
-93
/
+87
2021-04-28
subtree: have $indent actually affect indentation
Luke Shumaker
1
-18
/
+24
2021-04-28
subtree: don't let debug and progress output clash
Luke Shumaker
1
-1
/
+21
[next]