Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0 |
|
#
0455b90b |
| 23-Feb-2023 |
Mina Galić <freebsd@igalic.co> |
tools/git: fix typos in documentation
and change mention of svn to git.
Reviewed by: emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/659
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
67bc8c8b |
| 19-Nov-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r308491 through r308841.
|
#
f5dce905 |
| 12-Nov-2016 |
Ryan Stone <rstone@FreeBSD.org> |
Fix git tools when run against a worktree
In a git worktree, the gitdir is in an entirely different location. In arcgit, use git rev-parse --git-dir to get the correct path to it always.
When runni
Fix git tools when run against a worktree
In a git worktree, the gitdir is in an entirely different location. In arcgit, use git rev-parse --git-dir to get the correct path to it always.
When running git from outside of the work tree, as in importgit, the path provided by git rev-parse --git-dir can be either a relative or absolute path depending on the work tree. Rather than trying to deal with that, just use git -C.
Differential Revision: https://reviews.freebsd.org/D8501 Reviewed by: markj
show more ...
|
#
5763f796 |
| 21-Oct-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r307383 through r307735.
|
#
de0d37e2 |
| 20-Oct-2016 |
Ryan Stone <rstone@FreeBSD.org> |
Set the executable bit on arcgit and importgit
Make it possible to run these scripts directly out of svn by setting the executable property on them.
|
#
252b793a |
| 20-Oct-2016 |
Ryan Stone <rstone@FreeBSD.org> |
Add some tools to simplify the use of git
Add some scripts that wraps some FreeBSD Project infrastructure and simplifies using them with git. The scripts are:
- arcgit, which creates a series of
Add some tools to simplify the use of git
Add some scripts that wraps some FreeBSD Project infrastructure and simplifies using them with git. The scripts are:
- arcgit, which creates a series of reviews in Differential - importgit, which applies a series of git commits to svn
Differential Revision: https://reviews.freebsd.org/D2071
show more ...
|