76 Commits (11c6659d85d72273a4161c8779123147b52fbcb2)

Author SHA1 Message Date
Michael J Gruber 17d65f03e1 sequencer: preserve commit messages 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Junio C Hamano 261f315beb merge & sequencer: turn "Conflicts:" hint into a comment 10 years ago
Junio C Hamano 75c961b767 merge & sequencer: unify codepaths that write "Conflicts:" hint 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Ronnie Sahlberg d668d16ca7 sequencer.c: use ref transactions for all ref updates 10 years ago
Jeff King 3bdd55228b sequencer: use argv_array_pushf 11 years ago
Jeff King 8597ea3afe commit: record buffer length in cache 11 years ago
Jeff King bc6b8fc130 use get_commit_buffer everywhere 11 years ago
Jeff King b66103c3ba convert logmsg_reencode to get_commit_buffer 11 years ago
Nguyễn Thái Ngọc Duy d0cfc3e866 cache-tree: mark istate->cache_changed on cache tree update 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Jeff King d74a4e57d2 sequencer: use logmsg_reencode in get_message 11 years ago
Fabian Ruch 43dee070eb sequencer: signal failed ff as an aborted, not a conflicted merge 11 years ago
Nguyễn Thái Ngọc Duy 33c297aacc sequencer: do not update/refresh index if the lock cannot be held 11 years ago
Ronnie Sahlberg 651ab9f553 sequencer.c: check for lock failure and bail early in fast_forward_to 11 years ago
Nicolas Vigier 3253553e12 cherry-pick, revert: add the --gpg-sign option 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Ramkumar Ramachandra eb4be1cbe2 sequencer: write useful reflog message for fast-forward 12 years ago
Felipe Contreras 706728a37c sequencer: avoid leaking message buffer when refusing to create an empty commit 12 years ago
Felipe Contreras c8d1351deb sequencer: remove useless indentation 12 years ago
Junio C Hamano 7c0b0d8dea cherry-pick: picking a tag that resolves to a commit is OK 12 years ago
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Miklos Vajna 21246dbb9e cherry-pick: make sure all input objects are commits 12 years ago
Brandon Casey 8c613fd5ef git-commit: populate the edit buffer with 2 blank lines before s-o-b 12 years ago
Brandon Casey 33f2f9ab4e sequencer.c: teach append_signoff to avoid adding a duplicate newline 12 years ago
Brandon Casey bab4d1097c sequencer.c: teach append_signoff how to detect duplicate s-o-b 12 years ago
Brandon Casey b971e04f54 sequencer.c: always separate "(cherry picked from" from commit body 12 years ago
Brandon Casey 2cdccad160 sequencer.c: require a conforming footer to be preceded by a blank line 12 years ago
Brandon Casey cd650a4eee sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer 12 years ago
Brandon Casey 9b15152209 commit, cherry-pick -s: remove broken support for multiline rfc2822 fields 12 years ago
Jonathan Nieder fa1727fb21 sequencer.c: rework search for start of footer to improve clarity 12 years ago
Martin von Zweigbergk 334ae39745 learn to pick/revert into unborn branch 12 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 12 years ago
Nguyễn Thái Ngọc Duy db699a8a1f Move try_merge_command and checkout_fast_forward to libgit.a 12 years ago
Junio C Hamano 250f2492a4 sequencer.c: mark a private file-scope symbol as static 12 years ago
Miklos Vajna 5ed75e2a3f cherry-pick: don't forget -s on failure 12 years ago
Martin von Zweigbergk a73e22e963 cherry-pick/revert: respect order of revisions to pick 13 years ago
Chris Webb 4bee958479 cherry-pick: add --allow-empty-message option 13 years ago
Junio C Hamano ac2b0e8fb7 cherry-pick: regression fix for empty commits 13 years ago
Neil Horman 4b580061b3 git cherry-pick: do not dereference a potential NULL pointer 13 years ago
René Scharfe 89b5f1d9c5 sequencer: export commit_list_append() 13 years ago
Neil Horman b27cfb0d8d git-cherry-pick: Add keep-redundant-commits option 13 years ago
Ralf Thielow 51120683ec sequencer: remove additional blank line 13 years ago
Neil Horman df478b744c git-cherry-pick: add allow-empty option 13 years ago
Jeff King cba595bd21 drop casts from users EMPTY_TREE_SHA1_BIN 13 years ago