Sign in
googlers
/
jrn
/
git
/
45a227ef769df9fc0d198f323d2f919aa74375e1
/
sequencer.c
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
7b35eaf
sequencer: simplify memory allocation of get_message
by Jeff King
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
080cc64
Merge branch 'dt/refs-pseudo'
by Junio C Hamano
· 10 years ago
f932729
memoize common git-path "constant" files
by Jeff King
· 10 years ago
d96a539
sequencer: replace write_cherry_pick_head with update_ref
by David Turner
· 10 years ago
795b014
Merge branch 'mg/sequencer-commit-messages-always-verbatim'
by Junio C Hamano
· 10 years ago
17d65f0
sequencer: preserve commit messages
by Michael J Gruber
· 10 years ago
1d147bd
ref_transaction_update(): remove "have_old" parameter
by Michael Haggerty
· 10 years ago
0ed8a4e
Merge branch 'cc/interpret-trailers-more'
by Junio C Hamano
· 10 years ago
216d29e
Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more
by Junio C Hamano
· 10 years ago
261f315
merge & sequencer: turn "Conflicts:" hint into a comment
by Junio C Hamano
· 10 years ago
75c961b
merge & sequencer: unify codepaths that write "Conflicts:" hint
by Junio C Hamano
· 10 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
db7516a
refs.c: pass the ref log message to _create/delete/update instead of _commit
by Ronnie Sahlberg
· 11 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
01d678a
Merge branch 'rs/ref-transaction-1'
by Junio C Hamano
· 11 years ago
d668d16
sequencer.c: use ref transactions for all ref updates
by Ronnie Sahlberg
· 11 years ago
788cef8
Merge branch 'nd/split-index'
by Junio C Hamano
· 11 years ago
3b8e8af
Merge branch 'jk/xstrfmt'
by Junio C Hamano
· 11 years ago
8061ae8
Merge branch 'jk/commit-buffer-length'
by Junio C Hamano
· 11 years ago
9ce7100
Merge branch 'fr/sequencer-fail-with-not-one-upon-no-ff'
by Junio C Hamano
· 11 years ago
3bdd552
sequencer: use argv_array_pushf
by Jeff King
· 11 years ago
8597ea3
commit: record buffer length in cache
by Jeff King
· 11 years ago
bc6b8fc
use get_commit_buffer everywhere
by Jeff King
· 11 years ago
b66103c
convert logmsg_reencode to get_commit_buffer
by Jeff King
· 11 years ago
d0cfc3e
cache-tree: mark istate->cache_changed on cache tree update
by Nguyễn Thái Ngọc Duy
· 11 years ago
03b8664
read-cache: new API write_locked_index instead of write_index/write_cache
by Nguyễn Thái Ngọc Duy
· 11 years ago
d74a4e5
sequencer: use logmsg_reencode in get_message
by Jeff King
· 11 years ago
43dee07
sequencer: signal failed ff as an aborted, not a conflicted merge
by Fabian Ruch
· 11 years ago
33c297a
sequencer: do not update/refresh index if the lock cannot be held
by Nguyễn Thái Ngọc Duy
· 11 years ago
651ab9f
sequencer.c: check for lock failure and bail early in fast_forward_to
by Ronnie Sahlberg
· 11 years ago
3253553
cherry-pick, revert: add the --gpg-sign option
by Nicolas Vigier
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
9bbb0fa
refs: report ref type from lock_any_ref_for_update
by Brad King
· 12 years ago
9c5e6c8
Convert "struct cache_entry *" to "const ..." wherever possible
by Nguyễn Thái Ngọc Duy
· 12 years ago
644daa9
Merge branch 'rr/cherry-pick-fast-forward-reflog-message'
by Junio C Hamano
· 12 years ago
eb4be1c
sequencer: write useful reflog message for fast-forward
by Ramkumar Ramachandra
· 12 years ago
706728a
sequencer: avoid leaking message buffer when refusing to create an empty commit
by Felipe Contreras
· 12 years ago
c8d1351
sequencer: remove useless indentation
by Felipe Contreras
· 12 years ago
faf8fde
Merge branch 'mv/sequencer-pick-error-diag'
by Junio C Hamano
· 12 years ago
7c0b0d8
cherry-pick: picking a tag that resolves to a commit is OK
by Junio C Hamano
· 12 years ago
4407ea4
Merge branch 'mv/sequencer-pick-error-diag'
by Junio C Hamano
· 12 years ago
caa7d79
Sync with 'maint'
by Junio C Hamano
· 12 years ago
41ccfdd
Correct common spelling mistakes in comments and tests
by Stefano Lattarini
· 12 years ago
21246db
cherry-pick: make sure all input objects are commits
by Miklos Vajna
· 12 years ago
900c8ec
Merge branch 'bc/append-signed-off-by'
by Junio C Hamano
· 12 years ago
8c613fd
git-commit: populate the edit buffer with 2 blank lines before s-o-b
by Brandon Casey
· 12 years ago
33f2f9a
sequencer.c: teach append_signoff to avoid adding a duplicate newline
by Brandon Casey
· 12 years ago
bab4d10
sequencer.c: teach append_signoff how to detect duplicate s-o-b
by Brandon Casey
· 12 years ago
b971e04
sequencer.c: always separate "(cherry picked from" from commit body
by Brandon Casey
· 12 years ago
2cdccad
sequencer.c: require a conforming footer to be preceded by a blank line
by Brandon Casey
· 12 years ago
cd650a4
sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer
by Brandon Casey
· 12 years ago
9b15152
commit, cherry-pick -s: remove broken support for multiline rfc2822 fields
by Brandon Casey
· 12 years ago
fa1727f
sequencer.c: rework search for start of footer to improve clarity
by Jonathan Nieder
· 12 years ago
334ae39
learn to pick/revert into unborn branch
by Martin von Zweigbergk
· 12 years ago
6b87312
Merge branch 'jc/same-encoding'
by Junio C Hamano
· 12 years ago
0e18bcd
reencode_string(): introduce and use same_encoding()
by Junio C Hamano
· 12 years ago
db699a8
Move try_merge_command and checkout_fast_forward to libgit.a
by Nguyễn Thái Ngọc Duy
· 12 years ago
06e211a
Merge branch 'jc/make-static'
by Junio C Hamano
· 12 years ago
250f249
sequencer.c: mark a private file-scope symbol as static
by Junio C Hamano
· 12 years ago
5ed75e2
cherry-pick: don't forget -s on failure
by Miklos Vajna
· 12 years ago
c2b9279
Merge branch 'mz/cherry-pick-cmdline-order'
by Junio C Hamano
· 13 years ago
a73e22e
cherry-pick/revert: respect order of revisions to pick
by Martin von Zweigbergk
· 13 years ago
4bee958
cherry-pick: add --allow-empty-message option
by Chris Webb
· 13 years ago
264d5a7
Merge branch 'nh/empty-rebase'
by Junio C Hamano
· 13 years ago
ac2b0e8
cherry-pick: regression fix for empty commits
by Junio C Hamano
· 13 years ago
5543501
Merge branch 'nh/empty-rebase'
by Junio C Hamano
· 13 years ago
4b58006
git cherry-pick: do not dereference a potential NULL pointer
by Neil Horman
· 13 years ago
1692579
Merge branch 'nh/empty-rebase'
by Junio C Hamano
· 13 years ago
6a89897
Merge branch 'rs/commit-list-append'
by Junio C Hamano
· 13 years ago
f5b121a
Merge branch 'rt/cherry-revert-conflict-summary'
by Junio C Hamano
· 13 years ago
89b5f1d
sequencer: export commit_list_append()
by René Scharfe
· 13 years ago
b27cfb0
git-cherry-pick: Add keep-redundant-commits option
by Neil Horman
· 13 years ago
5112068
sequencer: remove additional blank line
by Ralf Thielow
· 13 years ago
df478b7
git-cherry-pick: add allow-empty option
by Neil Horman
· 13 years ago
cba595b
drop casts from users EMPTY_TREE_SHA1_BIN
by Jeff King
· 13 years ago
ed727b1
cherry-pick: No advice to commit if --no-commit
by Phil Hord
· 13 years ago
7010146
Merge branch 'rr/sequencer'
by Junio C Hamano
· 13 years ago
043a449
sequencer: factor code out of revert builtin
by Ramkumar Ramachandra
· 13 years ago
d596118
revert: stop creating and removing sequencer-old directory
by Jonathan Nieder
· 13 years ago
26ae337
revert: Introduce --reset to remove sequencer state
by Ramkumar Ramachandra
· 14 years ago