Sign in
googlers
/
jrn
/
git
/
f4edad9530bad4e2b7c9739a7a38553071de323f
/
Documentation
9f32d8d
Documentation/RelNotes/2.45.0.txt: fix typo
by Taylor Blau
· 9 months ago
bf995e7
Git 2.45-rc1
by Junio C Hamano
· 9 months ago
v2.45.0-rc1
5c7ffaf
Merge branch 'ps/run-auto-maintenance-in-receive-pack'
by Junio C Hamano
· 9 months ago
10f1281
A bit more topics before -rc1
by Junio C Hamano
· 9 months ago
9cb0bbf
Merge branch 'xx/rfc2822-date-format-in-doc'
by Junio C Hamano
· 9 months ago
7f49008
Merge branch 'yb/replay-doc-linkfix'
by Junio C Hamano
· 9 months ago
050e334
Merge branch 'ta/fast-import-parse-path-fix'
by Junio C Hamano
· 9 months ago
00e10ef
docs: address typos in Git v2.45 changelog
by Patrick Steinhardt
· 9 months ago
bbeb797
docs: improve changelog entry for `git pack-refs --auto`
by Patrick Steinhardt
· 9 months ago
bf3fe4f
docs: remove duplicate entry and fix typo in 2.45 changelog
by Orgad Shaneh
· 9 months ago
ae3196a
Git 2.45-rc0
by Junio C Hamano
· 9 months ago
v2.45.0-rc0
7bf3057
builtin/receive-pack: convert to use git-maintenance(1)
by Patrick Steinhardt
· 9 months ago
21306a0
The twentieth batch
by Junio C Hamano
· 9 months ago
92e8388
Merge branch 'jc/local-extern-shell-rules'
by Junio C Hamano
· 9 months ago
548fe35
The ninteenth batch
by Junio C Hamano
· 9 months ago
f412d72
Documentation: fix linkgit reference
by Yehezkel Bernat
· 9 months ago
be4d6a3
fast-import: forbid escaped NUL in paths
by Thalia Archibald
· 9 months ago
a923a04
fast-import: document C-style escapes for paths
by Thalia Archibald
· 9 months ago
2291595
fast-import: improve documentation for path quoting
by Thalia Archibald
· 9 months ago
8f7582d
The eighteenth batch
by Junio C Hamano
· 9 months ago
5da40be
Documentation: fix typos describing date format
by Xing Xin
· 9 months ago
436d4e5
The seventeenth batch
by Junio C Hamano
· 9 months ago
280b74c
Merge branch 'kn/clarify-update-ref-doc'
by Junio C Hamano
· 9 months ago
dc89c59
Merge branch 'ds/typofix-core-config-doc'
by Junio C Hamano
· 9 months ago
91ec36f
The sixteenth batch
by Junio C Hamano
· 9 months ago
eacfd58
Merge branch 'ps/pack-refs-auto'
by Junio C Hamano
· 9 months ago
989bf45
Merge branch 'rj/add-p-explicit-reshow'
by Junio C Hamano
· 9 months ago
58dd7e4
Merge branch 'ja/doc-markup-updates'
by Junio C Hamano
· 9 months ago
4697c8a
Merge branch 'dg/myfirstobjectwalk-updates'
by Junio C Hamano
· 9 months ago
be34b51
CodingGuidelines: quote assigned value in 'local var=$val'
by Junio C Hamano
· 9 months ago
7e3a9c2
CodingGuidelines: describe "export VAR=VAL" rule
by Junio C Hamano
· 9 months ago
19981da
The fifteenth batch
by Junio C Hamano
· 9 months ago
dce1e0b
Merge branch 'jk/core-comment-string'
by Junio C Hamano
· 9 months ago
3256584
Merge branch 'rs/config-comment'
by Junio C Hamano
· 9 months ago
7774cfe
The fourteenth batch
by Junio C Hamano
· 9 months ago
17381ab
Merge branch 'bl/cherry-pick-empty'
by Junio C Hamano
· 9 months ago
e4193dc
Merge branch 'ds/grep-doc-updates'
by Junio C Hamano
· 9 months ago
eda72dd
Merge branch 'jc/release-notes-entry-experiment'
by Junio C Hamano
· 9 months ago
e139bb1
Merge branch 'jk/remote-helper-object-format-option-fix'
by Junio C Hamano
· 9 months ago
5b1967a
githooks: use {old,new}-oid instead of {old,new}-value
by Karthik Nayak
· 9 months ago
67e943c
update-ref: use {old,new}-oid instead of {old,new}value
by Karthik Nayak
· 9 months ago
c2cbfbd
The thirteenth batch
by Junio C Hamano
· 9 months ago
50b52ca
Merge branch 'jk/doc-remote-helpers-markup-fix'
by Junio C Hamano
· 9 months ago
ac16f55
Merge branch 'pb/advice-merge-conflict'
by Junio C Hamano
· 9 months ago
521df68
Merge branch 'ds/config-internal-whitespace-fix'
by Junio C Hamano
· 9 months ago
8b68b48
config: fix some small capitalization issues, as spotted
by Dragan Simic
· 9 months ago
ebb5504
doc: git-clone: do not autoreference the manpage in itself
by Jean-Noël Avila
· 9 months ago
76880f0
doc: git-clone: apply new documentation formatting guidelines
by Jean-Noël Avila
· 9 months ago
5cf7dfe
doc: git-init: apply new documentation formatting guidelines
by Jean-Noël Avila
· 9 months ago
c42ea60
doc: rework CodingGuidelines with new formatting rules
by Jean-Noël Avila
· 9 months ago
66c14ab
add-patch: introduce 'p' in interactive-patch
by Rubén Justo
· 9 months ago
d6fd043
The twelfth batch
by Junio C Hamano
· 9 months ago
bf0a352
Merge branch 'jc/show-untracked-false'
by Junio C Hamano
· 9 months ago
396430b
Merge branch 'ph/diff-src-dst-prefix-config'
by Junio C Hamano
· 9 months ago
1002f28
Merge branch 'eb/hash-transition'
by Junio C Hamano
· 9 months ago
95ab557
MyFirstObjectWalk: add stderr to pipe processing
by Dirk Gouders
· 9 months ago
7250cdb
MyFirstObjectWalk: fix description for counting omitted objects
by Dirk Gouders
· 9 months ago
af38888
MyFirstObjectWalk: fix filtered object walk
by Dirk Gouders
· 9 months ago
34e0b72
MyFirstObjectWalk: fix misspelled "builtins/"
by Dirk Gouders
· 9 months ago
d08a189
MyFirstObjectWalk: use additional arg in config_fn_t
by Dirk Gouders
· 9 months ago
9ccf3e9
config: add core.commentString
by Jeff King
· 9 months ago
d255105
SubmittingPatches: release-notes entry experiment
by Junio C Hamano
· 10 months ago
ec79d76
cherry-pick: add `--empty` for more robust redundant commit handling
by Brian Lyles
· 10 months ago
c282eba
rebase: update `--empty=ask` to `--empty=stop`
by Brian Lyles
· 10 months ago
64a443e
docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
by Brian Lyles
· 10 months ago
0af3889
docs: address inaccurate `--empty` default with `--exec`
by Brian Lyles
· 10 months ago
c75fd8d
The eleventh batch
by Junio C Hamano
· 10 months ago
03658df
Merge branch 'bl/doc-key-val-sep-fix'
by Junio C Hamano
· 10 months ago
b58cc6a
Merge branch 'bl/doc-config-fixes'
by Junio C Hamano
· 10 months ago
0cb25d1
Merge branch 'ja/doc-formatting-fix'
by Junio C Hamano
· 10 months ago
a7f0fcb
Merge branch 'bb/sh-scripts-cleanup'
by Junio C Hamano
· 10 months ago
d921c36
Merge branch 'js/bugreport-no-suffix-fix'
by Junio C Hamano
· 10 months ago
6e9ef29
grep docs: describe --no-index further and improve formatting a bit
by Dragan Simic
· 10 months ago
4a9357a
grep docs: describe --recurse-submodules further and improve formatting a bit
by Dragan Simic
· 10 months ago
6dcffc6
builtin/pack-refs: introduce new "--auto" flag
by Patrick Steinhardt
· 10 months ago
e6895c3
config.txt: describe handling of whitespace further
by Dragan Simic
· 10 months ago
11c821f
The tenth batch
by Junio C Hamano
· 10 months ago
6e70114
Merge branch 'jw/doc-show-untracked-files-fix'
by Junio C Hamano
· 10 months ago
509a047
Merge branch 'dg/user-manual-hash-example'
by Junio C Hamano
· 10 months ago
81ba11b
Merge branch 'ja/doc-markup-fixes'
by Junio C Hamano
· 10 months ago
d6f6b43
transport-helper: drop "object-format <algo>" option
by Jeff King
· 10 months ago
9dc75d8
doc/gitremote-helpers: fix more missing single-quotes
by Jeff King
· 10 months ago
3bd955d
The ninth batch
by Junio C Hamano
· 10 months ago
d2e4e26
Merge branch 'jk/doc-remote-helpers-markup-fix'
by Junio C Hamano
· 10 months ago
bff85a3
docs: adjust trailer `separator` and `key_value_separator` language
by Brian Lyles
· 10 months ago
cb85ed1
docs: correct trailer `key_value_separator` description
by Brian Lyles
· 10 months ago
ec03009
sequencer: allow disabling conflict advice
by Philippe Blain
· 10 months ago
178401d
diff.*Prefix: use camelCase in the doc and test titles
by Junio C Hamano
· 10 months ago
938e891
doc: avoid redundant use of cat
by Beat Bolli
· 10 months ago
67471bc
doc: fix some placeholders formating
by Jean-Noël Avila
· 10 months ago
0620ae0
doc: format alternatives in synopsis
by Jean-Noël Avila
· 10 months ago
86f9ce7
docs: fix typo in git-config `--default`
by Brian Lyles
· 10 months ago
7823a51
docs: clarify file options in git-config `--edit`
by Brian Lyles
· 10 months ago
b3b57c6
bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
by Jiamu Sun
· 10 months ago
31399a6
config: allow tweaking whitespace between value and comment
by Junio C Hamano
· 10 months ago
fbad334
config: fix --comment formatting
by Junio C Hamano
· 10 months ago
2953d95
The eighth batch
by Junio C Hamano
· 10 months ago
b09a883
Merge branch 'kh/branch-ref-syntax-advice'
by Junio C Hamano
· 10 months ago
42d5c03
config: add --comment option to add a comment
by Ralph Seichter
· 10 months ago
7fdc265
diff: add diff.srcPrefix and diff.dstPrefix configuration variables
by Peter Hutterer
· 10 months ago
Next »