index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
subtree
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
contrib: fix typos
Andrew Kreimer
2024-10-10
2
-2
/
+2
*
contrib/subtree/t: avoid redundant use of cat
Beat Bolli
2024-03-16
1
-1
/
+1
*
subtree: fix split processing with multiple subtrees present
Zach FettersMoore
2024-01-25
2
-1
/
+69
*
contrib/subtree: convert subtree type check to use case statement
Patrick Steinhardt
2023-11-11
1
-4
/
+10
*
contrib/subtree: stop using `-o` to test for number of args
Patrick Steinhardt
2023-11-11
1
-5
/
+11
*
global: convert trivial usages of `test <expr> -a/-o <expr>`
Patrick Steinhardt
2023-11-11
1
-2
/
+2
*
parse-options: show negatability of options in short help
René Scharfe
2023-08-07
1
-1
/
+1
*
subtree: disallow --no-{help,quiet,debug,branch,message}
René Scharfe
2023-08-07
1
-5
/
+5
*
subtree: support long global flags
Josh Soref
2023-05-08
1
-2
/
+2
*
test: don't print aggregate-results command
Felipe Contreras
2023-03-09
1
-1
/
+1
*
test: simplify counts aggregation
Felipe Contreras
2023-03-09
1
-3
/
+1
*
subtree: fix split after annotated tag was squashed merged
Philippe Blain
2022-10-21
3
-9
/
+36
*
subtree: fix squash merging after annotated tag was squashed merged
Philippe Blain
2022-10-21
3
-15
/
+86
*
subtree: process 'git-subtree-split' trailer in separate function
Philippe Blain
2022-10-21
1
-4
/
+11
*
subtree: use named variables instead of "$@" in cmd_pull
Philippe Blain
2022-10-21
1
-2
/
+4
*
subtree: define a variable before its first use in 'find_latest_squash'
Philippe Blain
2022-10-21
1
-1
/
+1
*
subtree: prefix die messages with 'fatal'
Philippe Blain
2022-10-21
2
-36
/
+36
*
subtree: add 'die_incompatible_opt' function to reduce duplication
Philippe Blain
2022-10-21
1
-12
/
+20
*
subtree: use 'git rev-parse --verify [--quiet]' for better error messages
Philippe Blain
2022-10-21
1
-3
/
+3
*
t/Makefile: remove 'test-results' on 'make clean'
SZEDER Gábor
2022-09-21
1
-0
/
+1
*
t/Makefile: don't remove test-results in "clean-except-prove-cache"
Ævar Arnfjörð Bjarmason
2022-07-28
1
-1
/
+1
*
git-sh-setup.sh: remove "say" function, change last users
Ævar Arnfjörð Bjarmason
2022-06-28
1
-3
/
+12
*
subtree: force merge commit
Thomas Koutcher
2022-02-01
1
-2
/
+2
*
Merge branch 'jl/subtree-check-parents-argument-passing-fix'
Junio C Hamano
2022-01-10
1
-4
/
+3
|
\
|
*
subtree: fix argument handling in check_parents
James Limbouris
2022-01-04
1
-4
/
+3
*
|
tests: fix broken &&-chains in `$(...)` command substitutions
Eric Sunshine
2021-12-13
1
-1
/
+1
|
/
*
subtree: fix assumption about the directory separator
Johannes Schindelin
2021-06-15
1
-3
/
+4
*
subtree: fix the GIT_EXEC_PATH sanity check to work on Windows
Johannes Schindelin
2021-06-15
1
-1
/
+4
*
subtree: be stricter about validating flags
Luke Shumaker
2021-04-28
2
-25
/
+175
*
subtree: push: allow specifying a local rev other than HEAD
Luke Shumaker
2021-04-28
3
-13
/
+47
*
subtree: allow 'split' flags to be passed to 'push'
Luke Shumaker
2021-04-28
3
-12
/
+223
*
subtree: allow --squash to be used with --rejoin
Luke Shumaker
2021-04-28
3
-24
/
+96
*
subtree: give the docs a once-over
Luke Shumaker
2021-04-28
3
-93
/
+87
*
subtree: have $indent actually affect indentation
Luke Shumaker
2021-04-28
1
-18
/
+24
*
subtree: don't let debug and progress output clash
Luke Shumaker
2021-04-28
1
-1
/
+21
*
subtree: add comments and sanity checks
Luke Shumaker
2021-04-28
1
-3
/
+61
*
subtree: remove duplicate check
Luke Shumaker
2021-04-28
1
-4
/
+0
*
subtree: parse revs in individual cmd_ functions
Luke Shumaker
2021-04-28
1
-38
/
+24
*
subtree: use "^{commit}" instead of "^0"
Luke Shumaker
2021-04-28
1
-2
/
+2
*
subtree: don't fuss with PATH
Luke Shumaker
2021-04-28
1
-2
/
+16
*
subtree: use "$*" instead of "$@" as appropriate
Luke Shumaker
2021-04-28
1
-3
/
+3
*
subtree: use more explicit variable names for cmdline args
Luke Shumaker
2021-04-28
1
-66
/
+66
*
subtree: use git-sh-setup's `say`
Luke Shumaker
2021-04-28
1
-15
/
+7
*
subtree: use `git merge-base --is-ancestor`
Luke Shumaker
2021-04-28
1
-15
/
+1
*
subtree: drop support for git < 1.7
Luke Shumaker
2021-04-28
1
-15
/
+4
*
subtree: more consistent error propagation
Luke Shumaker
2021-04-28
1
-14
/
+14
*
subtree: don't have loose code outside of a function
Luke Shumaker
2021-04-28
1
-120
/
+125
*
subtree: t7900: add porcelain tests for 'pull' and 'push'
Luke Shumaker
2021-04-28
1
-0
/
+127
*
subtree: t7900: add a test for the -h flag
Luke Shumaker
2021-04-28
1
-0
/
+7
*
subtree: t7900: rename last_commit_message to last_commit_subject
Luke Shumaker
2021-04-28
1
-13
/
+13
[next]