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
/
contrib
/
subtree
Age
Commit message (
Expand
)
Author
Files
Lines
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
-92
/
+86
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
2021-04-28
subtree: add comments and sanity checks
Luke Shumaker
1
-3
/
+61
2021-04-28
subtree: remove duplicate check
Luke Shumaker
1
-4
/
+0
2021-04-28
subtree: parse revs in individual cmd_ functions
Luke Shumaker
1
-38
/
+24
2021-04-28
subtree: use "^{commit}" instead of "^0"
Luke Shumaker
1
-2
/
+2
2021-04-28
subtree: don't fuss with PATH
Luke Shumaker
1
-2
/
+16
2021-04-28
subtree: use "$*" instead of "$@" as appropriate
Luke Shumaker
1
-3
/
+3
2021-04-28
subtree: use more explicit variable names for cmdline args
Luke Shumaker
1
-66
/
+66
2021-04-28
subtree: use git-sh-setup's `say`
Luke Shumaker
1
-15
/
+7
2021-04-28
subtree: use `git merge-base --is-ancestor`
Luke Shumaker
1
-15
/
+1
2021-04-28
subtree: drop support for git < 1.7
Luke Shumaker
1
-15
/
+4
2021-04-28
subtree: more consistent error propagation
Luke Shumaker
1
-14
/
+14
2021-04-28
subtree: don't have loose code outside of a function
Luke Shumaker
1
-115
/
+120
2021-04-28
subtree: t7900: add porcelain tests for 'pull' and 'push'
Luke Shumaker
1
-0
/
+127
2021-04-28
subtree: t7900: add a test for the -h flag
Luke Shumaker
1
-0
/
+7
2021-04-28
subtree: t7900: rename last_commit_message to last_commit_subject
Luke Shumaker
1
-13
/
+13
2021-04-28
subtree: t7900: fix 'verify one file change per commit'
Luke Shumaker
1
-40
/
+6
2021-04-28
subtree: t7900: delete some dead code
Luke Shumaker
1
-11
/
+1
2021-04-28
subtree: t7900: use 'test' for string equality
Luke Shumaker
1
-36
/
+24
2021-04-28
subtree: t7900: comment subtree_test_create_repo
Luke Shumaker
1
-6
/
+8
2021-04-28
subtree: t7900: use consistent formatting
Luke Shumaker
1
-35
/
+35
2021-04-28
subtree: t7900: use test-lib.sh's test_count
Luke Shumaker
1
-336
/
+300
2021-04-28
subtree: t7900: update for having the default branch name be 'main'
Luke Shumaker
1
-58
/
+59
2020-08-24
Merge branch 'dl/subtree-docs'
Junio C Hamano
1
-3
/
+3
[next]