Junio C Hamano d75bb73bcf Merge branch 'jc/am-state-fix'
Recent reimplementation of "git am" changed the format of state
files kept in $GIT_DIR/rebase-apply/ without meaning to do so,
primarily because write_file() API was cumbersome to use and it was
easy to mistakenly make text files with incomplete lines.  Update
write_file() interface to make it harder to misuse.

* jc/am-state-fix:
  write_file(): drop caller-supplied LF from calls to create a one-liner file
  write_file_v(): do not leave incomplete line at the end
  write_file(): drop "fatal" parameter
  builtin/am: make sure state files are text
  builtin/am: introduce write_state_*() helper functions
2015-08-31 15:39:03 -07:00
..
2015-08-31 15:39:03 -07:00
2015-08-24 13:09:02 -07:00
2015-08-31 15:38:52 -07:00
2015-08-19 14:48:56 -07:00
2015-01-14 09:32:04 -08:00
2015-08-25 14:57:09 -07:00
2015-08-31 15:38:52 -07:00
2015-08-25 14:57:09 -07:00
2015-03-20 13:11:53 -07:00
2015-08-25 13:11:21 -07:00
2015-01-14 09:32:04 -08:00
2015-08-25 14:57:08 -07:00
2015-07-13 14:02:02 -07:00
2015-08-25 14:57:09 -07:00
2015-07-21 14:08:14 -07:00
2015-08-03 11:01:10 -07:00
2015-01-14 09:32:04 -08:00
2015-01-14 09:32:04 -08:00
2015-08-31 15:39:03 -07:00