index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
update-ref: implement interactive transaction handling
Patrick Steinhardt
2020-04-02
3
-8
/
+255
*
update-ref: read commands in a line-wise fashion
Patrick Steinhardt
2020-04-02
1
-40
/
+45
*
update-ref: move transaction handling into `update_refs_stdin()`
Patrick Steinhardt
2020-04-02
1
-13
/
+14
*
update-ref: pass end pointer instead of strbuf
Patrick Steinhardt
2020-04-02
1
-15
/
+15
*
update-ref: drop unused argument for `parse_refname`
Patrick Steinhardt
2020-04-02
1
-5
/
+5
*
update-ref: organize commands in an array
Patrick Steinhardt
2020-04-02
1
-12
/
+29
*
strbuf: provide function to append whole lines
Patrick Steinhardt
2020-03-30
2
-0
/
+16
*
git-update-ref.txt: add missing word
Patrick Steinhardt
2020-03-30
1
-1
/
+1
*
refs: fix segfault when aborting empty transaction
Patrick Steinhardt
2020-03-30
1
-8
/
+10
*
The second batch post 2.26 cycle
Junio C Hamano
2020-03-27
1
-0
/
+53
*
Merge branch 'ah/force-pull-rebase-configuration'
Junio C Hamano
2020-03-27
3
-11
/
+65
|
\
|
*
pull: warn if the user didn't say whether to rebase or to merge
Alex Henrie
2020-03-10
3
-11
/
+65
*
|
Merge branch 'tg/retire-scripted-stash'
Junio C Hamano
2020-03-27
8
-862
/
+31
|
\
\
|
*
|
stash: remove the stash.useBuiltin setting
Thomas Gummerer
2020-03-05
8
-860
/
+30
|
*
|
stash: get git_stash_config at the top level
Thomas Gummerer
2020-03-03
1
-3
/
+2
|
|
/
*
|
Merge branch 'jc/describe-misnamed-annotated-tag'
Junio C Hamano
2020-03-27
2
-7
/
+28
|
\
\
|
*
|
describe: force long format for a name based on a mislocated tag
Junio C Hamano
2020-02-21
2
-7
/
+28
*
|
|
Merge branch 'at/rebase-fork-point-regression-fix'
Junio C Hamano
2020-03-27
3
-13
/
+34
|
\
\
\
|
*
|
|
rebase: --fork-point regression fix
Junio C Hamano
2020-02-11
3
-13
/
+34
*
|
|
|
Merge branch 'bc/filter-process'
Junio C Hamano
2020-03-27
20
-75
/
+350
|
\
\
\
\
|
*
|
|
|
t0021: test filter metadata for additional cases
brian m. carlson
2020-03-16
1
-0
/
+45
|
*
|
|
|
builtin/reset: compute checkout metadata for reset
brian m. carlson
2020-03-16
2
-4
/
+44
|
*
|
|
|
builtin/rebase: compute checkout metadata for rebases
brian m. carlson
2020-03-16
3
-1
/
+40
|
*
|
|
|
builtin/clone: compute checkout metadata for clones
brian m. carlson
2020-03-16
2
-4
/
+11
|
*
|
|
|
builtin/checkout: compute checkout metadata for checkouts
brian m. carlson
2020-03-16
6
-33
/
+68
|
*
|
|
|
convert: provide additional metadata to filters
brian m. carlson
2020-03-16
10
-7
/
+83
|
*
|
|
|
convert: permit passing additional metadata to filter processes
brian m. carlson
2020-03-16
8
-19
/
+51
|
*
|
|
|
builtin/checkout: pass branch info down to checkout_worktree
brian m. carlson
2020-03-12
1
-16
/
+17
*
|
|
|
|
Merge branch 'hi/gpg-prefer-check-signature'
Junio C Hamano
2020-03-27
6
-78
/
+201
|
\
\
\
\
\
|
*
|
|
|
|
gpg-interface: prefer check_signature() for GPG verification
Hans Jerry Illikainen
2020-03-15
4
-78
/
+73
|
*
|
|
|
|
t: increase test coverage of signature verification output
Hans Jerry Illikainen
2020-03-15
2
-0
/
+128
*
|
|
|
|
|
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
2020-03-27
28
-141
/
+623
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fast-import: add options for rewriting submodules
brian m. carlson
2020-02-28
3
-5
/
+236
|
*
|
|
|
|
|
fast-import: add a generic function to iterate over marks
brian m. carlson
2020-02-28
1
-24
/
+26
|
*
|
|
|
|
|
fast-import: make find_marks work on any mark set
brian m. carlson
2020-02-28
1
-11
/
+10
|
*
|
|
|
|
|
fast-import: add helper function for inserting mark object entries
brian m. carlson
2020-02-28
1
-15
/
+22
|
*
|
|
|
|
|
fast-import: permit reading multiple marks files
brian m. carlson
2020-02-28
1
-14
/
+18
|
*
|
|
|
|
|
commit: use expected signature header for SHA-256
brian m. carlson
2020-02-24
5
-12
/
+62
|
*
|
|
|
|
|
worktree: allow repository version 1
brian m. carlson
2020-02-24
1
-6
/
+4
|
*
|
|
|
|
|
init-db: move writing repo version into a function
brian m. carlson
2020-02-24
2
-18
/
+25
|
*
|
|
|
|
|
builtin/init-db: add environment variable for new repo hash
brian m. carlson
2020-02-24
2
-0
/
+15
|
*
|
|
|
|
|
builtin/init-db: allow specifying hash algorithm on command line
brian m. carlson
2020-02-24
4
-9
/
+55
|
*
|
|
|
|
|
setup: allow check_repository_format to read repository format
brian m. carlson
2020-02-24
4
-5
/
+9
|
*
|
|
|
|
|
t/helper: make repository tests hash independent
brian m. carlson
2020-02-24
1
-6
/
+4
|
*
|
|
|
|
|
t/helper: initialize repository if necessary
brian m. carlson
2020-02-24
1
-0
/
+4
|
*
|
|
|
|
|
t/helper/test-dump-split-index: initialize git repository
brian m. carlson
2020-02-24
1
-0
/
+2
|
*
|
|
|
|
|
t6300: make hash algorithm independent
brian m. carlson
2020-02-24
1
-1
/
+1
|
*
|
|
|
|
|
t6300: abstract away SHA-1-specific constants
brian m. carlson
2020-02-24
1
-9
/
+16
|
*
|
|
|
|
|
t: use hash-specific lookup tables to define test constants
brian m. carlson
2020-02-24
1
-15
/
+14
|
*
|
|
|
|
|
repository: require a build flag to use SHA-256
brian m. carlson
2020-02-24
2
-0
/
+6
[next]