Files
git/builtin
Junio C Hamano d2ea03ddee Merge branch 'ps/transactional-update-ref-stdin'
"git update-ref --stdin" learned a handful of new verbs to let the
user control ref update transactions more explicitly, which helps
as an ingredient to implement two-phase commit-style atomic
ref-updates across multiple repositories.

* ps/transactional-update-ref-stdin:
  update-ref: implement interactive transaction handling
  update-ref: read commands in a line-wise fashion
  update-ref: move transaction handling into `update_refs_stdin()`
  update-ref: pass end pointer instead of strbuf
  update-ref: drop unused argument for `parse_refname`
  update-ref: organize commands in an array
  strbuf: provide function to append whole lines
  git-update-ref.txt: add missing word
  refs: fix segfault when aborting empty transaction
2020-04-29 16:15:31 -07:00
..
2020-02-14 12:54:19 -08:00
2019-11-11 11:46:29 +09:00
2020-04-28 15:50:00 -07:00
2020-04-29 16:15:27 -07:00
2020-03-24 15:04:43 -07:00
2020-04-29 16:15:27 -07:00
2019-05-13 14:22:54 +09:00
2020-02-10 09:04:45 -08:00
2020-03-24 15:04:44 -07:00
2020-03-24 15:04:44 -07:00
2020-04-29 16:15:27 -07:00
2020-03-24 15:04:44 -07:00
2020-04-22 13:42:49 -07:00
2019-06-19 08:19:21 -07:00
2020-03-10 11:41:40 -07:00