102 Commits (07c01b9fd927b35375bd3a7d4d9dbf7bb8509f09)

Author SHA1 Message Date
Jean-Noel Avila cd3e4677cf i18n: fix typos for translation 9 years ago
René Scharfe bc57b9c0cc use strbuf_addstr() instead of strbuf_addf() with "%s" 9 years ago
Johannes Schindelin 548009c0d5 merge_trees(): ensure that the callers release output buffer 9 years ago
Johannes Schindelin f241ff0d0a prepare the builtins for a libified merge_recursive() 9 years ago
Johannes Schindelin 88ef402f9c sequencer: use skip_blank_lines() to find the commit subject 9 years ago
Vasco Almeida 62d09ef319 i18n: sequencer: add period to error message 9 years ago
Vasco Almeida e8d7c3909d i18n: sequencer: mark string for translation 9 years ago
Vasco Almeida 9b0df093f6 i18n: sequencer: mark entire sentences for translation 9 years ago
Michael J Gruber 0f974e2124 cherry-pick: allow to pick to unborn branches 9 years ago
Nguyễn Thái Ngọc Duy 6c979c74b2 sequencer.c: use error_errno() 9 years ago
Jeff King 7b35eaf8c5 sequencer: simplify memory allocation of get_message 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 6c24dfb67e sequencer: die on config error when saving replay opts 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
David Turner d96a53996b sequencer: replace write_cherry_pick_head with update_ref 10 years ago
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 11 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